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
Add node counts to every algorithm #84
Closed
Stalfoes closed 1 year ago
A useful evaluation metric might be to keep track of how many nodes were opened up / evaluated in each algorithm.