共有 0 个贴子
没有任何数据可供显示
开源项目社区 | 当前位置 : |
|
www.trustie.net/open_source_projects | 主页 > 开源项目社区 > functionoptimize |
functionoptimize
|
0 | 0 | 0 |
贡献者 | 讨论 | 代码提交 |
The code in this Google project implements two optimization algorithms, Nelder and Mead Simplex and Levenberg-Marquardt derivative based optimizer. A common use for these optimizers is to solve least square curve fitting problems, that is given a set of data points, we wish to optimize a set of parameters associated with a proposed model curve so that we minimize the sum of squares of the difference between the data and the curve.