mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-20 17:16:33 +08:00
Revert refinedValue in ProbCut
It seems much worst in number of nodes seacrhed to reach the depth and anyhow does not give any advantage to the Onno's oroginal one. So revert by now and perhaps readd when we find something clearly better. Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
@@ -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 threshold);
|
||||
MovePicker(const Position&, Move, const History&, int parentCapture);
|
||||
Move get_next_move();
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user