Skip to content

Fix forgotten mate and aborted loss score bug#1067

Merged
codedeliveryservice merged 1 commit into
codedeliveryservice:mainfrom
Saphereye:fix-mate
Jun 3, 2026
Merged

Fix forgotten mate and aborted loss score bug#1067
codedeliveryservice merged 1 commit into
codedeliveryservice:mainfrom
Saphereye:fix-mate

Conversation

@Saphereye
Copy link
Copy Markdown
Contributor

A later iteration could overwrite a better mate score found previously, either due to TT collisions or an aborted search. Restore the previous iteration's score in both cases, and move the UCI print after the restore to print the updated score.

Bench: 3634130

A later iteration could overwrite a better mate score found previously,
either due to TT collisions or an aborted search. Restore the previous
iteration's score in both cases, and move the UCI print after the
restore to print the updated score.

Bench: 3634130

Co-authored-by: Shahin M. Shahin <peregrineshahin@gmail.com>
@codedeliveryservice codedeliveryservice merged commit fec9098 into codedeliveryservice:main Jun 3, 2026
20 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants