Change some gensfen parameter defaults.

This commit is contained in:
Tomasz Sobczyk
2020-10-07 11:46:34 +02:00
committed by nodchip
parent 8830209125
commit 3f55b3af42
2 changed files with 18 additions and 18 deletions

View File

@@ -43,9 +43,9 @@ namespace Learner
Binpack
};
static bool write_out_draw_game_in_training_data_generation = false;
static bool detect_draw_by_consecutive_low_score = false;
static bool detect_draw_by_insufficient_mating_material = false;
static bool write_out_draw_game_in_training_data_generation = true;
static bool detect_draw_by_consecutive_low_score = true;
static bool detect_draw_by_insufficient_mating_material = true;
static SfenOutputType sfen_output_type = SfenOutputType::Bin;
@@ -954,7 +954,7 @@ namespace Learner
// Add a random number to the end of the file name.
bool random_file_name = false;
std::string sfen_format;
std::string sfen_format = "binpack";
std::string seed;
while (true)