go equation

For discussing go computing, software announcements, etc.
User avatar
djhbrown
Lives in gote
Posts: 392
Joined: Tue Sep 15, 2015 5:00 pm
Rank: NR
GD Posts: 0
Has thanked: 23 times
Been thanked: 43 times

Re: go equation

Post by djhbrown »

outcome(board) = if nomovepossible
then balanceofterritory (black, white)
else foreach(move) (outcome (move(board)))
Last edited by djhbrown on Tue May 02, 2017 6:42 pm, edited 1 time in total.
RobertJasiek
Judan
Posts: 6273
Joined: Tue Apr 27, 2010 8:54 pm
GD Posts: 0
Been thanked: 797 times
Contact:

Re: go equation

Post 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;)
Post Reply