N1ckn1ght / CCE

Custom chess engine, but abandoned bitboardless attempt on Rust.
0 stars 0 forks source link

Don't speed too much time on searching the fastest mate if any possible #9

Closed N1ckn1ght closed 1 year ago

N1ckn1ght commented 1 year ago

Honestly it's ok to pursue guaranteed Mate in Something than searching for Mate in Something - 1 when it's not that easy to find on given time

(also more human-like behaviour)

N1ckn1ght commented 1 year ago

Already achieved by Eval::low() Eval::high() a/b instead of lowest/highest, but won't close the issue until further testing will be complete.