├── ChestUCI_23102018.epd ├── LICENSE ├── Makefile ├── README.md ├── advancepvs.py ├── cursed.epd ├── do_track.sh ├── exclude_commits.sha ├── matecheck.bat ├── matecheck.py ├── matedtrack.epd ├── mates2000.epd ├── matetrack.epd ├── matetrack1000000.csv ├── matetrack1000000.png ├── matetrack1000000all.png ├── matetrackpv.epd ├── plotdata.py ├── requirements.txt └── test_engine.sh /ChestUCI_23102018.epd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vondele/matetrack/HEAD/ChestUCI_23102018.epd -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vondele/matetrack/HEAD/LICENSE -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vondele/matetrack/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vondele/matetrack/HEAD/README.md -------------------------------------------------------------------------------- /advancepvs.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vondele/matetrack/HEAD/advancepvs.py -------------------------------------------------------------------------------- /cursed.epd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vondele/matetrack/HEAD/cursed.epd -------------------------------------------------------------------------------- /do_track.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vondele/matetrack/HEAD/do_track.sh -------------------------------------------------------------------------------- /exclude_commits.sha: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vondele/matetrack/HEAD/exclude_commits.sha -------------------------------------------------------------------------------- /matecheck.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vondele/matetrack/HEAD/matecheck.bat -------------------------------------------------------------------------------- /matecheck.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vondele/matetrack/HEAD/matecheck.py -------------------------------------------------------------------------------- /matedtrack.epd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vondele/matetrack/HEAD/matedtrack.epd -------------------------------------------------------------------------------- /mates2000.epd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vondele/matetrack/HEAD/mates2000.epd -------------------------------------------------------------------------------- /matetrack.epd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vondele/matetrack/HEAD/matetrack.epd -------------------------------------------------------------------------------- /matetrack1000000.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vondele/matetrack/HEAD/matetrack1000000.csv -------------------------------------------------------------------------------- /matetrack1000000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vondele/matetrack/HEAD/matetrack1000000.png -------------------------------------------------------------------------------- /matetrack1000000all.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vondele/matetrack/HEAD/matetrack1000000all.png -------------------------------------------------------------------------------- /matetrackpv.epd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vondele/matetrack/HEAD/matetrackpv.epd -------------------------------------------------------------------------------- /plotdata.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vondele/matetrack/HEAD/plotdata.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | chess==1.11.0 2 | tqdm==4.66.2 3 | -------------------------------------------------------------------------------- /test_engine.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vondele/matetrack/HEAD/test_engine.sh --------------------------------------------------------------------------------