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://ww2.mathworks.cn/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