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

Allow time search #23

Closed
wants to merge 2 commits into from
Closed

Allow time search #23

wants to merge 2 commits into from

Conversation

ghost
Copy link

@ghost ghost commented Dec 20, 2020

This allows passing a time parameter to the Engine class. This takes the clock time of white and black (and optionally, their respective clock increments), and allows stockfish to do a time-sensitive search on them. This can work in conjunction or independently from the depth option. Resolves #22.

applemonkey496 added 2 commits December 20, 2020 10:46
This allows passing a time parameter to the `Engine` class. This takes the clock time of white and black (and optionally, their respective clock increments), and allows stockfish to do a time-sensitive search on them. This can work in conjunction or independently from the depth option.
Add extra space to fix indentation error
Repository owner closed this by deleting the head repository Aug 29, 2022
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.

Use time instead of depth?
1 participant