simplex法に範囲制約を加えて多変数関数の最小値を求める方法
Show older comments
fminsearchに適用されているシンプレックス探索法に範囲制約を加えて、多変数関数の最小値を求めることはできますか? fminconに適用されているいるような、数値勾配や解析勾配による最小化ではなく、直接探索法によって多変数関数の最小値を求めたいです。
3 Comments
Nicolas Schmit
on 17 Oct 2017
fminconには制約条件付きの最適化問題を解くためのアルゴリズムがいくつか実装されていますが、シンプレックス法を用いたい理由は特にありますでしょうか。
michio
on 17 Oct 2017
Global Optimization Toolbox の patternsearch 関数などいかがでしょう。
kazuma hamano
on 17 Oct 2017
Accepted Answer
More Answers (0)
Categories
Find more on 非線形最小二乗法 (曲線近似) in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!