mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-26 12:06:22 +08:00
test
This commit is contained in:
@@ -82,7 +82,7 @@ void init(OptionsMap& o) {
|
||||
o["Use NNUE"] << Option(true, on_use_NNUE);
|
||||
// The default must follow the format nn-[SHA256 first 12 digits].nnue
|
||||
// for the build process (profile-build and fishtest) to work.
|
||||
o["EvalFile"] << Option("nn-82215d0fd0df.nnue", on_eval_file);
|
||||
o["EvalFile"] << Option("nn.bin", on_eval_file);
|
||||
#ifdef EVAL_NNUE
|
||||
// When the evaluation function is loaded at the ucinewgame timing, it is necessary to convert the new evaluation function.
|
||||
// I want to hit the test eval convert command, but there is no new evaluation function
|
||||
|
||||
Reference in New Issue
Block a user