Conjugate Gradient Method (Solving Quadratic Equations with Two Varaibles)

The algorithm summarizes the Conjugate Gradient method.
ダウンロード: 823
更新 2017/3/12

ライセンスの表示

The code highlights the Fletcher Reeve's Method or Conjugate Gradient Method. This method exploits the advantage of conjugate directions and hence is quadratically convergent. It takes only 3 iterations or 2 searches to solve a quadratic equation. The optimum for the same example as shown in this algorithm took 56 iterations with Steepest Descent.(Refer Steepest Descent Code); while this algorithm converges in only 3 iterations same initial guess or start point.

引用

Soumitra Sitole (2024). Conjugate Gradient Method (Solving Quadratic Equations with Two Varaibles) (https://www.mathworks.com/matlabcentral/fileexchange/62011-conjugate-gradient-method-solving-quadratic-equations-with-two-varaibles), MATLAB Central File Exchange. 取得済み .

MATLAB リリースの互換性
作成: R2016b
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersQuadratic Programming and Cone Programming についてさらに検索
謝辞

ヒントを与えたファイル: Modified Conjugate Gradient Method (Bivariate optimization)

Community Treasure Hunt

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

Start Hunting!
バージョン 公開済み リリース ノート
1.0.0.0