文件名称:nonlinear-algorithm
介绍说明--下载内容均来自于网络,请自行研究使用
非线性算法合集,包括牛顿拉夫逊法,Broyden拟牛顿法,弧长法,割线法。每种算法都包含有线性搜索迭代改进。-Nonlinear algorithm collection, including Newton Raphson, Broyden quasi-Newton method, arc-length method, secant method. Each contains a linear search algorithms for iterative improvement.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
BFGSLineNRLineNRBFGS.m
BroydenLineNRLine.m
ModifiedNewtonLinesearch.m
NewtonRaphsonLinesearch.m
ArcLength.m