fminbnd_vec_release​d(funfcn,min_bound,​max_bound,num_vecs)

バージョン 1.0.0.0 (17.9 KB) 作成者: Nick Durkee
Vectorized Fminbnd
ダウンロード: 99
更新 2018/5/21

ライセンスの表示

This function attempts to solve numerous single variable minimization problems simultaneously utilizing a vectorized version of MATLAB's fminbnd. As shown in the figure, this vectorization can result in significant performance increases. Read demo for more information.
Known issues: It is possible to chain multiple variable solutions which is often faster than fminsearch or fmincon but is very difficult.

If you find issues or have questions please comment below and I will get back to you asap.

引用

Nick Durkee (2024). fminbnd_vec_released(funfcn,min_bound,max_bound,num_vecs) (https://www.mathworks.com/matlabcentral/fileexchange/67405-fminbnd_vec_released-funfcn-min_bound-max_bound-num_vecs), MATLAB Central File Exchange. 取得済み .

MATLAB リリースの互換性
作成: R2016b
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersOptimization についてさらに検索
タグ タグを追加

Community Treasure Hunt

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

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

Added note

Updated demo and notes accordingly