From: Steinar H. Gunderson Date: Wed, 27 Jun 2007 21:25:24 +0000 (+0200) Subject: Some option tweaking. X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;ds=sidebyside;h=1eb05da6baa18004163cf46a4ab51aa31f2e5eed;p=remoteglot Some option tweaking. --- 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");