Chrilly wrote: (thread was "Positions illustrative of computer stupidity")
With an infinite fast chip chess programs would be "infinite"
strong. Most current Go programs would only play infinite fast.
Its an interesting question if Monte-Carlo programs would also
play infinite strong.
I think it is so important, it deserves its own thread.
I think the answer is *NO*. Monte-Carlo programs do an n-ply deep
search of nodes evaluated by a simulation. It has been well
established that the evaluation by simulation of any node
converges asymptotically to a value. (Excuse me for mentioning
what you all know.)
Now the question is: Do we use the infinite power to increase n?
If we do, its no longer a Monte Carlo program, its an "oracle"
because it only evaluates finished games. That's obvious.
But _if we keep n constant_ and increase the number of simulations,
assuming current programs get enough CPU to approach the asymptotic
limit, there will be almost no difference to their current
achievements.
If the value obtained by simulation would represent the value
of the position, the n-ply search would be unnecessary. It only
represents _the value of random play_.
Jacques.
_______________________________________________
computer-go mailing list
[email protected]
http://www.computer-go.org/mailman/listinfo/computer-go/