aboutsummaryrefslogtreecommitdiff
path: root/.clang_complete
AgeCommit message (Collapse)Author
45 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.
45 hoursClosing in on lcd!tslil clingman
45 hoursFirst steps towards character LCDtslil clingman
45 hoursShed dependency of linenoisetslil clingman
45 hoursRevert "Starting work on MCU port"tslil clingman
This reverts commit 43eec01361eb6174142180c29afef960e041514e.
45 hoursIt works, but it's too slowtslil clingman
45 hoursLine-mode mostly completetslil
45 hoursPTN code looks correct, minor tweaks and header guardstslil