search: ids: Do not clear hash to speedup
Self play cut from 10s to 7s
This commit is contained in:
parent
5465232b14
commit
bf0558ebf1
src
|
@ -160,7 +160,7 @@ int Thread::search()
|
|||
for (Depth i = depthBegin; i < originDepth; i += 1) {
|
||||
#ifdef TRANSPOSITION_TABLE_ENABLE
|
||||
#ifdef CLEAR_TRANSPOSITION_TABLE
|
||||
TranspositionTable::clear();
|
||||
//TranspositionTable::clear();
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue