Struct vrp_core::algorithms::mdp::Greedy [−][src]
pub struct Greedy;
A greedy strategy.
Trait Implementations
impl<S: State> PolicyStrategy<S> for Greedy[src]
impl<S: State> PolicyStrategy<S> for Greedy[src]fn select(&self, estimates: &ActionEstimates<S>) -> Option<S::Action>[src]
Auto Trait Implementations
impl RefUnwindSafe for Greedy
impl RefUnwindSafe for Greedyimpl UnwindSafe for Greedy
impl UnwindSafe for Greedy