Next: Examples IV --
Up: COMPUTATIONAL SCIENCE SIMULATION
Previous: Examples -- II
- Given position on chess board, decide on best move. Write down a
tree
and expand several ``plies'' (two plies---one by a white, and
one by block make a move). Assign values to final position. Chosen
move is one that leads to highest (best) value of worst possible
scenario---minimax problem.
Geoffrey Fox, Northeast Parallel Architectures Center at Syracuse University, gcf@npac.syr.edu