index
:
entelect-challenge.git
main
Bots for various Entelect Challenges
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
strategy
/
minimax.rs
Age
Commit message (
Expand
)
Author
2019-08-18
Printing to stderr is now behind a feature flag
Justin Worthe
2019-08-13
Trimming down on redundant code and tweaking perf
Justin Worthe
2019-08-11
Pass explore / exploit tuning param as another scoring config
Justin Worthe
2019-08-11
Replaced hashmaps with deterministic hashmaps
Justin Worthe
2019-08-10
Removed dead half-written pruning code
Justin Worthe
2019-08-10
Passing score weightings in, so they can be more configurable
Justin Worthe
2019-08-10
Simplified code that doesn't have a strategy cache anymore
Justin Worthe
2019-08-09
Avoid NaN
Justin Worthe
2019-08-09
More filtering of silly moves
Justin Worthe
2019-08-09
Removed unnecessary clone
Justin Worthe
2019-08-09
Scoring based on multiple criteria
Justin Worthe
2019-08-07
Assertions to test that my lava logic is right
Justin Worthe
2019-08-06
All valid moves list into the game sim
Justin Worthe
2019-08-06
Lava map constants
Justin Worthe
2019-07-16
Commented missed debug logging
Justin Worthe
2019-07-16
Disable logs and release assertions for release
Justin Worthe
2019-07-12
Had bombs destroy health packs
Justin Worthe
2019-07-11
First stab at pruning game tree
Justin Worthe
2019-07-10
Marked the position to do pruning
Justin Worthe
2019-07-08
Command filtering to avoid wasting the selects
Justin Worthe
2019-07-07
Compiles again now at least
Justin Worthe
2019-07-07
Strategy split to allow creating a minimax with pruning strategy
Justin Worthe