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

Certainty propagation negabound #1

Open
wants to merge 25 commits into
base: certainty-propagation-negabound
Choose a base branch
from

Conversation

borg323
Copy link

@borg323 borg323 commented Nov 3, 2018

Merge to almost latest master - final commit needs more attention.

borg323 and others added 25 commits October 17, 2018 20:21
* 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()
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.

4 participants