pub struct Dutch {
pub alpha: f64,
pub gamma: f64,
pub lambda: f64,
}Expand description
Dutch eligibility trace rule.
Fields§
§alpha: f64Learning rate.
gamma: f64Discount factor.
lambda: f64Forgetting rate.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Dutch
impl RefUnwindSafe for Dutch
impl Send for Dutch
impl Sync for Dutch
impl Unpin for Dutch
impl UnsafeUnpin for Dutch
impl UnwindSafe for Dutch
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more