Type Alias AgentObjectiveMap

Source
pub type AgentObjectiveMap = HashMap<u32, ObjectiveType>;
Expand description

A map of objectives for an agent, keyed by commodity and year.

NB: As we currently only support the “single” decision rule, the only parameter we need for objectives is the type.

Aliased Type§

struct AgentObjectiveMap { /* private fields */ }