OpenChess
Independent Computer Chess Discussion Forum
Skip to content
OpenChess
Independent Computer Chess Discussion Forum
Skip to content
Quick links
Unanswered topics
Active topics
Search
FAQ
Login
Register
Board index
General
General Topics
Search
Advanced search
Search
Monte Carlo
General discussion about computer chess...
Post Reply
Print view
Search
Advanced search
13 posts
1
2
Next
BB+
Posts:
1484
Joined:
Thu Jun 10, 2010 4:26 am
Monte Carlo
Quote
Post
by
BB+
»
Mon Nov 29, 2010 2:30 am
In another
thread
, some initial experiments with the new IvanHoe Monte Carlo function were reported.
Here is another example:
r1b2rk1/2qn1ppp/p1p1pn2/1p4N1/3PP3/2N5/PPQ1BPPb/R1B2R1K b - - 0 13<script type="text/javascript"> document.getElementById(pgn4webTextareaId).value = document.getElementById(pgn4webTextareaId).value.replace(/<\s*br\s*\/>/gi, ' '); multiGamesRegexp = /\s*\[\s*\w+\s*"[^"]*"\s*\]\s*[^\s\[\]]+[\s\S]*\[\s*\w+\s*"[^"]*"\s*\]\s*/m; if (multiGamesRegexp.test(document.getElementById(pgn4webTextareaId).value)) { height = 310; } else { height = 276; } document.write("<div style=\"width: 450px; text-align: left; font-family: Verdana, Arial; font-size: x-small;\">FEN: " + document.getElementById(pgn4webTextareaId).value + "<iframe src='/pgn4web/board.html?am=n&d=3000&ss=36&ps=d&pf=u&lcs=VdyD&dcs=LHCg&bbcs=LHCg&hm=s&hcs=QtmS&bd=h&hd=j&md=j&tm=18&fhcs=$$$$&fhs=100p&fmcs=$$$$&fccs=v71$&hmcs=M___&fms=100p&fcs=m&cd=i&bcs=VdyD&fp=18&hl=t&fh=b&fw=p&fs=" + document.getElementById(pgn4webTextareaId).value + "' height='340px' width='100%' frameborder='0' scrolling='no' marginheight='0' marginwidth='0'>your web browser and/or your host do not support iframes as required to display the chessboard</script><br> <br> As KLO did, I used "go montecarlo depth 10 cpus 4 moves c6c5 h7h6" -- in a "normal" search, IvanHoe will bobble between these moves (favouring h7h6 a tad it seems).<br> <br> After just a few minutes (about the "normal" search time, perhaps), it was fairly clear which was doing better: <div class="codebox"><p>Code: <a href="#" onclick="selectCode(this); return false;">Select all</a></p><pre><code>c6c5 +36 -36 =225 50% h7h6 +23 -104 =160 36%</code></pre></div>The sample is a bit small (about 300 games each), but this already quite significant.<br> <br> Some more comments: firstly, the position is notably drawish (75% for <span style="text-decoration:underline">c5</span>), even at these speeds (I do not know why, maybe it's just the way the Semi-Slav is). Also, it is not that clear to me that 10 ply searches are that trenchant here. But it's a result, at least.</div> </div> </div> <div class="back2top"> <a href="#top" class="top" title="Top"> <i class="icon fa-chevron-circle-up fa-fw icon-gray" aria-hidden="true"></i> <span class="sr-only">Top</span> </a> </div> </div> </div> <hr class="divider" /> <div id="p6988" class="post has-profile bg1"> <div class="inner"> <dl class="postprofile" id="profile6988"> <dt class="no-profile-rank no-avatar"> <div class="avatar-container"> </div> <a href="./memberlist.php?mode=viewprofile&u=95&sid=324c5d2db8c518a44771e2e5b44c1e15" class="username">BB+</a> </dt> <dd class="profile-posts"><strong>Posts:</strong> <a href="./search.php?author_id=95&sr=posts&sid=324c5d2db8c518a44771e2e5b44c1e15">1484</a></dd> <dd class="profile-joined"><strong>Joined:</strong> Thu Jun 10, 2010 4:26 am</dd> </dl> <div class="postbody"> <div id="post_content6988"> <h3 ><a href="#p6988">Re: Monte Carlo</a></h3> <ul class="post-buttons"> <li> <a href="./posting.php?mode=quote&f=3&p=6988&sid=324c5d2db8c518a44771e2e5b44c1e15" title="Reply with quote" class="button button-icon-only"> <i class="icon fa-quote-left fa-fw" aria-hidden="true"></i><span class="sr-only">Quote</span> </a> </li> </ul> <p class="author"> <a class="unread" href="./viewtopic.php?p=6988&sid=324c5d2db8c518a44771e2e5b44c1e15#p6988" title="Post"> <i class="icon fa-file fa-fw icon-lightgray icon-md" aria-hidden="true"></i><span class="sr-only">Post</span> </a> <span class="responsive-hide">by <strong><a href="./memberlist.php?mode=viewprofile&u=95&sid=324c5d2db8c518a44771e2e5b44c1e15" class="username">BB+</a></strong> » </span>Mon Nov 29, 2010 2:44 am </p> <div class="content">I ran another 5-minute sample on the same position and got: <div class="codebox"><p>Code: <a href="#" onclick="selectCode(this); return false;">Select all</a></p><pre><code>c6c5 +30 -37 =189 49% h7h6 +21 -79 =134 38%</code></pre></div>There also seems to be some way to limit the length of the Monte Carlo analysis (and also a min/max window as a "resignation" criterion), which could be useful in making the runs go faster. I used 256MB hash for this, though I don't know influence that has.<br> <br> EDIT: Another possible move is <span style="text-decoration:underline">b5b4</span> (IvanHoe likes this at a few smaller depths), but it does not do as well (+66-104=368 for 46% -- with the draw ratio so high, the error margins are likely such that <span style="text-decoration:underline">c6c5</span> is distinctly better).</div> </div> </div> <div class="back2top"> <a href="#top" class="top" title="Top"> <i class="icon fa-chevron-circle-up fa-fw icon-gray" aria-hidden="true"></i> <span class="sr-only">Top</span> </a> </div> </div> </div> <hr class="divider" /> <div id="p6991" class="post has-profile bg2"> <div class="inner"> <dl class="postprofile" id="profile6991"> <dt class="no-profile-rank has-avatar"> <div class="avatar-container"> <a href="./memberlist.php?mode=viewprofile&u=70&sid=324c5d2db8c518a44771e2e5b44c1e15" class="avatar"><img class="avatar" src="http://chess.cygnitec.com/images/2a9fef22_knight.jpg" width="80" height="80" alt="User avatar" /></a> </div> <a href="./memberlist.php?mode=viewprofile&u=70&sid=324c5d2db8c518a44771e2e5b44c1e15" class="username">kingliveson</a> </dt> <dd class="profile-posts"><strong>Posts:</strong> <a href="./search.php?author_id=70&sr=posts&sid=324c5d2db8c518a44771e2e5b44c1e15">1388</a></dd> <dd class="profile-joined"><strong>Joined:</strong> Thu Jun 10, 2010 1:22 am</dd> <dd class="profile-custom-field profile-realname"><strong>Real Name:</strong> Franklin Titus</dd> <dd class="profile-custom-field profile-phpbb_location"><strong>Location:</strong> 28°32'1"N 81°22'33"W</dd> </dl> <div class="postbody"> <div id="post_content6991"> <h3 ><a href="#p6991">Re: Monte Carlo</a></h3> <ul class="post-buttons"> <li> <a href="./posting.php?mode=quote&f=3&p=6991&sid=324c5d2db8c518a44771e2e5b44c1e15" title="Reply with quote" class="button button-icon-only"> <i class="icon fa-quote-left fa-fw" aria-hidden="true"></i><span class="sr-only">Quote</span> </a> </li> </ul> <p class="author"> <a class="unread" href="./viewtopic.php?p=6991&sid=324c5d2db8c518a44771e2e5b44c1e15#p6991" title="Post"> <i class="icon fa-file fa-fw icon-lightgray icon-md" aria-hidden="true"></i><span class="sr-only">Post</span> </a> <span class="responsive-hide">by <strong><a href="./memberlist.php?mode=viewprofile&u=70&sid=324c5d2db8c518a44771e2e5b44c1e15" class="username">kingliveson</a></strong> » </span>Mon Nov 29, 2010 3:40 am </p> <div class="content"><blockquote><div><cite>BB+ wrote:</cite>The Rybka conversion table by George Tsavdaris is in the thread <a href="http://rybkaforum.net/cgi-bin/rybkaforum/topic_show.pl?tid=6012" class="postlink">http://rybkaforum.net/cgi-bin/rybkaforu ... l?tid=6012</a> <div class="codebox"><p>Code: <a href="#" onclick="selectCode(this); return false;">Select all</a></p><pre><code>Rybka's eval | % expected score 0.01 50.43 % 0.10 54.3 % 0.20 58.5 % 0.30 62.7 % 0.40 66.6 % 0.50 70.3 % 0.80 79.9 % 0.90 82.6 % 1.00 84.9 % 1.10 87.0 % 1.20 88.8 % 1.30 90.4 % 1.40 91.8 % 1.50 93.0 % 1.60 94.1 % </code></pre></div>Tables are based on the assumptions:<br> •Rybka's evaluation score is proportional to the ELO rating difference.<br> •It is true that 3 ELO difference corresponds to 0.01 evaluation score of Rybka.<br> <br> VR says: "[...] based on 8 ply monte carlo data [...] roughly we can say that each centipawn of Rybka eval is worth 3 Elo points on average. My earlier work on opening evals of the different versions used 2.5 Elo per centipawn, but this value was pretty much just based on the opening position, so I would have much more confidence in the 3 Elo figure."<br> .<br> .<br> .<br> </div></blockquote> Snipped your post from the other thread. When I have some time coming in the next 2 weeks, perhaps it would be interesting to see if the centi-pawn to win % conversion table can be mirrored with IvanHoe or create it's own table. Using Monte Carlo, not sure what depth would be appropriate and how much sample data would produce the most "accurate" results.</div> <div id="sig6991" class="signature"><span style="font-size:60%;line-height:116%"><span style="color:#FFBF80">P</span><span style="color:#FFBF40">A</span><span style="color:#808040">W</span><span style="color:#008000">N</span></span> : <span style="color:#FFBF80">Knight</span> >> <span style="color:#FFBF40">Bishop</span> >> <span style="font-size:150%;line-height:116%"><span style="color:#808040">Rook</span></span> >><span style="color:#008000"><span style="font-size:200%;line-height:116%">Queen</span></span></div> </div> </div> <div class="back2top"> <a href="#top" class="top" title="Top"> <i class="icon fa-chevron-circle-up fa-fw icon-gray" aria-hidden="true"></i> <span class="sr-only">Top</span> </a> </div> </div> </div> <hr class="divider" /> <div id="p6992" class="post has-profile bg1"> <div class="inner"> <dl class="postprofile" id="profile6992"> <dt class="no-profile-rank has-avatar"> <div class="avatar-container"> <a href="./memberlist.php?mode=viewprofile&u=70&sid=324c5d2db8c518a44771e2e5b44c1e15" class="avatar"><img class="avatar" src="http://chess.cygnitec.com/images/2a9fef22_knight.jpg" width="80" height="80" alt="User avatar" /></a> </div> <a href="./memberlist.php?mode=viewprofile&u=70&sid=324c5d2db8c518a44771e2e5b44c1e15" class="username">kingliveson</a> </dt> <dd class="profile-posts"><strong>Posts:</strong> <a href="./search.php?author_id=70&sr=posts&sid=324c5d2db8c518a44771e2e5b44c1e15">1388</a></dd> <dd class="profile-joined"><strong>Joined:</strong> Thu Jun 10, 2010 1:22 am</dd> <dd class="profile-custom-field profile-realname"><strong>Real Name:</strong> Franklin Titus</dd> <dd class="profile-custom-field profile-phpbb_location"><strong>Location:</strong> 28°32'1"N 81°22'33"W</dd> </dl> <div class="postbody"> <div id="post_content6992"> <h3 ><a href="#p6992">Re: Monte Carlo</a></h3> <ul class="post-buttons"> <li> <a href="./posting.php?mode=quote&f=3&p=6992&sid=324c5d2db8c518a44771e2e5b44c1e15" title="Reply with quote" class="button button-icon-only"> <i class="icon fa-quote-left fa-fw" aria-hidden="true"></i><span class="sr-only">Quote</span> </a> </li> </ul> <p class="author"> <a class="unread" href="./viewtopic.php?p=6992&sid=324c5d2db8c518a44771e2e5b44c1e15#p6992" title="Post"> <i class="icon fa-file fa-fw icon-lightgray icon-md" aria-hidden="true"></i><span class="sr-only">Post</span> </a> <span class="responsive-hide">by <strong><a href="./memberlist.php?mode=viewprofile&u=70&sid=324c5d2db8c518a44771e2e5b44c1e15" class="username">kingliveson</a></strong> » </span>Mon Nov 29, 2010 4:48 am </p> <div class="content"><script type="text/javascript"> var pgn4webTextareaIdNum; if (pgn4webTextareaIdNum == undefined) { pgn4webTextareaIdNum = 1; } pgn4webTextareaId = "pgn4web_" + pgn4webTextareaIdNum++; document.write("<textarea id='" + pgn4webTextareaId +"' style='display: none;'>"); </script>r1b2rk1/2qn1ppp/p1p1pn2/1p4N1/3PP3/2N5/PPQ1BPPb/R1B2R1K b - - 0 1<script type="text/javascript"> document.getElementById(pgn4webTextareaId).value = document.getElementById(pgn4webTextareaId).value.replace(/<\s*br\s*\/>/gi, ' '); multiGamesRegexp = /\s*\[\s*\w+\s*"[^"]*"\s*\]\s*[^\s\[\]]+[\s\S]*\[\s*\w+\s*"[^"]*"\s*\]\s*/m; if (multiGamesRegexp.test(document.getElementById(pgn4webTextareaId).value)) { height = 310; } else { height = 276; } document.write("<div style=\"width: 450px; text-align: left; font-family: Verdana, Arial; font-size: x-small;\">FEN: " + document.getElementById(pgn4webTextareaId).value + "<iframe src='/pgn4web/board.html?am=n&d=3000&ss=36&ps=d&pf=u&lcs=VdyD&dcs=LHCg&bbcs=LHCg&hm=s&hcs=QtmS&bd=h&hd=j&md=j&tm=18&fhcs=$$$$&fhs=100p&fmcs=$$$$&fccs=v71$&hmcs=M___&fms=100p&fcs=m&cd=i&bcs=VdyD&fp=18&hl=t&fh=b&fw=p&fs=" + document.getElementById(pgn4webTextareaId).value + "' height='340px' width='100%' frameborder='0' scrolling='no' marginheight='0' marginwidth='0'>your web browser and/or your host do not support iframes as required to display the chessboard</script><br> <br> Analysis by IvanHoe 9.49b x64 Analyzer:<br> <br> 1...h6 2.e5 hxg5 3.Kxh2 b4 4.Na4 g4 <br> = (-0.12) Depth: 6 00:00:00 8kN<br> <br> 1...h6 2.e5 hxg5 3.Kxh2 b4 4.Na4 g4 <br> = (-0.12) Depth: 6 00:00:00 9kN<br> <br> 1...h6 2.e5 hxg5 3.Kxh2 b4 4.Ne4 Nxe4 5.Qxe4 Nf6 <br> = (-0.14) Depth: 7 00:00:00 9kN<br> <br> 1...h6 2.e5 hxg5 3.Kxh2 b4 4.Ne4 Nxe4 5.Qxe4 Nf6 <br> = (-0.14) Depth: 7 00:00:00 11kN<br> <br> 1...h6 2.e5 hxg5 3.Kxh2 b4 4.Ne4 Nxe4 5.Qxe4 Nf6 <br> = (-0.06 --) Depth: 8 00:00:00 14kN<br> <br> 1...h6 2.e5 hxg5 3.Kxh2 b4 4.Ne4 Nxe4 5.Qxe4 Nf6 <br> = (0.02 --) Depth: 8 00:00:00 16kN<br> <br> 1...h6 2.e5 hxg5 3.Kxh2 c5 4.Kg1 cxd4 5.exf6 dxc3 6.fxg7 <br> = (0.11) Depth: 8 00:00:00 17kN<br> <br> 1...h6 2.e5 hxg5 3.Kxh2 c5 4.Kg1 cxd4 5.exf6 dxc3 6.fxg7 <br> = (0.11) Depth: 8 00:00:00 20kN<br> <br> 1...h6 2.e5 hxg5 3.Kxh2 c5 4.Kg1 cxd4 5.exf6 dxc3 6.fxg7 <br> = (0.03 ++) Depth: 9 00:00:00 27kN<br> <br> 1...h6 2.e5 hxg5 3.Kxh2 c5 4.Kg1 cxd4 5.exf6 dxc3 6.fxg7 <br> = (-0.05 ++) Depth: 9 00:00:00 29kN<br> <br> 1...h6 2.e5 hxg5 3.Kxh2 c5 4.Kg1 cxd4 5.exf6 dxc3 6.fxg7 Kxg7 7.Bf3 Bb7 8.Bxb7 Qxb7 9.Qxc3+ Kg6 <br> = (-0.17 ++) Depth: 9 00:00:00 32kN<br> <br> 1...h6 2.e5 hxg5 3.Kxh2 c5 4.Kg1 cxd4 5.exf6 Nxf6 6.Bf3 Bb7 7.Bxb7 Qxb7 8.Ne2 <br> = (-0.13) Depth: 9 00:00:00 34kN<br> <br> 1...h6 2.e5 hxg5 3.Kxh2 c5 4.Kg1 cxd4 5.exf6 Nxf6 6.Bf3 Bb7 7.Bxb7 Qxb7 8.Ne2 <br> = (-0.13) Depth: 9 00:00:00 47kN<br> <br> 1...h6 2.e5 hxg5 3.Kxh2 c5 4.Kg1 cxd4 5.exf6 Nxf6 6.Bf3 Bb7 7.Bxb7 Qxb7 8.Ne2 <br> = (-0.21 ++) Depth: 10 00:00:00 64kN<br> <br> 1...h6 2.e5 hxg5 3.Kxh2 c5 4.Kg1 cxd4 5.exf6 Nxf6 6.Bf3 Bb7 7.Bxb7 Qxb7 8.Ne2 <br> = (-0.05 --) Depth: 10 00:00:00 136kN<br> <br> 1...h6 2.e5 hxg5 3.Kxh2 c5 4.Kg1 cxd4 5.exf6 Nxf6 6.Bf3 Bb7 7.Bxb7 Qxb7 8.Ne2 <br> = (0.07 --) Depth: 10 00:00:00 159kN<br> <br> 1...h6 2.Nf3 b4 3.Nxh2 bxc3 4.bxc3 c5 5.e5 Nd5 6.Ba3 cxd4 7.Bxf8 Nxf8 <br> = (0.15) Depth: 10 00:00:00 163kN<br> <br> 1...h6 2.Nf3 b4 3.Nxh2 bxc3 4.bxc3 c5 5.e5 Nd5 6.Ba3 cxd4 7.Bxf8 Nxf8 <br> = (0.15) Depth: 10 00:00:00 185kN<br> <br> 1...b4 <br> = (0.07 ++) Depth: 11 00:00:00 226kN<br> <br> 1...b4 2.Na4 Bf4 3.e5 Bxg5 4.Bxg5 Nd5 5.Rac1 h6 6.Bd2 Bb7 7.Qe4 <br> = (0.03) Depth: 11 00:00:00 252kN<br> <br> 1...b4 2.Na4 Bf4 3.e5 Bxg5 4.Bxg5 Nd5 5.Rac1 h6 6.Bd2 Bb7 7.Qe4 <br> = (0.03) Depth: 11 00:00:00 300kN<br> <br> 1...b4 2.Na4 Bf4 3.e5 Bxg5 4.Bxg5 Nd5 5.Rac1 h6 6.Bd2 Bb7 7.Qe4 a5 <br> = (0.11 --) Depth: 12 00:00:00 424kN<br> <br> 1...b4 2.Na4 Bf4 3.e5 Bxg5 4.Bxg5 Nd5 5.Rac1 Bb7 6.Qe4 Rae8 7.Bd2 f6 8.Bd3 f5 <br> = (0.07) Depth: 12 00:00:00 481kN<br> <br> 1...b4 2.Na4 Bf4 3.e5 Bxg5 4.Bxg5 Nd5 5.Rac1 Bb7 6.Qe4 Rae8 7.Bd2 f6 8.Bd3 f5 <br> = (0.07) Depth: 12 00:00:00 481kN<br> <br> 1...b4 2.Na4 Bf4 3.e5 Bxg5 4.Bxg5 Nd5 5.Rac1 Bb7 6.Qe4 Rae8 7.Bd2 f6 8.Bd3 f5 <br> = (0.07) Depth: 13 00:00:00 560kN<br> <br> 1...b4 2.Na4 Bf4 3.e5 Bxg5 4.Bxg5 Nd5 5.Rac1 Bb7 6.Qe4 Rae8 7.Bd2 f6 8.Bd3 f5 <br> = (0.07) Depth: 13 00:00:00 666kN<br> <br> 1...b4 2.Na4 Bf4 3.e5 Bxg5 4.Bxg5 Nd5 5.Rac1 Bb7 6.Qe4 Rae8 7.Bd2 f6 8.Bd3 f5 <br> = (0.07) Depth: 14 00:00:00 829kN<br> <br> 1...b4 2.Na4 Bf4 3.e5 Bxg5 4.Bxg5 Nd5 5.Rac1 Bb7 6.Qe4 Rae8 7.Bd2 f6 8.Bd3 f5 <br> = (0.07) Depth: 14 00:00:00 1028kN<br> <br> 1...b4 2.Na4 Bf4 3.e5 Bxg5 4.Bxg5 Nd5 5.Rac1 Bb7 6.Qe4 Rae8 7.Bd2 f6 8.Bd3 f5 9.Qh4 h6 <br> = (0.15 --) Depth: 15 00:00:00 2273kN<br> <br> 1...b4 2.Na4 Bf4 3.e5 Bxg5 4.Bxg5 Nd5 5.Rac1 Bb7 6.Qe4 Rae8 7.Bd2 f6 8.Bd3 f5 9.Qh4 h6 <br> = (0.23 --) Depth: 15 00:00:00 2957kN<br> <br> 1...h6 2.Nf3 Bf4 3.e5 Bxc1 4.Raxc1 Ne8 5.Ne4 Bb7 6.Qb3 Nb6 7.a3 Nd5 8.Nc5 Rd8 9.Nd2 Nf4 <br> = (0.18) Depth: 15 00:00:01 4068kN<br> <br> 1...h6 2.Nf3 Bf4 3.e5 Bxc1 4.Raxc1 Ne8 5.Ne4 Bb7 6.Qb3 Nb6 7.a3 Nd5 8.Nc5 Rd8 9.Nd2 Nf4 <br> = (0.18) Depth: 15 00:00:01 4068kN<br> <br> 1...h6 2.Nf3 Bf4 3.e5 Bxc1 4.Raxc1 Ne8 5.Ne4 Bb7 6.Qb3 Nb6 7.a3 Rd8 8.Nc5 Nd7 9.Nxb7 Qxb7 10.Qc2 Rc8 11.Bd3 c5 12.Bh7+ Kh8 <br> = (0.10 ++) Depth: 16 00:00:01 4712kN<br> <br> 1...h6 2.Nf3 Bf4 3.e5 Bxc1 4.Raxc1 Ne8 5.Ne4 Bb7 6.Qb3 Rd8 7.Kg1 Nb6 8.Nc5 Nd5 9.Bd3 Nf4 10.Qb4 <br> = (0.09) Depth: 16 00:00:01 4948kN<br> <br> 1...h6 2.Nf3 Bf4 3.e5 Bxc1 4.Raxc1 Ne8 5.Ne4 Bb7 6.Qb3 Rd8 7.Kg1 Nb6 8.Nc5 Nd5 9.Bd3 Nf4 10.Qb4 <br> = (0.09) Depth: 16 00:00:01 5384kN<br> <br> 1...h6 2.Nf3 Bf4 3.e5 Bxc1 4.Raxc1 Ne8 5.Ne4 Bb7 6.Qb3 Rd8 7.Kg1 Nb6 8.Nc5 Nd5 9.Bd3 Nf4 10.Qb4 Nxd3 11.Nxd3 a5 12.Qd2 <br> = (0.17 --) Depth: 17 00:00:01 6945kN<br> <br> 1...h6 2.Nf3 Bf4 3.e5 Bxc1 4.Raxc1 Ne8 5.Ne4 Bb7 6.Qb3 Rd8 7.Kg1 c5 8.Nxc5 Nxc5 9.Rxc5 Qd7 10.Rd1 Nc7 11.Rdc1 Nd5 <br> = (0.23) Depth: 17 00:00:02 7639kN<br> <br> 1...h6 2.Nf3 Bf4 3.e5 Bxc1 4.Raxc1 Ne8 5.Ne4 Bb7 6.Qb3 Rd8 7.Kg1 c5 8.Nxc5 Nxc5 9.Rxc5 Qd7 10.Rd1 Nc7 11.Rdc1 Nd5 <br> = (0.23) Depth: 17 00:00:02 9830kN<br> <br> 1...h6 2.Nf3 Bf4 3.e5 Bxc1 4.Raxc1 Ne8 5.Ne4 Bb7 6.Qb3 Rd8 7.Kg1 Qb6 8.Bd3 Nc7 9.Nd6 Nd5 10.Qc2 f5 11.a3 Nf4 12.Qd2 <br> = (0.17) Depth: 18 00:00:03 14173kN<br> <br> 1...h6 2.Nf3 Bf4 3.e5 Bxc1 4.Raxc1 Ne8 5.Ne4 Bb7 6.Qb3 Rd8 7.Kg1 Qb6 8.Bd3 Nc7 9.Nd6 Nd5 10.Qc2 f5 11.a3 Nf4 12.Qd2 <br> = (0.17) Depth: 18 00:00:03 15826kN<br> <br> 1...h6 2.Nf3 Bf4 3.e5 Bxc1 4.Raxc1 Ne8 5.Ne4 Bb7 6.Qb3 Rd8 7.Kg1 Qb6 8.Rfe1 Nc7 9.Bf1 Nd5 10.Nd6 c5 11.dxc5 Nxc5 12.Qc2 Nd7 <br> = (0.19) Depth: 19 00:00:05 27724kN<br> <br> 1...h6 2.Nf3 Bf4 3.e5 Bxc1 4.Raxc1 Ne8 5.Ne4 Bb7 6.Qb3 Rd8 7.Kg1 Qb6 8.Rfe1 Nc7 9.Bf1 Nd5 10.Nd6 c5 11.dxc5 Nxc5 12.Qc2 Nd7 <br> = (0.19) Depth: 19 00:00:06 34415kN<br> <br> 1...h6 2.Nf3 Bf4 3.e5 Bxc1 4.Raxc1 Ne8 5.Ne4 Bb7 6.Qb3 Rd8 7.Kg1 Qb6 8.a3 Nc7 9.Nd6 Nd5 10.Qc2 f6 11.Qe4 fxe5 12.Nxe5 Nxe5 13.Qxe5 Rf6 <br> = (0.16) Depth: 20 00:00:09 46508kN<br> <br> 1...h6 2.Nf3 Bf4 3.e5 Bxc1 4.Raxc1 Ne8 5.Ne4 Bb7 6.Qb3 Rd8 7.Kg1 Qb6 8.a3 Nc7 9.Nd6 Nd5 10.Qc2 f6 11.Qe4 fxe5 12.Nxe5 Nxe5 13.Qxe5 Rf6 <br> = (0.16) Depth: 20 00:00:10 53882kN<br> <br> 1...h6 2.Nf3 Bf4 3.e5 Bxc1 4.Raxc1 Ne8 5.Ne4 Bb7 6.Qb3 Rd8 7.Kg1 Qb6 8.a3 Nc7 9.Nd6 Nd5 10.Qc2 f6 11.Nxb7 Qxb7 12.Qxc6 Qxc6 13.Rxc6 fxe5 14.Rxa6 e4 15.Ne5 Nxe5 16.dxe5 <br> = (0.16) Depth: 21 00:00:12 67395kN<br> <br> 1...h6 2.Nf3 Bf4 3.e5 Bxc1 4.Raxc1 Ne8 5.Ne4 Bb7 6.Qb3 Rd8 7.Kg1 Qb6 8.a3 Nc7 9.Nd6 Nd5 10.Qc2 f6 11.Nxb7 Qxb7 12.Qxc6 Qxc6 13.Rxc6 fxe5 14.Rxa6 e4 15.Ne5 Nxe5 16.dxe5 <br> = (0.16) Depth: 21 00:00:15 80925kN<br> <br> 1...h6 2.Nf3 Bf4 3.e5 Bxc1 4.Raxc1 Ne8 5.Ne4 Bb7 6.Qb3 Rd8 7.Kg1 Qb6 8.a3 Nc7 9.Nd6 Nd5 10.Qc2 f6 11.Nxb7 Qxb7 12.Qxc6 Qxc6 13.Rxc6 fxe5 14.Rxa6 e4 15.Ne5 Nxe5 16.dxe5 <br> = (0.16) Depth: 22 00:00:20 108mN<br> <br> 1...h6 2.Nf3 Bf4 3.e5 Bxc1 4.Raxc1 Ne8 5.Ne4 Bb7 6.Qb3 Rd8 7.Kg1 Qb6 8.a3 Nc7 9.Nd6 Nd5 10.Qc2 f6 11.Nxb7 Qxb7 12.Qxc6 Qxc6 13.Rxc6 fxe5 14.Rxa6 e4 15.Ne5 Nxe5 16.dxe5 <br> = (0.16) Depth: 22 00:00:25 139mN<br> <br> 1...h6 2.Nf3 Bf4 3.e5 Bxc1 4.Raxc1 Ne8 5.Ne4 Bb7 6.Qb3 Rd8 7.Kg1 Ba8 8.a3 Qa5 9.Bd3 Nc7 10.Bb1 Nd5 11.Nd6 f5 12.Rfe1 Qb6 13.Qc2 Qc7 14.g4 Ne7 15.Ba2 <br> = (0.15) Depth: 23 00:00:49 279mN<br> <br> 1...h6 2.Nf3 Bf4 3.e5 Bxc1 4.Raxc1 Ne8 5.Ne4 Bb7 6.Qb3 Rd8 7.Kg1 Ba8 8.a3 Qa5 9.Bd3 Nc7 10.Bb1 Nd5 11.Nd6 f5 12.Rfe1 Qb6 13.Qc2 Qc7 14.g4 Ne7 15.Ba2 <br> = (0.15) Depth: 23 00:00:59 333mN<br> <br> 1...h6 2.Nf3 Bf4 3.e5 Bxc1 4.Raxc1 Ne8 5.Ne4 Bb7 6.Qb3 Rd8 7.Kg1 Ba8 8.a3 Qa5 9.Bd3 Nc7 10.Bb1 Nd5 11.Nd6 f5 12.Rfe1 Qb6 13.Qc2 Qc7 14.g4 Ne7 15.Ba2 <br> = (0.15) Depth: 24 00:01:12 412mN<br> <br> 1...c5 <br> = (0.07 ++) Depth: 24 00:02:20 828mN<br> <br> 1...c5 2.e5 cxd4 3.exf6 Nxf6 4.f4 Bg3 5.Qd3 dxc3 6.Qxg3 h6 7.Nh3 c2 8.Nf2 Rd8 9.b4 Rd4 10.Bb2 Qxf4 11.Qxf4 Rxf4 12.Bxf6 Rxf6 13.Rac1 Bb7 14.Rxc2 Rd8 15.a3 Rg6 16.Bg4 f5 17.Rc7 Bd5 18.Bf3 Bxf3 19.gxf3 Rd2 20.Kh2 <br> = (0.12) Depth: 24 00:02:41 955mN<br> <br> 1...c5 2.e5 cxd4 3.exf6 Nxf6 4.f4 Bg3 5.Qd3 dxc3 6.Qxg3 h6 7.Nh3 c2 8.Nf2 Rd8 9.b4 Rd4 10.Bb2 Qxf4 11.Qxf4 Rxf4 12.Bxf6 Rxf6 13.Rac1 Bb7 14.Rxc2 Rd8 15.a3 Rg6 16.Bg4 f5 17.Rc7 Bd5 18.Bf3 Bxf3 19.gxf3 Rd2 20.Kh2 <br> = (0.12) Depth: 24 00:02:56 1041mN<br> <br> 1...c5 2.e5 cxd4 3.exf6 Nxf6 4.f4 Bg3 5.Qd3 dxc3 6.Qxg3 h6 7.Nh3 Bb7 8.Qxc3 Qxc3 9.bxc3 Rac8 10.Bf3 Bxf3 11.Rxf3 Rc4 12.Nf2 Rfc8 13.Bd2 Nd5 14.Nd1 Re4 15.Kg1 Re2 16.Rf2 Re4 17.Rb1 Ra4 18.Rb2 <br> = (0.14) Depth: 25 00:03:42 1319mN<br> <br> 1...c5 2.e5 cxd4 3.exf6 Nxf6 4.f4 Bg3 5.Qd3 dxc3 6.Qxg3 h6 7.Nh3 Bb7 8.Qxc3 Qxc3 9.bxc3 Rac8 10.Bf3 Bxf3 11.Rxf3 Rc4 12.Nf2 Rfc8 13.Bd2 Nd5 14.Nd1 Re4 15.Kg1 Re2 16.Rf2 Re4 17.Rb1 Ra4 18.Rb2 <br> = (0.14) Depth: 25 00:04:17 1519mN<br> <br> 1...c5 2.e5 cxd4 3.exf6 Nxf6 4.f4 Bg3 5.Qd3 dxc3 6.Qxg3 h6 7.Nh3 Bb7 8.Qxc3 Qxc3 9.bxc3 Rac8 10.Bf3 Bxf3 11.Rxf3 Rc4 12.Nf2 Rfc8 13.Bd2 Nd5 14.Nd1 Re4 15.Kg1 Re2 16.Rf2 Re4 17.Rb1 Ra4 18.Rb2 Re4 <br> = (0.15) Depth: 26 00:05:50 2086mN<br> <br> 1...c5 2.e5 cxd4 3.exf6 Nxf6 4.f4 Bg3 5.Qd3 dxc3 6.Qxg3 h6 7.Nh3 Bb7 8.Qxc3 Qxc3 9.bxc3 Rac8 10.Bf3 Bxf3 11.Rxf3 Rc4 12.Nf2 Rfc8 13.Bd2 Nd5 14.Nd1 Re4 15.Kg1 Re2 16.Rf2 Re4 17.Rb1 Ra4 18.Rb2 Re4 <br> = (0.15) Depth: 26 00:06:58 2479mN<br> <br> 1...c5 2.e5 cxd4 3.exf6 Nxf6 4.f4 Bg3 5.Qd3 dxc3 6.Qxg3 h6 7.Nh3 Bb7 8.Qxc3 Qxc3 9.bxc3 Rac8 10.Bf3 Bxf3 11.Rxf3 Rc4 12.Nf2 Rfc8 13.Bd2 Rd8 14.Be1 Nd5 15.Rd1 Rdc8 16.f5 Nxc3 17.Bxc3 Rxc3 18.Rxc3 Rxc3 19.fxe6 fxe6 20.Rd8+ Kh7 21.Rd7 Rc2 <br> = (0.20) Depth: 27 00:09:39 3468mN<br> <br> 1...h6 2.Nf3 Bf4 3.e5 Bxc1 4.Raxc1 Ne8 5.Ne4 Bb7 6.Qb3 Rd8 7.Kg1 Ba8 8.a3 Qb6 9.Rfe1 a5 10.Qc2 Nc7 11.Bd3 Nd5 12.Nd6 f5 13.Qd2 b4 14.Bc4 c5 15.axb4 axb4 16.Ra1 Bc6 17.b3 cxd4 <br> = (0.15) Depth: 27 00:21:09 7649mN<br> <br> 1...h6 2.Nf3 Bf4 3.e5 Bxc1 4.Raxc1 Ne8 5.Ne4 Bb7 6.Qb3 Rd8 7.Kg1 Ba8 8.a3 Qb6 9.Rfe1 a5 10.Qc2 Nc7 11.Bd3 Nd5 12.Nd6 f5 13.Qd2 b4 14.Bc4 c5 15.axb4 axb4 16.Ra1 Bc6 17.b3 cxd4 <br> = (0.15) Depth: 27 00:21:15 7685mN<br> <br> 1...h6 2.Nf3 Bf4 3.e5 Bxc1 4.Raxc1 Ne8 5.Ne4 Bb7 6.Qb3 Rd8 7.Kg1 Ba8 8.a3 Qb7 9.Qe3 Qb8 10.Bd1 a5 11.Nfd2 f5 12.exf6 Nexf6 13.Nxf6+ Nxf6 14.Bb3 Qd6 15.Bxe6+ Kh8 16.Nf3 Rfe8 17.Rfe1 b4 18.axb4 axb4 <br> = (0.19) Depth: 28 00:24:09 8730mN<br> <br> 1...h6 2.Nf3 Bf4 3.e5 Bxc1 4.Raxc1 Ne8 5.Ne4 Bb7 6.Qb3 Rd8 7.Kg1 Ba8 8.a3 Qb7 9.Qe3 Qb8 10.Bd1 a5 11.Nfd2 f5 12.exf6 Nexf6 13.Nxf6+ Nxf6 14.Bb3 Qd6 15.Bxe6+ Kh8 16.Nf3 Rfe8 17.Rfe1 b4 18.axb4 axb4 <br> = (0.19) Depth: 28 00:27:30 9924mN<br> <br> 1...h6 2.Nf3 Bf4 3.e5 Bxc1 4.Raxc1 Ne8 5.Ne4 Bb7 6.Qb3 Rd8 7.Kg1 Ba8 8.a3 Qb6 9.Rfe1 a5 10.Bd3 b4 11.Rc4 Nc7 12.Bc2 Nd5 13.Nd6 g6 14.Qd3 <br> = (0.18) Depth: 29 00:37:40 13660mN<br> <br> 1...h6 2.Nf3 Bf4 3.e5 Bxc1 4.Raxc1 Ne8 5.Ne4 Bb7 6.Qb3 Rd8 7.Kg1 Ba8 8.a3 Qb6 9.Rfe1 a5 10.Bd3 b4 11.Rc4 Nc7 12.Bc2 Nd5 13.Nd6 g6 14.Qd3 <br> = (0.18) Depth: 29 00:44:10 15997mN<br> <br> 1...h6 2.Nf3 Bf4 3.e5 Bxc1 4.Raxc1 Ne8 5.Ne4 Bb7 6.Qb3 Qd8 7.Qa3 Rb8 8.Bd3 a5 9.Bb1 b4 10.Qb3 Qe7 11.Rfe1 Rc8 12.a3 f5 13.exf6 Nexf6 14.Nxf6+ Rxf6 15.Be4 Qd6 16.Qa4 bxa3 17.bxa3 <br> = (0.19) Depth: 30 00:57:09 20817mN<br> <br> 1...c5 2.e5 cxd4 3.exf6 Nxf6 4.f4 Bg3 5.Qd3 dxc3 6.Qxg3 h6 7.Nh3 Bb7 8.Qxc3 Qxc3 9.bxc3 Rac8 10.Bf3 Bxf3 11.Rxf3 Rc4 12.Nf2 Rfc8 13.Bd2 Rd8 14.Be1 Nd5 15.Rd1 Rdc8 16.f5 Nxc3 17.Bxc3 <br> = (0.10 ++) Depth: 30 01:34:51 35024mN<br> <br> 1...c5 2.e5 cxd4 3.exf6 Nxf6 4.f4 Bg3 5.Qd3 dxc3 6.Qxg3 h6 7.Nh3 Bb7 8.Qxc3 Qxc3 9.bxc3 Ne4 10.Rf3 Rac8 11.c4 bxc4 12.Nf2 Nxf2+ 13.Rxf2 Rfd8 14.Kg1 c3 15.Rf1 c2 16.Re1 Rb8 17.a4 a5 18.Kf2 Kh7 19.Ke3 g6 <br> = (0.24) Depth: 30 01:43:19 38161mN<br> <br> 1...h6 2.Nf3 Bf4 3.e5 Bxc1 4.Raxc1 Ne8 5.Ne4 Bb7 6.Qb3 Qd8 7.Qa3 Rb8 8.Bd1 f5 9.Nd6 Nxd6 10.exd6 Nf6 11.Bb3 Re8 12.Qc5 g6 13.Bc2 Nd7 14.Qa3 Qf6 15.Qe3 f4 16.Qe4 <br> = (0.14) Depth: 30 02:09:41 47862mN</div> <div id="sig6992" class="signature"><span style="font-size:60%;line-height:116%"><span style="color:#FFBF80">P</span><span style="color:#FFBF40">A</span><span style="color:#808040">W</span><span style="color:#008000">N</span></span> : <span style="color:#FFBF80">Knight</span> >> <span style="color:#FFBF40">Bishop</span> >> <span style="font-size:150%;line-height:116%"><span style="color:#808040">Rook</span></span> >><span style="color:#008000"><span style="font-size:200%;line-height:116%">Queen</span></span></div> </div> </div> <div class="back2top"> <a href="#top" class="top" title="Top"> <i class="icon fa-chevron-circle-up fa-fw icon-gray" aria-hidden="true"></i> <span class="sr-only">Top</span> </a> </div> </div> </div> <hr class="divider" /> <div id="p7007" class="post has-profile bg2"> <div class="inner"> <dl class="postprofile" id="profile7007"> <dt class="no-profile-rank has-avatar"> <div class="avatar-container"> <a href="./memberlist.php?mode=viewprofile&u=70&sid=324c5d2db8c518a44771e2e5b44c1e15" class="avatar"><img class="avatar" src="http://chess.cygnitec.com/images/2a9fef22_knight.jpg" width="80" height="80" alt="User avatar" /></a> </div> <a href="./memberlist.php?mode=viewprofile&u=70&sid=324c5d2db8c518a44771e2e5b44c1e15" class="username">kingliveson</a> </dt> <dd class="profile-posts"><strong>Posts:</strong> <a href="./search.php?author_id=70&sr=posts&sid=324c5d2db8c518a44771e2e5b44c1e15">1388</a></dd> <dd class="profile-joined"><strong>Joined:</strong> Thu Jun 10, 2010 1:22 am</dd> <dd class="profile-custom-field profile-realname"><strong>Real Name:</strong> Franklin Titus</dd> <dd class="profile-custom-field profile-phpbb_location"><strong>Location:</strong> 28°32'1"N 81°22'33"W</dd> </dl> <div class="postbody"> <div id="post_content7007"> <h3 ><a href="#p7007">Re: Monte Carlo</a></h3> <ul class="post-buttons"> <li> <a href="./posting.php?mode=quote&f=3&p=7007&sid=324c5d2db8c518a44771e2e5b44c1e15" title="Reply with quote" class="button button-icon-only"> <i class="icon fa-quote-left fa-fw" aria-hidden="true"></i><span class="sr-only">Quote</span> </a> </li> </ul> <p class="author"> <a class="unread" href="./viewtopic.php?p=7007&sid=324c5d2db8c518a44771e2e5b44c1e15#p7007" title="Post"> <i class="icon fa-file fa-fw icon-lightgray icon-md" aria-hidden="true"></i><span class="sr-only">Post</span> </a> <span class="responsive-hide">by <strong><a href="./memberlist.php?mode=viewprofile&u=70&sid=324c5d2db8c518a44771e2e5b44c1e15" class="username">kingliveson</a></strong> » </span>Tue Nov 30, 2010 3:14 am </p> <div class="content">After 30k+ games, here are the results. If we use analysis of the positions and the table posted above, the results are not far off. I used 64/8 MB Hash, PawnsHash respectively. <br> <dl class="codebox" style="margin-left:25px;padding:4px;overflow:auto;border:1px solid grey"><span style="font-size:x-small;font-face:'Courier,Courier New,Monaco,Andale Mono'"><pre>Monte Carlo Result Move: c6c5 Occurrence: 15548 1-0: 4761 = 30.62% 1/2-1/2: 10307 = 66.29% 0-1: 480 = 3.09% -------------- Move: h7h6 Occurrence: 15559 1-0: 3959 = 25.45% 1/2-1/2: 10387 = 66.76% 0-1: 1213 = 7.80% -------------- *Final Result* Games: 31107 1-0: 8720 = 28.03% 1/2-1/2: 20694 = 66.53% 0-1: 1693 = 5.44% -------------- position fen r1b2rk1/2qn1ppp/p1p1pn2/1p4N1/3PP3/2N5/PPQ1BPPb/R1B2R1K b - - 0 go montecarlo depth 12 cpus 4 moves c6c5 h7h6</pre></span></dl> It would be nice if Crafty had such feature to see how these results correlate. Furthermore, this is a great feature for IvanHoe to have included. They said the next plan is implementing output of the stats in the upcoming GUI.</div> <dl class="attachbox"> <dt> Attachments </dt> <dd> <dl class="file"> <dt><span class="imageset icon_topic_attach"></span> <a class="postlink" href="./download/file.php?id=131&sid=324c5d2db8c518a44771e2e5b44c1e15">montecarlo.log</a></dt> <dd>(626.38 KiB) Downloaded 178 times</dd> </dl> </dd> </dl> <div id="sig7007" class="signature"><span style="font-size:60%;line-height:116%"><span style="color:#FFBF80">P</span><span style="color:#FFBF40">A</span><span style="color:#808040">W</span><span style="color:#008000">N</span></span> : <span style="color:#FFBF80">Knight</span> >> <span style="color:#FFBF40">Bishop</span> >> <span style="font-size:150%;line-height:116%"><span style="color:#808040">Rook</span></span> >><span style="color:#008000"><span style="font-size:200%;line-height:116%">Queen</span></span></div> </div> </div> <div class="back2top"> <a href="#top" class="top" title="Top"> <i class="icon fa-chevron-circle-up fa-fw icon-gray" aria-hidden="true"></i> <span class="sr-only">Top</span> </a> </div> </div> </div> <hr class="divider" /> <div id="p7009" class="post has-profile bg1"> <div class="inner"> <dl class="postprofile" id="profile7009"> <dt class="no-profile-rank no-avatar"> <div class="avatar-container"> </div> <a href="./memberlist.php?mode=viewprofile&u=95&sid=324c5d2db8c518a44771e2e5b44c1e15" class="username">BB+</a> </dt> <dd class="profile-posts"><strong>Posts:</strong> <a href="./search.php?author_id=95&sr=posts&sid=324c5d2db8c518a44771e2e5b44c1e15">1484</a></dd> <dd class="profile-joined"><strong>Joined:</strong> Thu Jun 10, 2010 4:26 am</dd> </dl> <div class="postbody"> <div id="post_content7009"> <h3 ><a href="#p7009">Re: Monte Carlo</a></h3> <ul class="post-buttons"> <li> <a href="./posting.php?mode=quote&f=3&p=7009&sid=324c5d2db8c518a44771e2e5b44c1e15" title="Reply with quote" class="button button-icon-only"> <i class="icon fa-quote-left fa-fw" aria-hidden="true"></i><span class="sr-only">Quote</span> </a> </li> </ul> <p class="author"> <a class="unread" href="./viewtopic.php?p=7009&sid=324c5d2db8c518a44771e2e5b44c1e15#p7009" title="Post"> <i class="icon fa-file fa-fw icon-lightgray icon-md" aria-hidden="true"></i><span class="sr-only">Post</span> </a> <span class="responsive-hide">by <strong><a href="./memberlist.php?mode=viewprofile&u=95&sid=324c5d2db8c518a44771e2e5b44c1e15" class="username">BB+</a></strong> » </span>Tue Nov 30, 2010 3:27 am </p> <div class="content"><blockquote class="uncited"><div>I used 64/8 MB Hash, PawnsHash respectively.</div></blockquote>My understanding would be that this should suffice for games this fast. Admittedly, you are really only getting 16MB per cpu when you use 4 cpus, but it would take around a 1-second search to fill up that much hash, and a "depth 10" search is typically takes less than 1/10 of that.<br> <br> Oh, I just remembered, for the quotation from VR about "8 ply monte carlo data", recall that you need the add 3 to his number to get typical depths.</div> </div> </div> <div class="back2top"> <a href="#top" class="top" title="Top"> <i class="icon fa-chevron-circle-up fa-fw icon-gray" aria-hidden="true"></i> <span class="sr-only">Top</span> </a> </div> </div> </div> <hr class="divider" /> <div id="p7010" class="post has-profile bg2"> <div class="inner"> <dl class="postprofile" id="profile7010"> <dt class="no-profile-rank has-avatar"> <div class="avatar-container"> <a href="./memberlist.php?mode=viewprofile&u=70&sid=324c5d2db8c518a44771e2e5b44c1e15" class="avatar"><img class="avatar" src="http://chess.cygnitec.com/images/2a9fef22_knight.jpg" width="80" height="80" alt="User avatar" /></a> </div> <a href="./memberlist.php?mode=viewprofile&u=70&sid=324c5d2db8c518a44771e2e5b44c1e15" class="username">kingliveson</a> </dt> <dd class="profile-posts"><strong>Posts:</strong> <a href="./search.php?author_id=70&sr=posts&sid=324c5d2db8c518a44771e2e5b44c1e15">1388</a></dd> <dd class="profile-joined"><strong>Joined:</strong> Thu Jun 10, 2010 1:22 am</dd> <dd class="profile-custom-field profile-realname"><strong>Real Name:</strong> Franklin Titus</dd> <dd class="profile-custom-field profile-phpbb_location"><strong>Location:</strong> 28°32'1"N 81°22'33"W</dd> </dl> <div class="postbody"> <div id="post_content7010"> <h3 ><a href="#p7010">Re: Monte Carlo</a></h3> <ul class="post-buttons"> <li> <a href="./posting.php?mode=quote&f=3&p=7010&sid=324c5d2db8c518a44771e2e5b44c1e15" title="Reply with quote" class="button button-icon-only"> <i class="icon fa-quote-left fa-fw" aria-hidden="true"></i><span class="sr-only">Quote</span> </a> </li> </ul> <p class="author"> <a class="unread" href="./viewtopic.php?p=7010&sid=324c5d2db8c518a44771e2e5b44c1e15#p7010" title="Post"> <i class="icon fa-file fa-fw icon-lightgray icon-md" aria-hidden="true"></i><span class="sr-only">Post</span> </a> <span class="responsive-hide">by <strong><a href="./memberlist.php?mode=viewprofile&u=70&sid=324c5d2db8c518a44771e2e5b44c1e15" class="username">kingliveson</a></strong> » </span>Tue Nov 30, 2010 3:31 am </p> <div class="content"><blockquote><div><cite>BB+ wrote:</cite><blockquote class="uncited"><div>I used 64/8 MB Hash, PawnsHash respectively.</div></blockquote>My understanding would be that this should suffice for games this fast. Admittedly, you are really only getting 16MB per cpu when you use 4 cpus, but it would take around a 1-second search to fill up that much hash, and a "depth 10" search is typically takes less than 1/10 of that.<br> <br> Oh, I just remembered, for the quotation from VR about "8 ply monte carlo data", recall that you need the add 3 to his number to get typical depths.</div></blockquote> <br> Yes, that's why I used depth 12. 11 and 15 were considered, but settled on 12. I might redo the positions from the other thread as well.</div> <div id="sig7010" class="signature"><span style="font-size:60%;line-height:116%"><span style="color:#FFBF80">P</span><span style="color:#FFBF40">A</span><span style="color:#808040">W</span><span style="color:#008000">N</span></span> : <span style="color:#FFBF80">Knight</span> >> <span style="color:#FFBF40">Bishop</span> >> <span style="font-size:150%;line-height:116%"><span style="color:#808040">Rook</span></span> >><span style="color:#008000"><span style="font-size:200%;line-height:116%">Queen</span></span></div> </div> </div> <div class="back2top"> <a href="#top" class="top" title="Top"> <i class="icon fa-chevron-circle-up fa-fw icon-gray" aria-hidden="true"></i> <span class="sr-only">Top</span> </a> </div> </div> </div> <hr class="divider" /> <div id="p7011" class="post has-profile bg1"> <div class="inner"> <dl class="postprofile" id="profile7011"> <dt class="no-profile-rank no-avatar"> <div class="avatar-container"> </div> <a href="./memberlist.php?mode=viewprofile&u=95&sid=324c5d2db8c518a44771e2e5b44c1e15" class="username">BB+</a> </dt> <dd class="profile-posts"><strong>Posts:</strong> <a href="./search.php?author_id=95&sr=posts&sid=324c5d2db8c518a44771e2e5b44c1e15">1484</a></dd> <dd class="profile-joined"><strong>Joined:</strong> Thu Jun 10, 2010 4:26 am</dd> </dl> <div class="postbody"> <div id="post_content7011"> <h3 ><a href="#p7011">Re: Monte Carlo</a></h3> <ul class="post-buttons"> <li> <a href="./posting.php?mode=quote&f=3&p=7011&sid=324c5d2db8c518a44771e2e5b44c1e15" title="Reply with quote" class="button button-icon-only"> <i class="icon fa-quote-left fa-fw" aria-hidden="true"></i><span class="sr-only">Quote</span> </a> </li> </ul> <p class="author"> <a class="unread" href="./viewtopic.php?p=7011&sid=324c5d2db8c518a44771e2e5b44c1e15#p7011" title="Post"> <i class="icon fa-file fa-fw icon-lightgray icon-md" aria-hidden="true"></i><span class="sr-only">Post</span> </a> <span class="responsive-hide">by <strong><a href="./memberlist.php?mode=viewprofile&u=95&sid=324c5d2db8c518a44771e2e5b44c1e15" class="username">BB+</a></strong> » </span>Tue Nov 30, 2010 3:41 am </p> <div class="content">Now that I read your post fully, I see that the results for <span style="text-decoration:underline">c6c5</span> and <span style="text-decoration:underline">h7h6</span> over 30K games at depth 12 are in discrepancy to what I found at depth 10.<br> <br> You have <span style="text-decoration:underline">h7h6</span> is +1213 - 3959 =10387 for 41.7%, while <span style="text-decoration:underline">c6c5</span> is now worse at +480 -4761 =10307 for 36.2%. So I guess the "depth" parameter can have some significance.</div> </div> </div> <div class="back2top"> <a href="#top" class="top" title="Top"> <i class="icon fa-chevron-circle-up fa-fw icon-gray" aria-hidden="true"></i> <span class="sr-only">Top</span> </a> </div> </div> </div> <hr class="divider" /> <div id="p7017" class="post has-profile bg2"> <div class="inner"> <dl class="postprofile" id="profile7017"> <dt class="no-profile-rank no-avatar"> <div class="avatar-container"> </div> <a href="./memberlist.php?mode=viewprofile&u=95&sid=324c5d2db8c518a44771e2e5b44c1e15" class="username">BB+</a> </dt> <dd class="profile-posts"><strong>Posts:</strong> <a href="./search.php?author_id=95&sr=posts&sid=324c5d2db8c518a44771e2e5b44c1e15">1484</a></dd> <dd class="profile-joined"><strong>Joined:</strong> Thu Jun 10, 2010 4:26 am</dd> </dl> <div class="postbody"> <div id="post_content7017"> <h3 ><a href="#p7017">Re: Monte Carlo</a></h3> <ul class="post-buttons"> <li> <a href="./posting.php?mode=quote&f=3&p=7017&sid=324c5d2db8c518a44771e2e5b44c1e15" title="Reply with quote" class="button button-icon-only"> <i class="icon fa-quote-left fa-fw" aria-hidden="true"></i><span class="sr-only">Quote</span> </a> </li> </ul> <p class="author"> <a class="unread" href="./viewtopic.php?p=7017&sid=324c5d2db8c518a44771e2e5b44c1e15#p7017" title="Post"> <i class="icon fa-file fa-fw icon-lightgray icon-md" aria-hidden="true"></i><span class="sr-only">Post</span> </a> <span class="responsive-hide">by <strong><a href="./memberlist.php?mode=viewprofile&u=95&sid=324c5d2db8c518a44771e2e5b44c1e15" class="username">BB+</a></strong> » </span>Tue Nov 30, 2010 5:34 am </p> <div class="content">The IvanHoe Monte Carlo seems much different than that in R3 as described <a href="http://www.chessbase.com/newsdetail.asp?newsid=5075" class="postlink">here</a> by Steven Lopez. My understanding is that R3 is doing some sort of "likelihood analysis" in forming a tree. I'm not sure how Monte Carlo relates to the "sampled search" and/or the "Randomizer" (a related blurb is <a href="http://rybkaforum.net/cgi-bin/rybkaforum/topic_show.pl?pid=105692" class="postlink">here</a> though I don't think any documentation yet exists). At least for sampled search, the messages look like: <div class="codebox"><p>Code: <a href="#" onclick="selectCode(this); return false;">Select all</a></p><pre><code>info sample isworse %s %s info sample %s isbetter info sample %s issearching info sample %s isunclear info sample %s %s info sample %s %s [ isbetter %s ] %s info sample %s %s %s info sample %s %s [ %s isunclear ] %s</code></pre></div>There is also "ismuchbetter" I think.<br> <br> See also <a href="http://rybkaforum.net/cgi-bin/rybkaforum/topic_show.pl?tid=6232" class="postlink">http://rybkaforum.net/cgi-bin/rybkaforu ... l?tid=6232</a><br> LK: "MC uses the basic Rybka engine to do the playouts, but there are some differences in the implementation in ChessBase. I believe that ChessBase made some changes to the implementation that I recommended, which I think should result in a higher quality of moves that qualify for the MC playouts."<br> And <a href="http://rybkaforum.net/cgi-bin/rybkaforum/topic_show.pl?tid=5226" class="postlink">http://rybkaforum.net/cgi-bin/rybkaforu ... l?tid=5226</a><br> LK: "I believe that the way MC is done in Rybka 3, it will only try moves in the initial position that appear to be within some margin of the best move. There are just three options for this margin, narrow, medium, and wide. I don't know the exact number of centipawns each corresponds to. If you really want to try all legal moves from some position, you can always play them one by one and have the randomizer evaluate each one. For me the MC is more useful for getting an evaluation of a non-tactical position than for finding the right move."</div> </div> </div> <div class="back2top"> <a href="#top" class="top" title="Top"> <i class="icon fa-chevron-circle-up fa-fw icon-gray" aria-hidden="true"></i> <span class="sr-only">Top</span> </a> </div> </div> </div> <hr class="divider" /> <div id="p7018" class="post has-profile bg1"> <div class="inner"> <dl class="postprofile" id="profile7018"> <dt class="no-profile-rank no-avatar"> <div class="avatar-container"> </div> <a href="./memberlist.php?mode=viewprofile&u=95&sid=324c5d2db8c518a44771e2e5b44c1e15" class="username">BB+</a> </dt> <dd class="profile-posts"><strong>Posts:</strong> <a href="./search.php?author_id=95&sr=posts&sid=324c5d2db8c518a44771e2e5b44c1e15">1484</a></dd> <dd class="profile-joined"><strong>Joined:</strong> Thu Jun 10, 2010 4:26 am</dd> </dl> <div class="postbody"> <div id="post_content7018"> <h3 ><a href="#p7018">Re: Monte Carlo</a></h3> <ul class="post-buttons"> <li> <a href="./posting.php?mode=quote&f=3&p=7018&sid=324c5d2db8c518a44771e2e5b44c1e15" title="Reply with quote" class="button button-icon-only"> <i class="icon fa-quote-left fa-fw" aria-hidden="true"></i><span class="sr-only">Quote</span> </a> </li> </ul> <p class="author"> <a class="unread" href="./viewtopic.php?p=7018&sid=324c5d2db8c518a44771e2e5b44c1e15#p7018" title="Post"> <i class="icon fa-file fa-fw icon-lightgray icon-md" aria-hidden="true"></i><span class="sr-only">Post</span> </a> <span class="responsive-hide">by <strong><a href="./memberlist.php?mode=viewprofile&u=95&sid=324c5d2db8c518a44771e2e5b44c1e15" class="username">BB+</a></strong> » </span>Tue Nov 30, 2010 5:47 am </p> <div class="content">In the last link of above:<br> LK: "For now, I can give you one clear use. Let's say that you are analyzing some position in two variation mode on Rybka 3, and you want to know the best move. If the two choices show as almost the same value (let's say 1 or 2 centipawns different), then run the MC on the two positions arising after each of those two moves, at whatever depth will allow you a few hundred games in the time you want to allot for this. If the MC shows a much better score for one position than the other, it is probably a better move."<br> AS: "How sure are you that this is better than flipping a coin?"<br> LK: "99%. The one percent doubt is because I haven't spent that much time with MC yet."<br> <br> Given that KLO and I compiled rather distinct MC results at 10 and 12 ply for the main position of this thread (<span style="text-decoration:underline">c6c5</span> won easily at 10 ply, while <span style="text-decoration:underline">h7h6</span> won almost as easily at 12 ply), there probably needs to be more codification of its exact acumen<br> <br> Slightly before that exchange:<br> LK: "Each extra ply beyond five nearly doubles the time, so cuts the sample size in half for any set time. In general, I would go with bigger sample size given this tradeoff, at least up to a couple hundred games. Of course for overnight analysis you can use much deeper searches and still get big samples."<br> [I really miss LK's opinion/insights (even if I disagree often)].<br> <br> More discussion appears in: <a href="http://rybkaforum.net/cgi-bin/rybkaforum/topic_show.pl?tid=5030" class="postlink">http://rybkaforum.net/cgi-bin/rybkaforu ... l?tid=5030</a><br> A quasi-technical post is: <a href="http://rybkaforum.net/cgi-bin/rybkaforum/topic_show.pl?pid=78794" class="postlink">http://rybkaforum.net/cgi-bin/rybkaforu ... ?pid=78794</a><br> VZ: "2) Some work at the root of the tree GUI makes itself. It is really more effective than to run the same moves from root position again and again. [...] The major difference of IDeA method that it builds tree evaluating positions while Monte-Carlo gathers statistics. In most cases evaluating is more right way. But there are number of positions with long play where Randomizer can give interesting results."<br> <br> A pre-R3 discussion is: <a href="http://rybkaforum.net/cgi-bin/rybkaforum/topic_show.pl?tid=3061" class="postlink">http://rybkaforum.net/cgi-bin/rybkaforu ... l?tid=3061</a></div> </div> </div> <div class="back2top"> <a href="#top" class="top" title="Top"> <i class="icon fa-chevron-circle-up fa-fw icon-gray" aria-hidden="true"></i> <span class="sr-only">Top</span> </a> </div> </div> </div> <hr class="divider" /> <div class="action-bar bar-bottom"> <a href="./posting.php?mode=reply&f=3&t=782&sid=324c5d2db8c518a44771e2e5b44c1e15" class="button" title="Post a reply"> <span>Post Reply</span> <i class="icon fa-reply fa-fw" aria-hidden="true"></i> </a> <div class="dropdown-container dropdown-button-control topic-tools"> <span title="Topic tools" class="button button-secondary dropdown-trigger dropdown-select"> <i class="icon fa-wrench fa-fw" aria-hidden="true"></i> <span class="caret"><i class="icon fa-sort-down fa-fw" aria-hidden="true"></i></span> </span> <div class="dropdown"> <div class="pointer"><div class="pointer-inner"></div></div> <ul class="dropdown-contents"> <li> <a href="./viewtopic.php?f=3&t=782&sid=324c5d2db8c518a44771e2e5b44c1e15&view=print" title="Print view" accesskey="p"> <i class="icon fa-print fa-fw" aria-hidden="true"></i><span>Print view</span> </a> </li> </ul> </div> </div> <form method="post" action="./viewtopic.php?f=3&t=782&sid=324c5d2db8c518a44771e2e5b44c1e15"> <div class="dropdown-container dropdown-container-left dropdown-button-control sort-tools"> <span title="Display and sorting options" class="button button-secondary dropdown-trigger dropdown-select"> <i class="icon fa-sort-amount-asc fa-fw" aria-hidden="true"></i> <span class="caret"><i class="icon fa-sort-down fa-fw" aria-hidden="true"></i></span> </span> <div class="dropdown hidden"> <div class="pointer"><div class="pointer-inner"></div></div> <div class="dropdown-contents"> <fieldset class="display-options"> <label>Display: <select name="st" id="st"><option value="0" selected="selected">All posts</option><option value="1">1 day</option><option value="7">7 days</option><option value="14">2 weeks</option><option value="30">1 month</option><option value="90">3 months</option><option value="180">6 months</option><option value="365">1 year</option></select></label> <label>Sort by: <select name="sk" id="sk"><option value="a">Author</option><option value="t" selected="selected">Post time</option><option value="s">Subject</option></select></label> <label>Direction: <select name="sd" id="sd"><option value="a" selected="selected">Ascending</option><option value="d">Descending</option></select></label> <hr class="dashed" /> <input type="submit" class="button2" name="sort" value="Go" /> </fieldset> </div> </div> </div> </form> <div class="pagination"> 13 posts <ul> <li class="active"><span>1</span></li> <li><a class="button" href="./viewtopic.php?f=3&t=782&sid=324c5d2db8c518a44771e2e5b44c1e15&start=10" role="button">2</a></li> <li class="arrow next"><a class="button button-icon-only" href="./viewtopic.php?f=3&t=782&sid=324c5d2db8c518a44771e2e5b44c1e15&start=10" rel="next" role="button"><i class="icon fa-chevron-right fa-fw" aria-hidden="true"></i><span class="sr-only">Next</span></a></li> </ul> </div> </div> <div class="action-bar actions-jump"> <p class="jumpbox-return"> <a href="./viewforum.php?f=3&sid=324c5d2db8c518a44771e2e5b44c1e15" class="left-box arrow-left" accesskey="r"> <i class="icon fa-angle-left fa-fw icon-black" aria-hidden="true"></i><span>Return to “General Topics”</span> </a> </p> <div class="jumpbox dropdown-container dropdown-container-right dropdown-up dropdown-left dropdown-button-control" id="jumpbox"> <span title="Jump to" class="button button-secondary dropdown-trigger dropdown-select"> <span>Jump to</span> <span class="caret"><i class="icon fa-sort-down fa-fw" aria-hidden="true"></i></span> </span> <div class="dropdown"> <div class="pointer"><div class="pointer-inner"></div></div> <ul class="dropdown-contents"> <li><a href="./viewforum.php?f=13&sid=324c5d2db8c518a44771e2e5b44c1e15" class="jumpbox-forum-link"> <span> Forum Rules and Announcements</span></a></li> <li><a href="./viewforum.php?f=17&sid=324c5d2db8c518a44771e2e5b44c1e15" class="jumpbox-cat-link"> <span> General</span></a></li> <li><a href="./viewforum.php?f=3&sid=324c5d2db8c518a44771e2e5b44c1e15" class="jumpbox-sub-link"><span class="spacer"></span> <span>↳ General Topics</span></a></li> <li><a href="./viewforum.php?f=5&sid=324c5d2db8c518a44771e2e5b44c1e15" class="jumpbox-sub-link"><span class="spacer"></span> <span>↳ Programming and Technical Discussions</span></a></li> <li><a href="./viewforum.php?f=4&sid=324c5d2db8c518a44771e2e5b44c1e15" class="jumpbox-sub-link"><span class="spacer"></span> <span>↳ Tournaments and Matches</span></a></li> <li><a href="./viewforum.php?f=37&sid=324c5d2db8c518a44771e2e5b44c1e15" class="jumpbox-sub-link"><span class="spacer"></span><span class="spacer"></span> <span>↳ Correspondence Games</span></a></li> <li><a href="./viewforum.php?f=7&sid=324c5d2db8c518a44771e2e5b44c1e15" class="jumpbox-sub-link"><span class="spacer"></span> <span>↳ Engines, GUIs, Books and Platforms</span></a></li> <li><a href="./viewforum.php?f=38&sid=324c5d2db8c518a44771e2e5b44c1e15" class="jumpbox-sub-link"><span class="spacer"></span> <span>↳ Everything Else</span></a></li> <li><a href="./viewforum.php?f=39&sid=324c5d2db8c518a44771e2e5b44c1e15" class="jumpbox-sub-link"><span class="spacer"></span> <span>↳ Deutsches Forum</span></a></li> <li><a href="./viewforum.php?f=40&sid=324c5d2db8c518a44771e2e5b44c1e15" class="jumpbox-cat-link"> <span> TCEC</span></a></li> <li><a href="./viewforum.php?f=41&sid=324c5d2db8c518a44771e2e5b44c1e15" class="jumpbox-sub-link"><span class="spacer"></span> <span>↳ TCEC Season 6</span></a></li> <li><a href="./viewforum.php?f=42&sid=324c5d2db8c518a44771e2e5b44c1e15" class="jumpbox-sub-link"><span class="spacer"></span> <span>↳ TCEC Season 7</span></a></li> <li><a href="./viewforum.php?f=43&sid=324c5d2db8c518a44771e2e5b44c1e15" class="jumpbox-sub-link"><span class="spacer"></span> <span>↳ TCEC Season 8</span></a></li> <li><a href="./viewforum.php?f=11&sid=324c5d2db8c518a44771e2e5b44c1e15" class="jumpbox-forum-link"> <span> Help, Suggestions, Etc.</span></a></li> <li><a href="./viewforum.php?f=36&sid=324c5d2db8c518a44771e2e5b44c1e15" class="jumpbox-sub-link"><span class="spacer"></span> <span>↳ How to post chess positions and games</span></a></li> </ul> </div> </div> </div> </div> <div id="page-footer" class="page-footer" role="contentinfo"> <div class="navbar" role="navigation"> <div class="inner"> <ul id="nav-footer" class="nav-footer linklist" role="menubar"> <li class="breadcrumbs"> <span class="crumb"><a href="./index.php?sid=324c5d2db8c518a44771e2e5b44c1e15" data-navbar-reference="index"><i class="icon fa-home fa-fw" aria-hidden="true"></i><span>Board index</span></a></span> </li> <li class="rightside">All times are <span title="UTC+1">UTC+01:00</span></li> <li class="rightside"> <a href="./ucp.php?mode=delete_cookies&sid=324c5d2db8c518a44771e2e5b44c1e15" data-ajax="true" data-refresh="true" role="menuitem"> <i class="icon fa-trash fa-fw" aria-hidden="true"></i><span>Delete cookies</span> </a> </li> </ul> </div> </div> <div class="copyright"> <p class="footer-row"> <span class="footer-copyright">Powered by <a href="https://www.phpbb.com/">phpBB</a>® Forum Software © phpBB Limited</span> </p> <p class="footer-row"> <a class="footer-link" href="./ucp.php?mode=privacy&sid=324c5d2db8c518a44771e2e5b44c1e15" title="Privacy" role="menuitem"> <span class="footer-link-text">Privacy</span> </a> | <a class="footer-link" href="./ucp.php?mode=terms&sid=324c5d2db8c518a44771e2e5b44c1e15" title="Terms" role="menuitem"> <span class="footer-link-text">Terms</span> </a> </p> </div> <div id="darkenwrapper" class="darkenwrapper" data-ajax-error-title="AJAX error" data-ajax-error-text="Something went wrong when processing your request." data-ajax-error-text-abort="User aborted request." data-ajax-error-text-timeout="Your request timed out; please try again." data-ajax-error-text-parsererror="Something went wrong with the request and the server returned an invalid reply."> <div id="darken" class="darken"> </div> </div> <div id="phpbb_alert" class="phpbb_alert" data-l-err="Error" data-l-timeout-processing-req="Request timed out."> <a href="#" class="alert_close"> <i class="icon fa-times-circle fa-fw" aria-hidden="true"></i> </a> <h3 class="alert_title"> </h3><p class="alert_text"></p> </div> <div id="phpbb_confirm" class="phpbb_alert"> <a href="#" class="alert_close"> <i class="icon fa-times-circle fa-fw" aria-hidden="true"></i> </a> <div class="alert_text"></div> </div> </div> </div> <div> <a id="bottom" class="anchor" accesskey="z"></a> </div> <script src="./assets/javascript/jquery.min.js?assets_version=13"></script> <script src="./assets/javascript/core.js?assets_version=13"></script> <script type="text/javascript"> (function($) { // Avoid conflicts with other libraries 'use strict'; phpbb.addAjaxCallback('reporttosfs', function(data) { if (data.postid !== "undefined") { $('#sfs' + data.postid).hide(); phpbb.closeDarkenWrapper(5000); } }); })(jQuery); </script> <script src="./styles/prosilver/template/forum_fn.js?assets_version=13"></script> <script src="./styles/prosilver/template/ajax.js?assets_version=13"></script> </body> </html>