mirror of
https://github.com/sockspls/badfish
synced 2025-04-29 16:23:09 +00:00
Tweak default values for ucioptions
I created three different systems, tested them all separately and attached one did best: 1/40: Orig - Mod: 841 - 850 (+2 elo) 1+1 : Orig - Mod: 474 - 498 (+9 elo) 1+0 : Orig - Mod: 455 - 495 (+15 elo) Because such testing system is not statistically reliable, I made a confirmation test: 1/40: Orig - Mod: 502 - 543 (+14 elo) 1+1: Orig - Mod: 447 - 489 (+16 elo) 1+0: Orig - Mod: 641 - 656 (+4 elo) All tests show positive score :-) Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
parent
c0616d773d
commit
f40e481fd6
1 changed files with 3 additions and 3 deletions
|
@ -128,9 +128,9 @@ namespace {
|
|||
o["OwnBook"] = Option(true);
|
||||
o["MultiPV"] = Option(1, 1, 500);
|
||||
o["Emergency Move Horizon"] = Option(40, 0, 50);
|
||||
o["Emergency Base Time"] = Option(300, 0, 60000);
|
||||
o["Emergency Move Time"] = Option(100, 0, 5000);
|
||||
o["Minimum Thinking Time"] = Option(30, 0, 5000);
|
||||
o["Emergency Base Time"] = Option(200, 0, 60000);
|
||||
o["Emergency Move Time"] = Option(70, 0, 5000);
|
||||
o["Minimum Thinking Time"] = Option(20, 0, 5000);
|
||||
o["UCI_Chess960"] = Option(false);
|
||||
o["UCI_AnalyseMode"] = Option(false);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue