1 / 5

CSC4504 : Formal Languages & Applications J Paul Gibson, A207 paul.gibson@int-edu.eu

CSC4504 : Formal Languages & Applications J Paul Gibson, A207 paul.gibson@int-edu.eu http://www-public. it-sudparis.eu /~ gibson/Teaching/CSC4504/. MinMaxAlphaBeta /~gibson/Teaching/CSC4504/L2-MinMaxAlphaBeta.pdf.

orde
Download Presentation

CSC4504 : Formal Languages & Applications J Paul Gibson, A207 paul.gibson@int-edu.eu

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. CSC4504 : FormalLanguages & Applications J Paul Gibson, A207 paul.gibson@int-edu.eu http://www-public.it-sudparis.eu/~gibson/Teaching/CSC4504/ MinMaxAlphaBeta /~gibson/Teaching/CSC4504/L2-MinMaxAlphaBeta.pdf TSP: Software Engineering

  2. Alpha-beta pruning: a classicalgorithm in AI (arisingfromminmaxtheorem) Von Neumann, John, and Oskar Morgenstern. "Theory of games and economic behavior." Bull. Amer. Math. Soc 51 (1945): 498-504. Fuller, Samuel H., and John G. Gaschnig. "Analysis of the alpha-beta pruning algorithm." (1973). Knuth, Donald E., and Ronald W. Moore. "An analysis of alpha-beta pruning." Artificial intelligence 6.4 (1976): 293-326. TSP: Software Engineering

  3. KR-IST - Lecture 5a Game playing with Minimax and Pruning, Chris Thornton http://www.sussex.ac.uk/Users/christ//crs/kr-ist/lec05a.html TSP: Software Engineering

  4. KR-IST - Lecture 5a Game playing with Minimax and Pruning, Chris Thornton http://www.sussex.ac.uk/Users/christ//crs/kr-ist/lec05a.html Alpha-beta pruning Alpha-cutoff Beta-cutoff TSP: Software Engineering

  5. Minmaxpruning for perfect XO player Implement a perfect XO player: Using min-max withoutpruning Using min-max with alpha-beta pruning Compare the performance of the playersagainsteachother TSP: Software Engineering

More Related