Expand description
Gradient descent methods
§References:
[0] Jorge Nocedal and Stephen J. Wright (2006). Numerical Optimization. Springer. ISBN 0-387-30303-0.
Re-exports§
pub use self::steepestdescent::*;
Modules§
- Steepest Descent method
Gradient descent methods
[0] Jorge Nocedal and Stephen J. Wright (2006). Numerical Optimization. Springer. ISBN 0-387-30303-0.
pub use self::steepestdescent::*;