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

Adjust singular extension search depth. #2590

Closed

Conversation

Vizvezdenec
Copy link
Contributor

@Vizvezdenec Vizvezdenec commented Mar 20, 2020

passed STC
http://tests.stockfishchess.org/tests/view/5e72bbaae42a5c3b3ca2e75e
LLR: 2.94 (-2.94,2.94) {-0.50,1.50}
Total: 12692 W: 2608 L: 2389 D: 7695
Ptnml(0-2): 238, 1414, 2839, 1601, 254
passed LTC
http://tests.stockfishchess.org/tests/view/5e731c07e42a5c3b3ca2e770
LLR: 2.96 (-2.94,2.94) {0.25,1.75}
Total: 145716 W: 19218 L: 18626 D: 107872
Ptnml(0-2): 1100, 13605, 42899, 14111, 1143
This patch continues work on applying different singular extension search logic in case position is ttPv && !PvNode. Now it changes depth of this search, lower for every other node and higher for this types of nodes.
It's 3rd patch passed on this idea, it seems that for some unknown reason optimal singular extension search is heavily connected with node being part of PV or not.
bench 5398277

bench 5398277
@Vizvezdenec
Copy link
Contributor Author

Note - I changed halfDepth to singularDepth because it's not halfDepth any longer :)

@vondele vondele closed this in 6ecab03 Mar 20, 2020
@vondele
Copy link
Member

vondele commented Mar 20, 2020

Thanks, keep them coming!

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