samuelemusiani / project_37635

A program made to play a generalized version of connect 4 perfectly
GNU General Public License v3.0
1 stars 0 forks source link

Killer-move heuristic #6

Closed samuelemusiani closed 1 year ago

samuelemusiani commented 1 year ago

Need to read about it cause it can speed up a lot the search:

https://en.wikipedia.org/wiki/Killer_heuristic https://www.chessprogramming.org/Killer_Heuristic https://rustic-chess.org/search/ordering/killers.html https://stackoverflow.com/questions/17692867/implementing-killer-heuristic-in-alpha-beta-search-in-chess

samuelemusiani commented 1 year ago

Never done