mirror of
https://github.com/opelly27/Stockfish.git
synced 2026-05-20 07:27:46 +00:00
Use refinedValue in ProbCut condition
After 12613 games at 20"+0.1 on QUAD Mod vs Orig 1870 - 1863 - 8880 ELO +0 (+- 3.3) So no performance change but it is a code semplification and also is more easy to understand. Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
+1
-1
@@ -42,7 +42,7 @@ class MovePicker {
|
||||
public:
|
||||
MovePicker(const Position&, Move, Depth, const History&, SearchStack*, Value);
|
||||
MovePicker(const Position&, Move, Depth, const History&);
|
||||
MovePicker(const Position&, Move, const History&, int parentCapture);
|
||||
MovePicker(const Position&, Move, const History&, int threshold);
|
||||
Move get_next_move();
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user