50% Search Time improvement, Node Counting, & Other Fixes #98
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.
pleco
changes:Board::key_after
for quick lookup of TT keys after a move.TranspositionTable::hash_percent()
method to only count moves searched in the current depth.pleco_engine
changesRootMove
ordering to not take into account the depth of the move found.Searcher
struct.threadpool
, rather than the main thread.Value::None
on tt lookup, where the entry was found but the scores are unset.search
to update the quiet stats.Currently gives a search improvement of around 50%, see prev BetaBrance -> current BetaBranch
Also, appveyor x86_64-pc-windows-gnu, nightly seems to be failing due to rust-lang/#49044. This PR will probably still fail that test, but that won't be considered as it's a bug in rustc.