summaryrefslogtreecommitdiff
path: root/src/bin/benchmark.rs
AgeCommit message (Collapse)Author
2019-08-10Passing score weightings in, so they can be more configurableJustin Worthe
2019-08-10Simplified code that doesn't have a strategy cache anymoreJustin Worthe
2019-08-06New command typeJustin Worthe
2019-07-16Disable logs and release assertions for releaseJustin Worthe
2019-07-07Cleaned up dead codeJustin Worthe
2019-05-26Setting up makefile for submissionJustin Worthe
2019-05-22Added a strategy cache for reusing previous round dataJustin Worthe
2019-05-14Filled in the rest of the MCTSJustin Worthe
Problem: The current random things isn't actually finding any victorious end states. This game easily meanders if it's played without purpose.