Golden Section Search Method for One dimention optimization

It is the method to search for roots of a function within a certain interval with number of iterations by using the golden ratio.

現在この提出コンテンツをフォロー中です。

There are 2 files one for minimum and one for maximum.
It will show graph for each iteration.
x is the interval
y is a function can be called using f(x)
1st iteration occurs outside the loop.
rest inside of it
xl= x Lower
xu= x Upper
x1 = 1st value
x2 = 2nd value

引用

M Matsive Ali (2026). Golden Section Search Method for One dimention optimization (https://jp.mathworks.com/matlabcentral/fileexchange/158451-golden-section-search-method-for-one-dimention-optimization), MATLAB Central File Exchange. に取得済み.

謝辞

ヒントを得たファイル: golden section method algorithm

一般的な情報

MATLAB リリースの互換性

  • すべてのリリースと互換性あり

プラットフォームの互換性

  • Windows
  • macOS
  • Linux
バージョン 公開済み リリース ノート Action
1.1

Added graphs

1.0.0