mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-20 00:56:39 +08:00
Safer razoring formula
Add also the possibility to razor at ply one. It is disable dby default but it seems stronger against Stockfish itself. It is still not clear if is stronger against other engines. By now leave disabled. Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
@@ -124,7 +124,7 @@ namespace {
|
||||
o.push_back(Option("Futility Pruning (Main Search)", true));
|
||||
o.push_back(Option("Futility Pruning (Quiescence Search)", true));
|
||||
o.push_back(Option("Futility Margin (Quiescence Search)", 50, 0, 1000));
|
||||
o.push_back(Option("Futility Margin (Main Serach)", 100, 0, 1000));
|
||||
o.push_back(Option("Futility Margin Scale Factor (Main Search)", 100, 0, 1000));
|
||||
o.push_back(Option("Maximum Razoring Depth", 3, 0, 4));
|
||||
o.push_back(Option("Razoring Margin", 300, 150, 600));
|
||||
o.push_back(Option("LSN filtering", true));
|
||||
|
||||
Reference in New Issue
Block a user