You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like my bot to accidentally draw less often, but it is limited by the not-quite-right draw detection used for API.Board. Why does it work that way when the Chess.Board has the correct method already?
As an extension of the same question: why does the board's RepetitionPositionHistory not get updated for moves made while searching? If it did, true draw detection would be trivial to implement. Quite a lot of work has gone into avoiding that though, so I imagine there is some good reason that I just haven't seen yet.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I would like my bot to accidentally draw less often, but it is limited by the not-quite-right draw detection used for API.Board. Why does it work that way when the Chess.Board has the correct method already?
As an extension of the same question: why does the board's
RepetitionPositionHistory
not get updated for moves made while searching? If it did, true draw detection would be trivial to implement. Quite a lot of work has gone into avoiding that though, so I imagine there is some good reason that I just haven't seen yet.Beta Was this translation helpful? Give feedback.
All reactions