Added use_draw_in_training_data_generation option to write out draw games to the training data.

This commit is contained in:
nodchip
2020-06-27 14:00:12 +09:00
parent 4c926b8eb4
commit aa2dc962f5
2 changed files with 24 additions and 23 deletions
+2 -2
View File
@@ -165,8 +165,8 @@ typedef float LearnFloatType;
// 引き分けに至ったとき、それを教師局面として書き出す
// これをするほうが良いかどうかは微妙。
// #define LEARN_GENSFEN_USE_DRAW_RESULT
extern bool use_draw_in_training;
extern bool use_hash_in_training;
// ======================
// configure
// ======================