Module ganesh::algorithms
source · Expand description
Module containing minimization algorithms
Re-exports§
pub use nelder_mead::NelderMead;pub use bfgs::BFGS;pub use lbfgs::LBFGS;pub use lbfgsb::LBFGSB;
Modules§
- Module containing the BFGS method.
- Module containing the L-BFGS method.
- Module containing the L-BFGS-B method.
- Module containing various line-search methods.
- Module containing the Nelder-Mead minimization algorithm.