]> git.sesse.net Git - stockfish/commit
Increase MAX_PLY from 100 to 256
authorMarco Costalba <mcostalba@gmail.com>
Sat, 18 Feb 2012 09:16:01 +0000 (10:16 +0100)
committerMarco Costalba <mcostalba@gmail.com>
Sat, 18 Feb 2012 09:16:01 +0000 (10:16 +0100)
commitfd35d92c1e639d22ed10fb225272f08bd9afc885
tree789b7dc47d9f638ae3f25a10a0e35dea35a9d6d4
parent3b906ffc2765856948f1baac5ceb5209fe4380e2
Increase MAX_PLY from 100 to 256

There is no need to limit the maximum ply searched to
100, with deep exclusion search extensions we could
reach it even with much smaller search depths.

The only drawback is an increase in stack usage, but
is limited mainly to id_loop(), in particular the
recursive search() functions are not affected.

No functional change.

Signed-off-by: Marco Costalba <mcostalba@gmail.com>
src/types.h