aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
AgeCommit message (Collapse)Author
43 hoursfix longstanding negamax bugHEADmaintslil
we needed to be saving the alpha before the search loop in which we modified it. At this point, though i can't remember, i expect that this is the cause of whatever "instability" the comment was talking about that would have prevented us from using >= in the TT lookup.
43 hoursnew neural network arch (faster + better) & minor changes + fixestslil clingman
Gone is the convolutional neural network, for it turns out not only is it more difficult to train, but all of the extra information about board layers didn't make much of a difference at this size. So cnn1986 has been replaced by nn1986, a standard, two-layer, dense nn configured as a binary classifier and (mis)used in that capacity. Note: total number of parameters is unchanged. HARK: this new nn exposes a bug somewhere in ctak. Run ctlm with self-play to see the completely borked board state at the end.
43 hoursRenamed binariestslil clingman
43 hoursTEI interface working!tslil clingman
43 hoursFirst steps towards character LCDtslil clingman
43 hoursGetting ready for cross compilationtslil clingman
43 hoursRevert "Starting work on MCU port"tslil clingman
This reverts commit 43eec01361eb6174142180c29afef960e041514e.
43 hoursStarting work on MCU porttslil clingman
43 hoursFixed indentation and some bugs, stats programmetslil
43 hoursIgnore training data for nowtslil
43 hoursInittslil