AI 24/25 Project Software
Documentation for the AI 24/25 course programming project software
|
This namespace contains heuristic implementations.
Classes | |
class | BlindEvaluator |
Returns an estimate of zero for each state. More... | |
class | ConstantEvaluator |
Returns a constant estimate for each state. More... | |
class | DeadEndPruningHeuristic |
Uses a classical heuristic on the all-outcomes-determinization to prune dead-ends. More... | |
class | DeterminizationCostHeuristic |
Uses a classical heuristic on the all-outcomes-determinization to estimate the expected costs to reach the goal. More... | |
class | LPHeuristic |
Base class for heuristics based on linear programming. More... | |
class | OccupationMeasureHeuristic |
Implements an occupation measure heuristic built from the specified LP constraints. More... | |
class | ProbabilityAwarePDBHeuristic |
The probability-aware PDB heuristic. More... | |