Certainty propagation negabound#1
Open
borg323 wants to merge 25 commits intoVideodr0me:certainty-propagation-negaboundfrom
Open
Certainty propagation negabound#1borg323 wants to merge 25 commits intoVideodr0me:certainty-propagation-negaboundfrom
borg323 wants to merge 25 commits intoVideodr0me:certainty-propagation-negaboundfrom
Conversation
…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
This file contains hidden or 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
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.