Adversarial Search

  • Definition: Adversarial search is used in competitive environments where two or more agents (players) are working against each other. Examples include Minimax and Alpha-Beta pruning.

  • Relation to MEA: Means-Ends Analysis does not involve adversarial or competitive agents; it focuses purely on solving a problem for a single agent.

Last updated