summaryrefslogtreecommitdiff
path: root/src/strategy
AgeCommit message (Expand)Author
2019-08-22Updated to default configJustin Worthe
2019-08-21Tweaking config experimentallyJustin Worthe
2019-08-18Printing to stderr is now behind a feature flagJustin Worthe
2019-08-13Trimming down on redundant code and tweaking perfJustin Worthe
2019-08-11Pass explore / exploit tuning param as another scoring configJustin Worthe
2019-08-11Replaced hashmaps with deterministic hashmapsJustin Worthe
2019-08-10Removed dead half-written pruning codeJustin Worthe
2019-08-10Passing score weightings in, so they can be more configurableJustin Worthe
2019-08-10TODO PruningJustin Worthe
2019-08-10Simplified code that doesn't have a strategy cache anymoreJustin Worthe
2019-08-09Avoid NaNJustin Worthe
2019-08-09More filtering of silly movesJustin Worthe
2019-08-09Removed unnecessary cloneJustin Worthe
2019-08-09Scoring based on multiple criteriaJustin Worthe
2019-08-07Assertions to test that my lava logic is rightJustin Worthe
2019-08-06All valid moves list into the game simJustin Worthe
2019-08-06Lava map constantsJustin Worthe
2019-08-06Extra todos for snowball movesJustin Worthe
2019-07-16Commented missed debug loggingJustin Worthe
2019-07-16Disable logs and release assertions for releaseJustin Worthe
2019-07-12Had bombs destroy health packsJustin Worthe
2019-07-11First stab at pruning game treeJustin Worthe
2019-07-10Marked the position to do pruningJustin Worthe
2019-07-08Command filtering to avoid wasting the selectsJustin Worthe
2019-07-07Compiles again now at leastJustin Worthe
2019-07-07Strategy split to allow creating a minimax with pruning strategyJustin Worthe