mirror of
https://github.com/opelly27/Stockfish.git
synced 2026-05-20 08:37:44 +00:00
Fixed a bug that Learner::qsearch() recognizes stalemate as checkmated.
This commit is contained in:
@@ -192,9 +192,6 @@ public:
|
||||
#endif // defined(EVAL_NNUE) || defined(EVAL_LEARN)
|
||||
|
||||
#if defined(EVAL_LEARN)
|
||||
// 現局面で指し手がないかをテストする。指し手生成ルーチンを用いるので速くない。探索中には使わないこと。
|
||||
bool is_mated() const;
|
||||
|
||||
// -- sfen化ヘルパ
|
||||
|
||||
// packされたsfenを得る。引数に指定したバッファに返す。
|
||||
|
||||
Reference in New Issue
Block a user