mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-20 17:16:33 +08:00
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:
committed by
Marco Costalba
parent
13bc6ba2c6
commit
ffa150bec3
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user