Trait Optimizer
auto_diff::optim
pub trait Optimizer { fn step(&mut self, m: &Module); }
fn step(&mut self, m: &Module)
impl Optimizer for SGD