Solve minimization problem for System of Nonlinear objective functions.

1 回表示 (過去 30 日間)
Nikhil Kale
Nikhil Kale 2018 年 2 月 11 日
回答済み: Arvind Narayanan 2018 年 2 月 27 日
I am trying to solve a minimization problem using fmincon function with inequality constraints. I am able to get the desired results for single objective function. I want similarly solve minimization problem for system of objective functions comprising of a some predefined number of variables. For Example,
  1. Normal case using fmincon the Obj_fun will be some polynomial function of X, where X will be a vector of three variables(x1, x2, x3).
  2. Desired Case Obj_fun will be a system of polynomial functions derived from A.X form where A is 10*3 matrix and X is same as the previous case a vector with three variables.
Want to know about any such function available to minimize system of nonlinear objective functions.

回答 (1 件)

Arvind Narayanan
Arvind Narayanan 2018 年 2 月 27 日
Hi Nikhil,
You can look up the functions fgoalattain and fminimax for multiple objective optimization problems. You can also plot a Pareto front by referring to this link.
Additionally, this link gives you more options on how to use parallel computing resources for Multi-objective optimization problems.
Thanks,
Arvind

カテゴリ

Help Center および File ExchangeSystems of Nonlinear Equations についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by