Expand description
Newton Methods
§References:
[0] Jorge Nocedal and Stephen J. Wright (2006). Numerical Optimization. Springer. ISBN 0-387-30303-0.
Re-exports§
pub use self::newton_cg::*;
pub use self::newton_method::*;
Modules§
- Newton-CG method TODO: Stop when search direction is close to 0
- Newton’s method