aboutsummaryrefslogtreecommitdiff
path: root/include/ct1986.c
AgeCommit message (Collapse)Author
2 daysThere was a bug in the minimax!tslil
2 daysBetter trained weights, an important oversight in minimax (steps <=)tslil
I still can't tell whether if ((ply & 1) == 0) this = this - 1.0; is correct.
2 daysSo after a small tweak, it actually plays well!tslil
2 daysTrying alpha-beta pruning. There's a bug somewhere ...tslil
2 daysFixed minimax (!), fixed bugs in tak.ctslil
With minimax of depth 1 the evaluation function seems alright with the current method of training and generating weights
2 daysTrying minimaxtslil