Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No Ply Restriction in the condition that limits the depth extension to a certain point #5737

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

FauziAkram
Copy link
Contributor

@FauziAkram FauziAkram commented Dec 27, 2024

I was inspired by shawn's tests, which tried to remove the condition completely.
Interestingly, the patch passed STC but quickly failed LTC.

Reference:
shawn complete removal STC (Passed):
https://tests.stockfishchess.org/tests/view/67350b3a86d5ee47d953ea8f
shawn complete removal LTC (Failed):
https://tests.stockfishchess.org/tests/view/6736825586d5ee47d953ec97

Now, in this implementation, the depth extension is no longer tied to the current ply within the search tree, it now limits it based on the root depth itself. The extension will only be applied if the initial root search depth is greater than 8.

Passed STC:
https://tests.stockfishchess.org/tests/view/6767f4bb86d5ee47d9544582

Passed LTC:
https://tests.stockfishchess.org/tests/view/67695f9986d5ee47d954499c

bench: 926381

bench: 926381
bench: 1190740
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.

1 participant