mirror of
https://github.com/official-stockfish/Stockfish.git
synced 2026-07-23 05:07:14 +00:00
Some coding style changes, white space
This commit is contained in:
+3
-2
@@ -46,15 +46,16 @@ void on_tb_path(const Option& o) { Tablebases::init(o); }
|
||||
void on_use_nnue(const Option& o) {
|
||||
|
||||
if (o)
|
||||
std::cout << "info string NNUE eval used" << std::endl;
|
||||
std::cout << "info string NNUE eval used" << std::endl;
|
||||
else
|
||||
std::cout << "info string classic eval used" << std::endl;
|
||||
std::cout << "info string classic eval used" << std::endl;
|
||||
|
||||
Eval::useNNUE = o;
|
||||
init_nnue(Options["EvalFile"]);
|
||||
}
|
||||
|
||||
void on_eval_file(const Option& o) {
|
||||
|
||||
load_eval_finished = false;
|
||||
init_nnue(o);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user