mirror of
https://github.com/opelly27/Stockfish.git
synced 2026-05-20 08:37:44 +00:00
Add gensfen_nonpv
This commit is contained in:
@@ -914,6 +914,8 @@ make_v:
|
||||
|
||||
Value Eval::evaluate(const Position& pos) {
|
||||
|
||||
pos.this_thread()->on_eval();
|
||||
|
||||
Value v;
|
||||
|
||||
if (NNUE::useNNUE == NNUE::UseNNUEMode::Pure) {
|
||||
|
||||
Reference in New Issue
Block a user