| View previous topic :: View next topic |
| Author |
Message |
Lucas Braesch

Joined: 31 May 2010 Posts: 1824
|
Post subject: Re: Null Move Help Posted: Sun Feb 12, 2012 1:56 pm |
|
|
| hgm wrote: |
I did a small test, by making a modified version of Fairy-Max, which prints the millisec timestamp before it sends a move, and after it receives a move, and then let two instances of it play against each other under XBoard (ponder off with -noGUI on a single-core machine, a 1.3GHz Pentium M running Ubuntu 10.04). A trace from the debug file below shows that there typically only elapses 1 msec between the sending of the move and the opponent getting it. (Sometimes I see 2 msec.)
So it should not be much of a problem to do 1-sec games. (Faster could be problematic for WB engines anyway, as WB protocol has only centi-sec resolution.)
| XBoard wrote: |
16094 <second: # sent at 1908811393
16094 <second: move g8f6
Interrupting first
16094 >first : time 5601
16094 >first : otim 5688
book hit = (NULL)
16094 >first : g8f6
16107 <first : # received at 1908811394
16107 <first : 1 5 0 5 c2c4
16107 <first : 1 19 0 5 c2c3
16107 <first : 2 18 0 6 c2c3
16107 <first : 3 18 0 21 c2c3
16107 <first : 4 19 0 27 c2c3
16107 <first : 5 19 0 45 c2c3
16299 <first : 6 -1 20 37403 c2c3 d7d5 c1f4 c8f5 b1d2 b8d7
16584 <first : 6 4 48 99319 e2e3 d7d5 f1d3 c8e6 e1g1 b8d7
16780 <first : 6 5 68 140220 b1c3 d7d5 c1f4 c8f5 f3h4 f5e6
16992 <first : # sent at 1908812291
16992 <first : move b1c3
Interrupting second
16992 >second: time 5688
16992 >second: otim 5511
book hit = (NULL)
16992 >second: b1c3
16999 <second: # received at 1908812292
16999 <second: 1 -78 0 9 g7g5 c1g5
16999 <second: 1 11 0 9 g7g6
16999 <second: 2 10 0 10 g7g6
16999 <second: 3 10 0 12 g7g6
16999 <second: 3 11 0 13 g7g6
16999 <second: 4 10 0 14 g7g6
17043 <second: 5 4 5 4817 g7g6 c1f4 d7d5 a2a4 c8f5
17098 <second: 5 15 10 16027 h7h5 c1f4 g7g6 a2a4 d7d5
17399 <second: 5 16 40 81379 d7d6 c1e3 c8e6 f3g5 e6f5
17617 <second: 6 15 62 126701 d7d6 e2e4 b8d7 c1f4 d8b6 a1b1
18057 <second: 6 27 106 221667 d7d5 h2h3 c8e6 f3g5 e6f5 c1f4
18071 <second: # sent at 1908813370
18071 <second: move d7d5
Interrupting first
18071 >first : time 5511
18071 >first : otim 5580
book hit = (NULL)
18071 >first : d7d5
18079 <first : # received at 1908813371
18079 <first : 1 -182 0 9 c3d5 f6d5
18079 <first : 1 -15 0 11 c3b1
18079 <first : 1 -10 0 13 c3a4
18079 <first : 1 -4 0 15 f3d2
18079 <first : 1 -1 0 17 f3g5
18079 <first : 1 3 0 19 f3e5
18079 <first : 1 6 0 21 a2a4
18079 <first : 2 -9 0 25 a2a4 c8f5
18079 <first : 2 -6 0 158 c1d2 c8f5
18079 <first : 2 -1 0 167 c1e3 c8f5
18079 <first : 2 4 0 167 c1f4
18079 <first : 3 4 0 192 c1f4
18079 <first : 3 6 0 852 h2h4 c8f5 c1f4
18083 <first : 4 -8 1 1507 h2h4 c8f5 c1f4 b8d7
18102 <first : 4 -6 3 3230 c1e3 c8f5 f3h4 f5e6
18106 <first : 4 4 3 3230 c1f4
18139 <first : 5 5 6 8017 c1f4 c8f5 f3h4 f5d7 h4f3
18794 <first : 6 0 72 146106 c1f4 c8f5 d1d2 f6h5 f3h4 h5f4 h4f5
19025 <first : # sent at 1908814324
19025 <first : move c1f4
Interrupting second
19026 >second: time 5580
19026 >second: otim 5416
book hit = (NULL)
19026 >second: c1f4
19035 <second: # received at 1908814325
|
|
Certainly beats the CRAP out of Arena  |
|
| Back to top |
|
 |
|
| Subject |
Author |
Date/Time |
Null Move Help |
Steve Mulligan |
Sun Feb 05, 2012 10:09 pm |
Re: Null Move Help |
Sven Schüle |
Sun Feb 05, 2012 10:36 pm |
Re: Null Move Help |
Robert Purves |
Sun Feb 05, 2012 10:38 pm |
Re: Null Move Help |
Steve Mulligan |
Sat Feb 11, 2012 9:19 am |
Re: Null Move Help |
Lucas Braesch |
Sat Feb 11, 2012 11:23 am |
Re: Null Move Help |
Steve Mulligan |
Sat Feb 11, 2012 8:06 pm |
Re: Null Move Help |
Tony Mokonen |
Sun Feb 12, 2012 1:01 am |
Re: Null Move Help |
Lucas Braesch |
Sun Feb 12, 2012 1:14 am |
Re: Null Move Help |
Patrik Karlsson |
Sun Feb 12, 2012 9:06 am |
Re: Null Move Help |
Tony Mokonen |
Sun Feb 12, 2012 9:59 am |
Re: Null Move Help |
Lucas Braesch |
Sun Feb 12, 2012 10:32 am |
Re: Null Move Help |
Tony Mokonen |
Sun Feb 12, 2012 11:16 am |
Re: Null Move Help |
Lucas Braesch |
Sun Feb 12, 2012 11:39 am |
Re: Null Move Help |
H.G.Muller |
Sun Feb 12, 2012 12:07 pm |
Re: Null Move Help |
Lucas Braesch |
Sun Feb 12, 2012 12:31 pm |
Re: Null Move Help |
H.G.Muller |
Sun Feb 12, 2012 12:49 pm |
Re: Null Move Help |
H.G.Muller |
Sun Feb 12, 2012 1:48 pm |
Re: Null Move Help |
Lucas Braesch |
Sun Feb 12, 2012 1:56 pm |
Re: Null Move Help |
H.G.Muller |
Sun Feb 12, 2012 2:02 pm |
Re: Null Move Help |
H.G.Muller |
Sun Feb 12, 2012 5:14 pm |
Re: Null Move Help |
H.G.Muller |
Sun Feb 12, 2012 9:07 pm |
Re: Null Move Help |
Evert Glebbeek |
Sun Feb 12, 2012 10:15 pm |
Re: Null Move Help |
H.G.Muller |
Mon Feb 13, 2012 9:46 am |
Re: Null Move Help |
Evert Glebbeek |
Mon Feb 13, 2012 1:19 pm |
Re: Null Move Help |
Steve Mulligan |
Sun Feb 12, 2012 2:32 pm |
Re: Null Move Help |
Lucas Braesch |
Sun Feb 12, 2012 3:51 pm |
Re: Null Move Help |
Steve Mulligan |
Tue Feb 21, 2012 10:15 pm |
Re: Null Move Help |
Robert Purves |
Tue Feb 21, 2012 11:00 pm |
Re: Null Move Help |
H.G.Muller |
Sun Feb 12, 2012 12:03 pm |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|