On-line simplex search

版本 1.0.0 (30.5 KB) 作者: Gert Kruger
A reentrant version of the well-known Simplex search (Nelder-Mead) optimization is provided.
54.0 次下载
更新时间 2019/5/28

查看许可证

The on-line simplex search is an implementation of the well known Nelder-Mead optimization algorithm. The usual simplex search found in Matlab is not appropriate for an on-line implementation, because the state variables used are not persistent and the algorithm is not implemented to be reentrant. The implementation provided here is reentrant.
Thus, a sample vertex generated by the algorithm can be put out and be evaluated. After the system has settled to the evaluated vertex a new cost value can be read, after which the function can be reentered with the costs of previous vertices "remembered" due to persistent variables.

引用格式

Gert Kruger (2024). On-line simplex search (https://www.mathworks.com/matlabcentral/fileexchange/71673-on-line-simplex-search), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2010a
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Direct Search 的更多信息

Community Treasure Hunt

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

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