search: ids: Do not clear hash to speedup

Self play cut from 10s to 7s
This commit is contained in:
Calcitem 2021-04-22 01:23:01 +08:00
parent 5465232b14
commit bf0558ebf1
1 changed files with 1 additions and 1 deletions

View File

@ -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