Conjugate gradient optimizer

バージョン 1.1.0.0 (3.78 KB) 作成者: Sean Wu
Conjugate gradient optimizer for the unconstrained optimization of functions of n variables.
ダウンロード: 441
更新 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 Center および MATLAB AnswersGet 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