likeawizard / chess-go

Chess engine with lichess.org bot-play integration. Discontinued. Further development migrated to https://github.com/likeawizard/tofiks
2 stars 0 forks source link

Killer heuristic #83

Closed likeawizard closed 1 year ago

likeawizard commented 1 year ago

Implement killer heuristic in search. Killer moves are moves that caused a cut-off in a search branch. It is often possible that in a neighboring branch these moves are still good at the same ply (if available) and should be tried first, after the pv move, to get a cutoff.