summaryrefslogtreecommitdiff
path: root/tests/monte_carlo_test.rs
AgeCommit message (Collapse)Author
2018-09-08Feature-flaggified weighting win ratiosJustin Worthe
2018-09-06Added benchmarking for number of explored nodesJustin Worthe
2018-08-11Clippy-suggested editsJustin Worthe
2018-08-09Removed dynamic settingsJustin Worthe
It worked really well for round 2 to set constants
2018-07-15Flipped bitfields on the opponent side to make implementation more conciseJustin Worthe
2018-07-15Decreased running time of monte carlo testJustin Worthe
2018-07-01Set up (failing) property test for working of new game stateJustin Worthe
Unfortunately, for this test to work, I still need to implement the function that reads the game state and goes from one to the other.
2018-07-01Renamed tests to follow underscore conventionJustin Worthe