georgvonzimmermann / Sunsetter

A crazyhouse chess playing program.
GNU General Public License v2.0
12 stars 5 forks source link

sunsetter forces 3-move repeat but evaluates differently #16

Closed isaacl closed 7 years ago

isaacl commented 7 years ago
xboard
reset crazyhouse
setboard r2q1k2/ppp1bp2/3p2P1/8/3P4/2P4r/P1P1QPPb/R1B2R1K/NNNBPpppn b - - 41 21
analyze
...
17 418 422 4602829 h2e5 h1g1 e5h2 g1h1 h2e5 h1g1 e5h2 g1h1 h2e5 h1g1 e5h2 g1h1 h2e5 h1g1 e5h2 g1h1 h2e5 h1g1

evaluation should be 0, right? And sunsetter should not need to repeat more than 3 times.

georgvonzimmermann commented 7 years ago

yes, fixing repetition is on my todo-list