dje-dev / Ceres

Ceres - an MCTS chess engine for research and recreation
GNU General Public License v3.0
153 stars 23 forks source link

Problem in Nibbler when both WDL and DTZ present #44

Closed dje-dev closed 3 years ago

dje-dev commented 3 years ago

(Bigo) "Well normally when I reach syzygy Ceres crashes with Nibbler but here it's working fine since I only have WDL and not DTZ"

Possibly same as #38

imBigo commented 3 years ago

If MultiPV > 1 and Syzygy of the current fen position has DTZ, Ceres crashes.

dje-dev commented 3 years ago

Addressed, see #38.