mirror of
https://github.com/official-stockfish/Stockfish.git
synced 2026-07-22 12:47:08 +00:00
Fixed a bug that the training data generation crashes.
This commit is contained in:
@@ -979,7 +979,7 @@ void gen_sfen(Position&, istringstream& is)
|
||||
<< " loop_max = " << loop_max << endl
|
||||
<< " eval_limit = " << eval_limit << endl
|
||||
<< " thread_num (set by USI setoption) = " << thread_num << endl
|
||||
<< " book_moves (set by USI setoption) = " << Options["BookMoves"] << endl
|
||||
//<< " book_moves (set by USI setoption) = " << Options["BookMoves"] << endl
|
||||
<< " random_move_minply = " << random_move_minply << endl
|
||||
<< " random_move_maxply = " << random_move_maxply << endl
|
||||
<< " random_move_count = " << random_move_count << endl
|
||||
|
||||
Reference in New Issue
Block a user