add convert_bin and option for draw positions

This commit is contained in:
rqs
2020-06-27 13:06:05 +09:00
committed by nodchip
parent 2af46deede
commit 0761d9504e
2 changed files with 53 additions and 26 deletions

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
// ======================
@@ -234,4 +234,4 @@ namespace Learner
#endif
#endif // ifndef _LEARN_H_
#endif // ifndef _LEARN_H_