aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
3 daysWorking on action lists to refactortslil clingman
3 daysStill tryingtslil clingman
|
3 daysHash collisionstslil clingman
3 daysFixed some important bugstslil clingman
3 daysAttempting Zobrist hashingtslil clingman
3 daysno speed increase ...tslil clingman
3 daysTrying caching to speed things uptslil clingman
3 daysShould now play out to the endtslil clingman
3 daysStarting work on LCD librarytslil clingman
3 daysSlight fix to game looptslil clingman
3 daysRenamingtslil clingman
3 daysMany fixes, i think this is actually correcttslil clingman
3 daysExperimentingtslil clingman
3 daysVertical line is just incremented %2, i'll have to manually buffertslil clingman
charlcd.c:621 case '\n': /* * flush the remainder of the current line and * go to the beginning of the next line */ for (; priv->addr.x < lcd->bwidth; priv->addr.x++) lcd->ops->write_data(lcd, ' '); priv->addr.x = 0; priv->addr.y = (priv->addr.y + 1) % lcd->height; charlcd_gotoxy(lcd); break;
3 daysWorking on better output + build system refinementtslil clingman
3 daysForgot some file argumentstslil clingman
3 daysCan't stop half-way through turntslil clingman
3 daysIn-lined as much as a i daretslil clingman
3 daysClosing in on lcd!tslil clingman
3 daysSlight bugtslil clingman
3 daysCurrently segfaults. Maybe because serial is in use?tslil clingman
3 daysFirst steps towards character LCDtslil clingman
3 daysSaving cursor position was not a good ideatslil clingman
3 daysMultiplatform builds!tslil clingman
3 daysShed dependency of linenoisetslil clingman
3 daysFinally fixed move generationtslil clingman
3 daysAdded tunable search depth and self-playtslil clingman
3 daysToying with symmetrising datatslil clingman
3 daysIn-lined score reportingtslil clingman
3 daysNicer info, corrected strncmp --> strcmp in placestslil clingman
3 daysFinally fixed memory order of weights!tslil clingman
3 daysOpps, wrong stonetslil clingman
3 daysRevert "Starting work on MCU port"tslil clingman
This reverts commit 43eec01361eb6174142180c29afef960e041514e.
3 daysIt works, but it's too slowtslil clingman
3 daysStarting work on MCU porttslil clingman
3 daysBetter statustslil clingman
3 daysWent back up to 1986 weightstslil
3 daysDragon is not separate, fixed concession, allowing playing as b/wtslil
3 daysChanged function back to macrotslil
3 daysThere was a bug in the minimax!tslil
3 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.
3 daysSo after a small tweak, it actually plays well!tslil
3 daysSeems tolerable, but not great. Still wont win or lose ???tslil
3 daysTrying alpha-beta pruning. There's a bug somewhere ...tslil
3 daysThere are still some bugs somewhere in minimax ...tslil
In tinue it doesn't seem to choose a move
3 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
3 daysTrying minimaxtslil
3 daysWeights?tslil
3 daysWider?tslil
3 daysTrying various things to teach titslil