文件名称:Conjugate-gradient-method
介绍说明--下载内容来自于网络,使用问题请自行百度
功能:用FR共轭梯度法求解无约束问题:min f(x)
输入:x0是初始点,fun,gfun分别是目标函数和梯度
输出:x,val分别是近似最优点和最优值,k是迭代次数-Features: use FR conjugate gradient method to solve the unconstrained problem: min f (x)
input: x0 is the initial point, fun, gfun is the objective function and the gradient, respectively
output: x, val is approximate optimal point and the optimal value respectively, k is the number of iterations
输入:x0是初始点,fun,gfun分别是目标函数和梯度
输出:x,val分别是近似最优点和最优值,k是迭代次数-Features: use FR conjugate gradient method to solve the unconstrained problem: min f (x)
input: x0 is the initial point, fun, gfun is the objective function and the gradient, respectively
output: x, val is approximate optimal point and the optimal value respectively, k is the number of iterations
(系统自动生成,下载前可以参看下载内容)
下载文件列表
共轭梯度法/frcg.asv
共轭梯度法/frcg.m
共轭梯度法/
共轭梯度法/frcg.m
共轭梯度法/
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.