Optimization terminated: average change in the penalty fitness value less than options.Fu​nctionTole​rance but constraints are not satisfied.

62 ビュー (過去 30 日間)
I am trying to solve MINLP problem by using GA algorithm. I have 1250 binary unknown variables {0,1}. and the number of constraints are 186 constraints where 75 is binary { 0,1} and the remaining nonlinear constraints. I attached a copy from the problem and Matlab files. I need an advice or help with this problem. I tried Pattern search as you recommend in one of the previous discussion also but it gives no feasible point. Thank you
  1 件のコメント
John D'Errico
John D'Errico 2017 年 5 月 24 日
編集済み: John D'Errico 2017 年 5 月 24 日
What do you expect someone to do? No feasible point was found. There is no magical way to find a feasible point that we can give you. The optimizer already tried to do that for you, and failed. And since you are the one most likely to be able to know what the parameters mean in your problem, you are the unique person in the universe that has some chance of choosing a feasible start point.
That no feasible point was found may mean that no such solution exists, or just that you supplied a poor choice to start looking. But in a problem of this size, there is no simple way to locate a feasible point, especially since we are given no clue as to what the parameters mean. Did you write one of the equations incorrectly? Again, you are the one best able to determine that.

サインインしてコメントする。

採用された回答

Abderrahmane DADA
Abderrahmane DADA 2019 年 5 月 27 日
編集済み: Abderrahmane DADA 2019 年 6 月 1 日
Amal.
Have tried to increase "MaxGenerations" and "MaxStallGenerations"?
I have increased those two parameters in my own problem and it worked perfectly and all the constraints were satisfied. I have more than 6 constraints, with a number variables that increase 9 times from one iteration to another.
Try my tip and keep me updated.

その他の回答 (1 件)

J Philps
J Philps 2017 年 5 月 31 日
Here is some documentation containing suggestions for when the solver converges to an infeasible point:

カテゴリ

Help Center および File ExchangeGenetic Algorithm についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by