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 RefUnwindSafe for AdaGrad
impl Send for AdaGrad
impl Sync for AdaGrad
impl Unpin for AdaGrad
impl UnwindSafe for AdaGrad
Blanket Implementations
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstablefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more