This repository has been archived by the owner on Jan 13, 2019. It is now read-only.
Allow pondering variations to be sent to Sabaki #14
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.
Some enhancements for playing a game against leelazero and reviewing straight after. @yishn
Gives more options:
'--black' and/or '--white' to send that color variations to Sabaki. Ponder variations for 'play' as well as 'genmove' now can get sent to Sabaki.
'--limitdepth' truncates the variation length, it is easier to see the main moves especially with '--flat'.
It would be nice to specify 'depth n', but that would need to change how command line args work when calling leela. mybe put leela and leela_args in a < ... >, but that might be confusing to the user.
'--labels' sends the first move of each variation as a label A, B, C, ... for Sabaki to update the root gametree. useful with the '--flat' option to easily see where the sibling variations are.