文件名称:nonlinear-optimization
介绍说明--下载内容均来自于网络,请自行研究使用
非线性规划各种算法汇总,包括线搜索、梯度下降法、牛顿法、共轭梯度法、DFP算法、BFGS算法和信赖域算法-Summary all kinds of algorithm of nonlinear programming, including line search, the gradient descent method, Newton method and conjugate gradient method, DFP algorithm and BFGS algorithm and trust region algorithm
(系统自动生成,下载前可以参看下载内容)
下载文件列表
非线性规划算法汇总\bfgs.m
..................\cg.m
..................\dfp.m
..................\dfun.m
..................\fun.m
..................\grad.m
..................\Hfun.m
..................\newton.m
..................\steihaug.m
..................\trustm.m
..................\wolfe.m
非线性规划算法汇总