Morpion solitaire/Unicon: Difference between revisions

Other interesting results, (scores of 168, 170 using truncated record games and random play)
m (→‎Game Record: tweak text)
(Other interesting results, (scores of 168, 170 using truncated record games and random play))
Line 1,011:
&regions ( - , - ,string,block) : - 0 41859440 41859440
&storage ( - , - ,string,block) : - 0 37784 13290772</pre>
== Other Interesting Results ==
One of things I did to get a feel for the game and perhaps get some insight in to strategies was to replay published record games. These universally look smoother and more organized than even the best random games. Somewhere it occurred to me to truncate these record games and play forward randomly to see what happened. I probably expected them to go off the rails fairly quickly. And while that happens, I was surprised how close these could get to the original record. This lead to my earlier observation that the seeds of success are set very early in morpion. It may also be due to the number of possible moves falling off more quickly than I might expect.
* Using Bruneau's 170 game truncated at 112 moves the program produced the following:
** Longest game 168 after 175790 simulations &random=1821730183.
** Longest game 169 after 279675 simulations &random=873864083.
** Longest game 170 after 1073380 simulations &random=2014543635.
** Longest game 170 after 1086106 simulations &random=1319746023.
: The two games of 170 are both different and not just transpositions. However the difference produced is in a single move.
* Using Rosin's 177 move (A) grid, the program produced the following,
** from move 129:
*** Longest game 145 after 1 simulations.
*** Longest game 153 after 2 simulations.
*** Longest game 154 after 20 simulations.
*** Longest game 155 after 40 simulations.
*** Longest game 164 after 50 simulations.
*** Longest game 168 after 2203 simulations.
** From move 112:
*** Longest game 140 after 1 simulations.
*** Longest game 146 after 10 simulations.
*** Longest game 148 after 441 simulations.
*** Longest game 151 after 2029 simulations.
*** Longest game 153 after 7167 simulations.
*** Longest game 157 after 34601 simulations.
*** Longest game 168 after 41977 simulations.
: Unfortunately that earlier version of the program was not logging the random number seed used for these games.
Anonymous user