X-Git-Url: https://git.sesse.net/?p=remoteglot;a=blobdiff_plain;f=remoteglot.pl;h=84e7af71425161e3c8ed3eab4ac4f6bdcc1e59ab;hp=ea1e13de9be03d4b1be1698eb931d2f6d18b10a4;hb=1eb05da6baa18004163cf46a4ab51aa31f2e5eed;hpb=10249b886d1ac8988d7c099d384f92a6800b73c2 diff --git a/remoteglot.pl b/remoteglot.pl index ea1e13d..84e7af7 100755 --- a/remoteglot.pl +++ b/remoteglot.pl @@ -21,7 +21,7 @@ $SIG{ALRM} = sub { output_screen(); }; $| = 1; my $server = "freechess.org"; -my $target = "GMCarlsen"; +my $target = "Sesse"; # my $engine = "/usr/games/toga2"; my $engine = "wine Rybkav2.3.2a.mp.w32.exe"; @@ -53,7 +53,8 @@ while () { uciprint("setoption name UCI_AnalyseMode value true"); uciprint("setoption name NalimovPath value c:\\nalimov"); uciprint("setoption name NalimovUsage value Normally"); -uciprint("setoption name MultiPV value 3"); +uciprint("setoption name Hash value 1024"); +# uciprint("setoption name MultiPV value 3"); # uciprint("setoption name Contempt value 1000"); # uciprint("setoption name Outlook value Ultra Optimistic"); uciprint("ucinewgame");