Book Image

Artificial Intelligence with Python - Heuristic Search [Video]

By : Prateek Joshi
Book Image

Artificial Intelligence with Python - Heuristic Search [Video]

By: Prateek Joshi

Overview of this book

<p>This course is a go-to guide for the four topics, logic programming, heuristic search, genetic algorithms and building games with AI. It will help you learn to programme with AI. The course will start with the basic puzzles, parsing trees and expression matching. This will be followed by building solutions for region coloring and maze solving. The course also has fun-filled videos on building bots to play Tic-tac-toe, Connect Four and Hexapawn.</p> <h2>Style and Approach</h2> <p>This course takes a concept-based, explanation-focused approach. Each concept is explained and then the exercise or example is implemented.</p>
Table of Contents (4 chapters)
Chapter 2
Heuristic Search Techniques
Content Locked
Section 6
Solving a Problem with Constraints
We have already discussed how Constraint Satisfaction Problems are formulated. Let's apply them to a real-world problem in this video. - Define all the constraints - Define the list of values that each variable can take - Compute the solution using different heuristics