simplex法に範囲制約を加えて多変数関数の最小値を求める方法
Afficher commentaires plus anciens
fminsearchに適用されているシンプレックス探索法に範囲制約を加えて、多変数関数の最小値を求めることはできますか? fminconに適用されているいるような、数値勾配や解析勾配による最小化ではなく、直接探索法によって多変数関数の最小値を求めたいです。
3 commentaires
Nicolas Schmit
le 17 Oct 2017
fminconには制約条件付きの最適化問題を解くためのアルゴリズムがいくつか実装されていますが、シンプレックス法を用いたい理由は特にありますでしょうか。
michio
le 17 Oct 2017
Global Optimization Toolbox の patternsearch 関数などいかがでしょう。
kazuma hamano
le 17 Oct 2017
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur 非線形最小二乗法 (曲線近似) dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!