aboutsummaryrefslogtreecommitdiff
path: root/include/tak.c
AgeCommit message (Collapse)Author
2 daysFix copyright notice in files, and small preemptive optimisationtslil clingman
Eventually there'll be a more complicated data generation step than the one we're presently using, so having it in-lined in the loop is wasteful. Ideally also this would be update per ply and we could avoid recalculating it entirely for every query -- though it's probably ``fast enough'' for now. Also, caching is WIP.
2 daysRename ct_k -> ct, IANAL but ...tslil
2 daysTEI interface working!tslil clingman
2 daysAdded license information!tslil clingman
2 daysStill tryingtslil clingman
|
2 daysFinally (?) fixed winning avoidancetslil clingman
2 daysMany fixes, i think this is actually correcttslil clingman
2 daysIn-lined as much as a i daretslil clingman
2 daysInlined placements, should be fastertslil clingman
2 daysAnother road bugtslil
2 daysDragon is not separate, fixed concession, allowing playing as b/wtslil
2 daysChanged function back to macrotslil
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 daysWell it works, and it's bad. Many bugs fixed in interimtslil
2 daysFixed a small bug in PTN parsing, other stufftslil
2 daysCheck for road wins before flat winstslil
2 daysTabs for indentation, spaces for alignmenttslil
2 daysFixed indentation and some bugs, stats programmetslil
2 daysSet dialect to C99tslil
2 daysIncorrect usage of globals in headertslil
2 daysIn-lined a few things, reworked flat count to iterate only oncetslil
2 daystak.h now tracks win state, optimisations, saved a byte on countstslil
2 daysLine-mode mostly completetslil
2 daysFixed road DFS errorstslil
2 daysCorrected PTN move parsingtslil
2 daysAdded linenoise library, uninitialised variable + renamingtslil
2 daysBetter as single file headertslil
2 daysOBOEs in try_move + logic errorstslil
- Corrected use of static - Implemented next_turn
2 daysWorking on the big wrapper for everythingtslil
2 daysStarted on PTN stufftslil
2 daysChanged representation, implemented most basic things for tak.htslil
2 daysInittslil