AI 24/25 Project Software
Documentation for the AI 24/25 course programming project software
Loading...
Searching...
No Matches
probfd::algorithms::heuristic_search::HeuristicSearchBase< State, Action, StateInfoT > Member List

This is the complete list of members for probfd::algorithms::heuristic_search::HeuristicSearchBase< State, Action, StateInfoT >, including all inherited members.

compute_bellman(CostFunctionType &cost_function, StateID state_id, const std::vector< TransitionType > &transitions, value_t termination_cost) constprobfd::algorithms::heuristic_search::HeuristicSearchBase< State, Action, StateInfoT >
compute_bellman_and_greedy(CostFunctionType &cost_function, StateID state_id, std::vector< TransitionType > &transitions, value_t termination_cost, std::vector< AlgorithmValueType > &qvalues, value_t epsilon=g_epsilon) constprobfd::algorithms::heuristic_search::HeuristicSearchBase< State, Action, StateInfoT >
lookup_bounds(StateID state_id) constprobfd::algorithms::heuristic_search::HeuristicSearchBase< State, Action, StateInfoT >
select_greedy_transition(MDPType &mdp, std::optional< Action > previous_greedy_action, std::vector< TransitionType > &greedy_transitions)probfd::algorithms::heuristic_search::HeuristicSearchBase< State, Action, StateInfoT >
update_policy(StateInfo &state_info, const std::optional< TransitionType > &transition)probfd::algorithms::heuristic_search::HeuristicSearchBase< State, Action, StateInfoT >
update_value(StateInfo &state_info, AlgorithmValueType other, value_t epsilon=g_epsilon)probfd::algorithms::heuristic_search::HeuristicSearchBase< State, Action, StateInfoT >
was_visited(StateID state_id) constprobfd::algorithms::heuristic_search::HeuristicSearchBase< State, Action, StateInfoT >