aboutsummaryrefslogtreecommitdiff
path: root/include/actions.c
AgeCommit message (Collapse)Author
2 daysTry to squeeze out a little more performancetslil clingman
``Common wisdom'' dictates that placements are often better than stack moves, so we bias the generated move list in this fashion. Seems to be a little faster.
2 daysAdded license information!tslil clingman
2 daysIt would appear that any function call whatsoever is slower :/tslil clingman
For now we'll stay with directly recomputing it at each non-terminal node
2 daysSomehting along these lines, i'm tiredtslil clingman
2 daysStoring best moves!tslil clingman