mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-20 17:16:33 +08:00
Order check moves used in qsearch
Use the same scoring system used for evasions. Small if any increase, but should be in at least for completeness. After 999 games at 1+0 Mod vs Orig +208 =601 -190 +6 ELO Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
@@ -58,7 +58,7 @@ public:
|
||||
private:
|
||||
void score_captures();
|
||||
void score_noncaptures();
|
||||
void score_evasions();
|
||||
void score_evasions_or_checks();
|
||||
void go_next_phase();
|
||||
|
||||
const Position& pos;
|
||||
|
||||
Reference in New Issue
Block a user