eval_nnueコマンド追加

This commit is contained in:
tttak
2020-06-22 09:50:22 +09:00
committed by nodchip
parent 33772a0418
commit 2d5c50d85b
2 changed files with 6 additions and 0 deletions
+2
View File
@@ -35,6 +35,8 @@ Value evaluate(const Position& pos);
void evaluate_with_no_return(const Position& pos);
Value compute_eval(const Position& pos);
#if defined(EVAL_NNUE) || defined(EVAL_LEARN)
// 評価関数ファイルを読み込む。
// これは、"is_ready"コマンドの応答時に1度だけ呼び出される。2度呼び出すことは想定していない。