mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-27 12:36:15 +08:00
Added #ifdef statements to switch the legacy evaluation function and NNUE evaluation function.
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
// NNUE評価関数の計算に関するコード
|
||||
|
||||
#if defined(EVAL_NNUE)
|
||||
|
||||
#include <fstream>
|
||||
#include <iostream>
|
||||
|
||||
@@ -316,3 +318,5 @@ void print_eval_stat(Position& /*pos*/) {
|
||||
}
|
||||
|
||||
} // namespace Eval
|
||||
|
||||
#endif // defined(EVAL_NNUE)
|
||||
|
||||
Reference in New Issue
Block a user