mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-25 19:46:55 +08:00
Merge branch 'master' into trainer
This commit is contained in:
@@ -36,7 +36,7 @@
|
||||
#include <dirent.h>
|
||||
#endif
|
||||
|
||||
#if defined(EVAL_NNUE)
|
||||
#if defined(EVAL_LEARN)
|
||||
#include "../nnue/evaluate_nnue_learner.h"
|
||||
#include <climits>
|
||||
#include <shared_mutex>
|
||||
@@ -839,9 +839,6 @@ namespace Learner
|
||||
}
|
||||
pos.do_move(next_move, states[ply]);
|
||||
|
||||
// Call node evaluate() for each difference calculation.
|
||||
Eval::NNUE::update_eval(pos);
|
||||
|
||||
} // for (int ply = 0; ; ++ply)
|
||||
|
||||
} // while(!quit)
|
||||
|
||||
Reference in New Issue
Block a user