X-Git-Url: https://git.sesse.net/?p=remoteglot;a=blobdiff_plain;f=remoteglot.pl;h=313ccbe9026c1d807b641d39473de330132ac866;hp=53d5cab390fca0d907ea732639b1924b9a63c832;hb=660cb086140cb9e77100b39f4fe14b4d3bf94686;hpb=68ae519ca55030ec4ee02d3db69fe1368f1737e9 diff --git a/remoteglot.pl b/remoteglot.pl index 53d5cab..313ccbe 100755 --- a/remoteglot.pl +++ b/remoteglot.pl @@ -25,8 +25,7 @@ my $engine2_cmdline = "./stockfish_13111119_x64_modern_sse42"; my $telltarget = undef; # undef to be silent my @tell_intervals = (5, 20, 60, 120, 240, 480, 960); # after each move my $uci_assume_full_compliance = 0; # dangerous :-) -my $update_max_interval = 2.0; -my $second_engine_start_depth = 8; +my $update_max_interval = 1.0; my @masters = ( 'Sesse', 'Sessse', @@ -777,7 +776,7 @@ sub output_screen { my $key = $pretty_move; my $line = sprintf(" %-6s %6s %3s %s", $pretty_move, - short_score($info, $pos_calculating_second_engine, $mpv, 1), + short_score($info, $pos_calculating_second_engine, $mpv, 0), "d" . $info->{'depth' . $mpv}, join(', ', @pretty_pv)); push @refutation_lines, [ $key, $line ];