mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-20 00:56:39 +08:00
Merge futility pruning from Glaurung 2.2
It seems much more powerful then previous one. Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
@@ -125,7 +125,7 @@ namespace {
|
||||
o.push_back(Option("Futility Pruning (Quiescence Search)", true));
|
||||
o.push_back(Option("Futility Margin 0", 50, 0, 1000));
|
||||
o.push_back(Option("Futility Margin 1", 100, 0, 1000));
|
||||
o.push_back(Option("Futility Margin 2", 300, 0, 1000));
|
||||
o.push_back(Option("Futility Margin 2", 200, 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