1
2
3
//! Implementations of gradient descent optimizers.

pub mod gd;