pub struct CosineAnnealingWarmRestarts { /* private fields */ }Expand description
Cosine annealing with warm restarts
Implementations§
Trait Implementations§
Source§impl Clone for CosineAnnealingWarmRestarts
impl Clone for CosineAnnealingWarmRestarts
Source§fn clone(&self) -> CosineAnnealingWarmRestarts
fn clone(&self) -> CosineAnnealingWarmRestarts
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 CosineAnnealingWarmRestarts
impl Debug for CosineAnnealingWarmRestarts
Auto Trait Implementations§
impl Freeze for CosineAnnealingWarmRestarts
impl RefUnwindSafe for CosineAnnealingWarmRestarts
impl Send for CosineAnnealingWarmRestarts
impl Sync for CosineAnnealingWarmRestarts
impl Unpin for CosineAnnealingWarmRestarts
impl UnwindSafe for CosineAnnealingWarmRestarts
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