]> git.sesse.net Git - stockfish/commit - src/movepick.cpp
pseudo_legal() and MOVE_NONE
authorprotonspring <mike@whiteley.org>
Thu, 6 Dec 2018 13:02:11 +0000 (14:02 +0100)
committerStéphane Nicolet <cassio@free.fr>
Thu, 6 Dec 2018 13:02:29 +0000 (14:02 +0100)
commit33d95482182e459eb033de47a31f142880aa9afb
tree48120d02e56ffe89fd4e28ef671f731726eda06e
parent9dc6d270fc207d6715578b57a1cdf655527ec5fe
pseudo_legal() and MOVE_NONE

MOVE_NONE is represented as SQ_A1 to SQ_A1 which is never pseudo_legal.

STC
LLR: 2.95 (-2.94,2.94) [-3.00,1.00]
Total: 38807 W: 8363 L: 8275 D: 22169
http://tests.stockfishchess.org/tests/view/5c05f11d0ebc5902bcee4c86

No functional change
src/movepick.cpp
src/position.cpp