mirror of
https://github.com/opelly27/Stockfish.git
synced 2026-05-20 14:27:45 +00:00
Merge branch 'master' into trainer
This commit is contained in:
@@ -115,6 +115,7 @@ void TranspositionTable::clear() {
|
||||
/// TTEntry t2 if its replace value is greater than that of t2.
|
||||
|
||||
TTEntry* TranspositionTable::probe(const Key key, bool& found) const {
|
||||
|
||||
if (Options["Training"]) {
|
||||
return found = false, first_entry(0);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user