Struct vrp_core::algorithms::mdp::QLearning [−][src]
pub struct QLearning { /* fields omitted */ }Expand description
Applies q-learning strategy to calculate values for taken actions.
Implementations
Trait Implementations
impl<S: State> LearningStrategy<S> for QLearning[src]
impl<S: State> LearningStrategy<S> for QLearning[src]Auto Trait Implementations
impl RefUnwindSafe for QLearning
impl Send for QLearning
impl Sync for QLearning
impl Unpin for QLearning
impl UnwindSafe for QLearning
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]pub fn borrow_mut(&mut self) -> &mut T[src]
pub fn borrow_mut(&mut self) -> &mut T[src]Mutably borrows from an owned value. Read more
impl<T> Pointable for T
impl<T> Pointable for Timpl<V, T> VZip<V> for T where
V: MultiLane<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,