pub struct AdaGrad { /* private fields */ }Expand description
Adaptive Gradient Descent
The adaptive gradient descent algorithm (Duchi et al. 2010).
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AdaGrad
impl RefUnwindSafe for AdaGrad
impl Send for AdaGrad
impl Sync for AdaGrad
impl Unpin for AdaGrad
impl UnwindSafe for AdaGrad
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