mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-25 19:46:55 +08:00
add convert_bin and option for draw positions
This commit is contained in:
@@ -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_
|
||||
|
||||
Reference in New Issue
Block a user