Skip to Content
Hands-On Artificial Intelligence with Java for Beginners
book

Hands-On Artificial Intelligence with Java for Beginners

by Nisheeth Joshi
August 2018
Beginner
144 pages
3h 6m
English
Packt Publishing
Content preview from Hands-On Artificial Intelligence with Java for Beginners

Introducing the min-max algorithm

In order to understand the min-max algorithm, you should get familiar with game playing and game trees. Game playing can be classified as game trees. What is a game tree? A tree is made of a root node, and a root node has child nodes; each child node is subdivided into multiple children.

This forms a tree, and the terminal nodes are termed leaves, as shown in the following diagram:

In game play, our main goal is to win the game; in other words, we try to find the best possible solution by looking ahead in the game tree. The most important thing to note about playing a game is that we don't actually go down ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Machine Learning: End-to-End guide for Java developers

Machine Learning: End-to-End guide for Java developers

Richard M. Reese, Jennifer L. Reese, Boštjan Kaluža, Dr. Uday Kamath, Krishna Choppella
Mastering Java Machine Learning

Mastering Java Machine Learning

Uday Kamath, Krishna Choppella

Publisher Resources

ISBN: 9781789537550Supplemental Content