http://webdocs.cs.ualberta.ca/~mmueller ... ci-ghi.pdf
I see that the problem has already been discussed but I couldn't follow their discussion.
viewtopic.php?f=5&t=1015
http://talkchess.com/forum/viewtopic.php?t=21343
Presumably the high level pseudo code below has problems. Can someone describe concrete examples that cause problems?
Code: Select all
Input Graph g, Position p in g, Move m, Evaluation e:
let p' be position after making move m in position p or create p' if it doesn't exist in g
add edge (p, p') with label m
set evaluation e for p'
call minimax on p'