Struct vrp_core::algorithms::mdp::Greedy [−][src]
pub struct Greedy;Expand description
A greedy strategy.
Trait Implementations
Selects an action from the estimated actions.
pub struct Greedy;A greedy strategy.
Selects an action from the estimated actions.