Conjugate gradient optimizer

版本 1.1.0.0 (3.8 KB) 作者: Sean Wu
Conjugate gradient optimizer for the unconstrained optimization of functions of n variables.
437.0 次下载
更新时间 2015/3/23

查看许可证

This function returns the vector x=[x1,...xn] that results in the minimum
objective function value for the given function. Inputs are the function
fcn, the initial x0, the gradient approximation method (1= central diff,
2=fwd. diff.), n for the golden section search, the convergence tolerance
epsilon, and the maximum number of iterations, nmax.
Note that the golden section search is very sensitive to n.

引用格式

Sean Wu (2024). Conjugate gradient optimizer (https://www.mathworks.com/matlabcentral/fileexchange/50141-conjugate-gradient-optimizer), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2014b
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Get Started with Optimization Toolbox 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
版本 已发布 发行说明
1.1.0.0

Included gradient approximation functions

1.0.0.0