issues
search
pwyq
/
Fill-Game
Two Player (Adversarial) Version of Fillomino | (Depth-First) Proof Number Search, Monte Carlo Tree Search, Minimax, Negamax, Alpha-beta pruning
GNU General Public License v3.0
2
stars
0
forks
source link
TODOs
#14
Open
pwyq
opened
1 year ago
pwyq
commented
1 year ago
[x] Minimax #15
[x] alpha-beta #23
[x] Negamax #24
[x] #30
[x] minimax alphabeta transposition table #34
[x] move-ordering #25
[x] board symmetry #26
[x] #36
[ ] #43
[ ] #39
[x] #46
others
MCTS solver
df-pn variants?
Neural Networks
pwyq
commented
1 year ago
pwyq
commented
1 year ago
Proof-Number Search and its Variants
An Update on Game Tree Research - Akihiro Kishimoto and Martin Mueller Proof-Number Search Algorithms
others