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

Scale endgame default depth #24

Open
ddugovic opened this issue Nov 25, 2022 · 2 comments
Open

Scale endgame default depth #24

ddugovic opened this issue Nov 25, 2022 · 2 comments

Comments

@ddugovic
Copy link

Possibly this may involve a larger conversation with Lichess about how analysis is done, but in endgames (or shallow positions in general which search a low node count per depth) it may be desirable to search deeper than 25 plies without resorting to go infinite.

@NiclasSchwalbe
Copy link

Should this not be already be possible?

@niklasf
Copy link
Member

niklasf commented Jan 1, 2023

Here's how this is solved for the in-browser engine: https://github.com/lichess-org/lila/blob/55da1b90a22c42604b5f8ac3288f5b84c3927c66/ui/ceval/src/protocol.ts#L146-L152

The focus of the example provider here is to demonstrate the API, but of course it could do something similar. Would accept a PR.

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

No branches or pull requests

3 participants