From 1eb05da6baa18004163cf46a4ab51aa31f2e5eed Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Wed, 27 Jun 2007 23:25:24 +0200 Subject: [PATCH] Some option tweaking. --- remoteglot.pl | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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"); -- 2.39.2