Page 2 of 2

Re: go equation

Posted: Thu Oct 08, 2015 4:21 pm
by djhbrown
outcome(board) = if nomovepossible
then balanceofterritory (black, white)
else foreach(move) (outcome (move(board)))

Re: go equation

Posted: Thu Oct 08, 2015 10:44 pm
by RobertJasiek
Bill Spight wrote:If go were solved, you could look up the position of the whole board, along with ko or superko information, and read off the correct play or plays.
Provided the universe offers enough quantum states to store more than 1.2 * 10^172 positions with their correct moves (under a given ruleset) and we can access all those quantum states linearly;)