]> git.sesse.net Git - stockfish/commit
Convert killers to a vector
authorMarco Costalba <mcostalba@gmail.com>
Sat, 15 Nov 2008 16:56:22 +0000 (17:56 +0100)
committerMarco Costalba <mcostalba@gmail.com>
Sun, 16 Nov 2008 11:37:47 +0000 (12:37 +0100)
commit93bc05cf693064b80bf70cb97c6d110ab8f0a015
treee03f76be2eb2b83ff79ac72896f75eab00133e0c
parenta7227ac26ff2be2a0e477b04022a54e56c8bf35f
Convert killers to a vector

Add infrastructure to threat killer moves as a vector,
this will allow us to easily parametrize the number of
killer moves, instead of hardcode this value to two as is now.

This patch just add the infrastructure, no functional
change.

Signed-off-by: Marco Costalba <mcostalba@gmail.com>
src/movepick.cpp
src/movepick.h
src/position.cpp
src/san.cpp
src/search.cpp
src/search.h