aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
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 daysWeights?tslil
2 daysWider?tslil
2 daysTrying various things to teach titslil
2 daysHave to account for CPStslil
2 daysWell it works, and it's bad. Many bugs fixed in interimtslil
2 daysClosing in!tslil
2 daysAuto-generating weightstslil
2 daysGenerate the correct format directlytslil
2 daysone output (of course), Pade approximant of logistic for activationtslil
2 daysTrain on data that is close to the end of the game onlytslil
2 daysWorking version of this scripttslil
2 daysHopefully removed all layer bugstslil
2 daysTrying again with correct data generationtslil
2 daysAlso this was wrongtslil
2 daysClose in principle, but there;s a bug in ct1997 &/ pptdb!tslil
2 daysTwo inputs to model, stacks and flat countstslil
2 daysShuffling is importanttslil
2 daysMagictslil
2 daysFixed a small bug in PTN parsing, other stufftslil
2 daysClosing in on something reasonable for roadstslil
2 daysSearching for a good representationtslil
2 daysSmall tweakstslil
2 daysOn the hunt for a better representationtslil
2 daysExperimenting with training nntslil
2 daysSeparate concerns in pptdb, remove legacy in extract.shtslil
2 daysGotta go fasttslil
2 daysFirst attempt at training data + exclude draws + list overflows tootslil
Take the output and do grep -Fvxf output_file input_file to drop the bad games from consideration
2 daysTabs for indentation, spaces for alignmenttslil
2 daysFixed indentation and some bugs, stats programmetslil
2 daysSet dialect to C99tslil
2 daysAdded help, trimmed print_infotslil
2 daystak.h now tracks win state, optimisations, saved a byte on countstslil
2 daysSilly mistaketslil
2 daysLine-mode mostly completetslil
2 daysWorking on line-mode front-endtslil
2 daysFixed road DFS errorstslil
2 daysBoard printingtslil
2 daysAdded linenoise library, uninitialised variable + renamingtslil
2 daysTransition to single file headertslil
2 daysOBOEs in try_move + logic errorstslil
- Corrected use of static - Implemented next_turn
2 daysOutput PTN as welltslil
2 daysPTN code looks correct, minor tweaks and header guardstslil
2 daysStarted on PTN stufftslil