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

62 vues (au cours des 30 derniers jours)
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 commentaire
John D'Errico
John D'Errico le 24 Mai 2017
Modifié(e) : John D'Errico le 24 Mai 2017
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.

Connectez-vous pour commenter.

Réponse acceptée

Abderrahmane DADA
Abderrahmane DADA le 27 Mai 2019
Modifié(e) : Abderrahmane DADA le 1 Juin 2019
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.

Plus de réponses (1)

J Philps
J Philps le 31 Mai 2017
Here is some documentation containing suggestions for when the solver converges to an infeasible point:

Community Treasure Hunt

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

Start Hunting!

Translated by