AI 24/25 Project Software
Documentation for the AI 24/25 course programming project software
|
#include "probfd/task_proxy.h"
Proxy class used to inspect a single probabilistic outcome of a probabilistic operator.
Public Member Functions | |
int | get_determinization_id () const |
Get the ID of this outcome's operator in the determinization. | |
ProbabilisticOperatorProxy | get_operator () const |
Get this outcome's operator. | |
ProbabilisticEffectsProxy | get_effects () const |
Get a proxy to the probabilistic effects of this outcome. | |
value_t | get_probability () const |
Get the probability of this outcome. | |
|
nodiscard |
Get the ID of this outcome's operator in the determinization.
|
nodiscard |
Get this outcome's operator.
|
nodiscard |
Get a proxy to the probabilistic effects of this outcome.
|
nodiscard |
Get the probability of this outcome.