Split at root!

Another great success by Joona !

After 5876 games at 10"+0.1
Mod vs Orig: 1073 - 849 - 3954 ELO +13 (+- 5.2)

Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
Joona Kiiski
2011-08-06 09:43:46 +01:00
committed by Marco Costalba
parent 13bc6ba2c6
commit ffa150bec3
3 changed files with 12 additions and 11 deletions

View File

@@ -38,7 +38,7 @@ struct SplitPoint {
const Position* pos;
Depth depth;
Value beta;
int pvNode;
int nodeType;
int ply;
int master;
Move threatMove;
@@ -116,7 +116,7 @@ public:
template <bool Fake>
void split(Position& pos, SearchStack* ss, Value* alpha, const Value beta, Value* bestValue,
Depth depth, Move threatMove, int moveCount, MovePicker* mp, bool pvNode);
Depth depth, Move threatMove, int moveCount, MovePicker* mp, int nodeType);
private:
Thread threads[MAX_THREADS];
Lock mpLock;