aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2 daysAdded tunable search depth and self-playtslil clingman
2 daysForgot some file argumentstslil clingman
2 daysToying with symmetrising datatslil clingman
2 daysCan't stop half-way through turntslil clingman
2 daysIn-lined score reportingtslil clingman
2 daysInfrastructure more or less set up!tslil clingman
It remains to tweak ct1986.c and add a .login file to autorun stuff!
2 daysNicer info, corrected strncmp --> strcmp in placestslil clingman
2 daysIn-lined as much as a i daretslil clingman
2 daysFinally fixed memory order of weights!tslil clingman
2 daysNot final just yettslil clingman
2 daysOpps, wrong stonetslil clingman
2 daysClosing in on lcd!tslil clingman
2 daysInlined placements, should be fastertslil clingman
2 daysIt's becoming clear i need to write my own interfacetslil clingman
2 daysMerge branch 'master' of git.sr.ht:~tslil/ctaktslil clingman
2 daysSlight bugtslil clingman
2 daysMemory oob fixtslil clingman
2 daysFixed extract script, wget tells me not to use -Otslil clingman
2 daysCurrently segfaults. Maybe because serial is in use?tslil clingman
2 daysRevert "Starting work on MCU port"tslil clingman
This reverts commit 43eec01361eb6174142180c29afef960e041514e.
2 daysFirst steps towards character LCDtslil clingman
2 daysLeftover from another branchtslil clingman
2 daysSaving cursor position was not a good ideatslil clingman
2 daysIt works, but it's too slowtslil clingman
2 daysMultiplatform builds!tslil clingman
2 daysStarting work on MCU porttslil clingman
2 daysCross-compilation!tslil clingman
2 daysBetter statustslil clingman
2 daysShed dependency of linenoisetslil clingman
2 daysNew weights from a wider trainingtslil clingman
2 daysBeginning to work on probabilistic depth now that MCU is outtslil clingman
2 daysMight as well use all of them...tslil clingman
2 daysWent back up to 1986 weightstslil
2 daysQuick sketch of non-determinismtslil
2 daysAnother road bugtslil
2 daysDragon is not separate, fixed concession, allowing playing as b/wtslil
2 daysChanged function back to macrotslil
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 daysSeems tolerable, but not great. Still wont win or lose ???tslil
2 daysTrying alpha-beta pruning. There's a bug somewhere ...tslil
2 daysThere are still some bugs somewhere in minimax ...tslil
In tinue it doesn't seem to choose a move
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
2 daysCrass errortslil
2 daysWeights?tslil
2 daysWider?tslil
2 daysTrying various things to teach titslil
2 daysHave to account for CPStslil