1
0
Fork 0
mirror of https://github.com/sockspls/badfish synced 2025-04-30 08:43:09 +00:00

Update search.h

1 line of translation
This commit is contained in:
FireFather 2020-07-01 02:41:14 +02:00 committed by nodchip
parent 13824d8b96
commit c679e8f360

View file

@ -99,8 +99,8 @@ struct LimitsType {
TimePoint time[COLOR_NB], inc[COLOR_NB], npmsec, movetime, startTime;
int movestogo, depth, mate, perft, infinite;
int64_t nodes;
// 画面に出力しないサイレントモード(プロセス内での連続自己対戦のとき用)
// このときPVを出力しない。
// Silent mode that does not output to the screen (for continuous self-play in process)
// Do not output PV at this time.
bool silent;
};