mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-20 09:06:45 +08:00
Retire Search Log
No functional change Bench: 7461881
This commit is contained in:
@@ -55,8 +55,6 @@ bool CaseInsensitiveLess::operator() (const string& s1, const string& s2) const
|
||||
void init(OptionsMap& o) {
|
||||
|
||||
o["Write Debug Log"] << Option(false, on_logger);
|
||||
o["Write Search Log"] << Option(false);
|
||||
o["Search Log Filename"] << Option("SearchLog.txt");
|
||||
o["Contempt Factor"] << Option(0, -100, 100);
|
||||
o["Min Split Depth"] << Option(0, 0, 12, on_threads);
|
||||
o["Threads"] << Option(1, 1, MAX_THREADS, on_threads);
|
||||
|
||||
Reference in New Issue
Block a user