WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

rafat/optimc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages