forked from LeelaChessZero/lc0
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Certainty propagation negabound #1
Open
borg323
wants to merge
25
commits into
Videodr0me:certainty-propagation-negabound
Choose a base branch
from
borg323:certainty-propagation-negabound
base: certainty-propagation-negabound
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Certainty propagation negabound #1
borg323
wants to merge
25
commits into
Videodr0me:certainty-propagation-negabound
from
borg323:certainty-propagation-negabound
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…ly match how UCI hosts measure time. (LeelaChessZero#427)
* Allow hiding options from help and UCI * hide time curve options * add (hidden) --show-hidden option
* add search_deadline to use instead of time_ms ( * time_ms renamed to movetime * change nps estimation for smart pruning
* Implement better logging. * Support <stderr> as special name of a logfile. Also increase move overhead limit to ~27 hours to support playing by fax. * Also output buffer when using stderr.
…ault. (LeelaChessZero#472) * Prevent search from overflowing by setting limits.visits to 4B by default. Also while `go infinite` never responds bestmove by itself, it still stops search when reaches the limit. E.g. it's possible to do `go nodes 100000 infinite` now. (Not sure whether useful, but just a side effect) * Output warning when search doesn't make progress and not allowed to respond bestmove.
* Update help. From https://docs.google.com/spreadsheets/d/1R8tgbnV5MGUhLqS-e2Qy5yx2-9E0ZuaYxbLXuIc8xso/edit#gid=0 * Forgot to delete commented line. * Addressed review comments.
* Make most of std::cerr outputs also get into the log. * More logging. * More timer logging. * Do not use suffixes. * Build fix for older VS.
* Implement RAM limit. * Add RAM limit related logging. * Address review comments.
* add benchmark mode * minor network load refactoring change
* remove movetime from limits * print search_deadline in SearchLimits::DebugString()
…y-propagation-negabound
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Merge to almost latest master - final commit needs more attention.