Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 691 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 691 Bytes

OptimC - Optimization / Unconstrained Minimization/ Nonlinear Least Squares Library in ANSI C

OptimC is a C software package to minimize any unconstrained multivariable function. The algorithms implemented are Nelder-Mead,Newton Methods (Line Search and Trust Region methods), Conjugate Gradient and BFGS (regular and Limited Memory). Brent method is also available for single variable functions if the bounds are known.

Update 06/09/2014 - Nonlinear Squares Implementation [Levenberg-Marquardt Method] Added.

Documentation - PDF file included in the GIT repository. Wiki to be added shortly.