Module soco::cost

source · []
Expand description

Definition of cost functions.

Structs

Result of cost computation.

Cost functions that arrived over time. Individual cost functions may have different domains. For example, in a predictive online setting, a cost function arriving at time $t$ generally has the domain $[t, t + w]$.

Cost function (from time $t_start$).

Traits

Abstract definition of a decision space which is defined by which points lie within and which points lie outside it.

Type Definitions

A cost with associated information in case of a failure.

A cost function returning costs with associated information in case of a failure.

A cost without associated information.

A cost function returning costs without any associated information.

A single cost function returning costs without any associated information.