Name | Modified | Size | Downloads / Week |
---|---|---|---|
Update-2014-08-21 | 2014-08-21 | ||
Update-2014-06-11 | 2014-06-11 | ||
README.txt | 2014-04-11 | 657 Bytes | |
optimc.zip | 2014-04-11 | 42.9 kB | |
Totals: 4 Items | 43.5 kB | 0 |
OptimC - Optimization / Unconstrained Minimization 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. Documentation - http://code.google.com/p/optimc/ Git Repository git clone https://code.google.com/p/optimc/ or git clone git://git.code.sf.net/p/optimc/code optimc-code or git clone http://git.code.sf.net/p/optimc/code optimc-code