outcome(board) = if nomovepossible
then balanceofterritory (black, white)
else foreach(move) (outcome (move(board)))
go equation
-
RobertJasiek
- Judan
- Posts: 6273
- Joined: Tue Apr 27, 2010 8:54 pm
- GD Posts: 0
- Been thanked: 797 times
- Contact:
Re: go equation
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;)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.