summaryrefslogtreecommitdiff
path: root/src/bin
AgeCommit message (Expand)Author
2018-09-08Put selection of full monte carlo tree behind a feature flagJustin Worthe
2018-08-11Clippy-suggested editsJustin Worthe
2018-08-09Removed dynamic settingsJustin Worthe
2018-08-09Removed expressive engineJustin Worthe
2018-07-23Added option for discarding poor performing moves earlyJustin Worthe
2018-07-22Naive implementation of depth first walk of the state spaceJustin Worthe
2018-07-21Simplified duration handling to allow longer profilingJustin Worthe
2018-07-21Disabled benchmarking on expressive engineJustin Worthe
2018-07-07Changed default implementation used by main to be bitwiseJustin Worthe
2018-07-02Initial drop in replacement implementationJustin Worthe
2018-07-01Set up (failing) property test for working of new game stateJustin Worthe
2018-06-30Updated benchmark to only take constant map size into accountJustin Worthe
2018-06-03Moved json parsing to be part of a module, with textmap equivalenceJustin Worthe
2018-05-16Moved away from special benchmarking suiteJustin Worthe
2018-05-15Moved perf intermediary files to target folderJustin Worthe
2018-05-14Changed invalid move checking to be a debug assertionJustin Worthe
2018-05-14Added profiling target with perfJustin Worthe