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:
Marco Costalba
2011-06-09 21:57:42 +01:00
parent b414fc0dfd
commit a21a110188
4 changed files with 12 additions and 6 deletions

View File

@@ -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: