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