mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-20 09:06:45 +08:00
Revert "Symmetric king safety"
Regression test of 40K games at 60 secs shows this commit to be a 2-3 ELO regression. So revert to original king safety. bench: 8732553
This commit is contained in:
@@ -67,7 +67,8 @@ void init(OptionsMap& o) {
|
||||
o["Passed Pawns (Midgame)"] << Option(100, 0, 200, on_eval);
|
||||
o["Passed Pawns (Endgame)"] << Option(100, 0, 200, on_eval);
|
||||
o["Space"] << Option(100, 0, 200, on_eval);
|
||||
o["King Safety"] << Option(100, 0, 200, on_eval);
|
||||
o["Aggressiveness"] << Option(100, 0, 200, on_eval);
|
||||
o["Cowardice"] << Option(100, 0, 200, on_eval);
|
||||
o["Min Split Depth"] << Option(0, 0, 12, on_threads);
|
||||
o["Threads"] << Option(1, 1, MAX_THREADS, on_threads);
|
||||
o["Hash"] << Option(32, 1, 16384, on_hash_size);
|
||||
|
||||
Reference in New Issue
Block a user