pub struct ExponentialLR { /* private fields */ }Expand description
Exponential decay scheduler: multiply LR by gamma every epoch
Implementations§
Trait Implementations§
Source§impl Clone for ExponentialLR
impl Clone for ExponentialLR
Source§fn clone(&self) -> ExponentialLR
fn clone(&self) -> ExponentialLR
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ExponentialLR
impl Debug for ExponentialLR
Auto Trait Implementations§
impl Freeze for ExponentialLR
impl RefUnwindSafe for ExponentialLR
impl Send for ExponentialLR
impl Sync for ExponentialLR
impl Unpin for ExponentialLR
impl UnwindSafe for ExponentialLR
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