Module pacai.core.search

The pacai.core.search package contains elements of a general search problem.

Expand source code
"""
The `pacai.core.search` package contains elements of a general search problem.
"""

Sub-modules

pacai.core.search.food
pacai.core.search.heuristic

A heuristic function estimates the cost from the current state to the nearest goal in the provided SearchProblem.

pacai.core.search.position
pacai.core.search.problem
pacai.core.search.search