Removed #if for USE_EVAL_HASH.

This commit is contained in:
nodchip
2020-09-09 10:26:42 +09:00
parent ec96409176
commit aa2452caf3
3 changed files with 0 additions and 18 deletions
-2
View File
@@ -1639,8 +1639,6 @@ namespace Learner
#if defined(USE_GLOBAL_OPTIONS)
// Save it for later restore.
auto oldGlobalOptions = GlobalOptions;
// If you hit the eval hash, you can not calculate rmse etc. so turn it off.
GlobalOptions.use_eval_hash = false;
// If you hit the replacement table, pruning may occur at the previous evaluation value, so turn it off.
GlobalOptions.use_hash_probe = false;
#endif