Assignment 7

Disclaimer: Dieser Thread wurde aus dem alten Forum importiert. Daher werden eventuell nicht alle Formatierungen richtig angezeigt. Der ursprüngliche Thread beginnt im zweiten Post dieses Threads.

Assignment 7
Dear tutors,

in assignment 7, Problem 7.1.4a: Is with minimax value the value meant that results from applying MiniMax algorithm with right-left order or is it meant the value that results from alpha-beta pruning with right to left order?

Thank you and kind regards,
Matthias


I don’t know what you mean by that… alpha-beta pruning carries two values (alpha and beta), but both are only used to determine whether or not to prune a branch, not to evaluate a node.

The „minimax value“ is (as the name suggests) the value computed by the minimax algorithm, independent of whether it is augmented by alpha-beta-pruning.