cicily
Uploaded by
8 SLIDES
256 VUES
80LIKES

MiniMax Search Algorithms: Backward Value Propagation and Optimal Move Selection

DESCRIPTION

This article delves into the intricacies of the MiniMax search algorithm, focusing on the process of expanding the search space and propagating leaf node values backward. It discusses how to select Max and Min values at their respective levels, navigating through a 3-ply search tree. By analyzing nodes with values like 3, 0, 9, and others, we aim to illustrate the steps taken to determine the optimal move for the Max player. Understanding these methodologies enhances strategic decision-making in competitive environments such as games.

1 / 8

Download Presentation
Télécharger la présentation

MiniMax Search Algorithms: Backward Value Propagation and Optimal Move Selection

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Max Min Max Min Starting node and labels MiniMaxSearch

  2. Max Min Max Min Continue expand the search space

  3. Max Min Max Min Continue expand the search space

  4. Max Min Max Min 2 3 5 9 0 7 4 Expand the search space down 3-ply

  5. Max Min 9 0 3 7 7 Max Min 2 3 5 9 0 7 4 Propagate the leaf values backward Pick Max values at Max Level

  6. Max 3 0 Min 9 0 3 7 7 Max Min 2 3 5 9 0 7 4 Continue propagate the values backward Pick Min values at Min Level

  7. 3 Max 3 0 Min 9 0 3 7 7 Max Min 2 3 5 9 0 7 4 Continue propagate the values backward Pick Max values at Max Level

  8. 3 Max 3 0 Min 9 0 3 7 7 Max Min 2 3 5 9 0 7 4 The move picked by Max

More Related
SlideServe
Audio
Live Player
Audio Wave
Play slide audio to activate visualizer