AI 24/25 Project Software
Documentation for the AI 24/25 course programming project software
|
#include "probfd/heuristics/probability_aware_pdb_heuristic.h"
The probability-aware PDB heuristic.
Combines multiple projections heuristics. The type of combination is specified by the configuration of the pattern collection generation algorithm.
Public Member Functions | |
virtual value_t | evaluate (param_type< State > state) const=0 |
Evaluates the heuristic on a given state and returns the heuristic value. | |
virtual void | print_statistics () const |
Prints statistics, e.g. the number of queries made to the interface. | |
|
pure virtualinherited |
Evaluates the heuristic on a given state and returns the heuristic value.
Implemented in probfd::heuristics::ConstantEvaluator< State >.
|
inlinevirtualinherited |
Prints statistics, e.g. the number of queries made to the interface.
Reimplemented in probfd::heuristics::DeadEndPruningHeuristic, and probfd::heuristics::DeterminizationCostHeuristic.