Optimization terminated: average change in the penalty fitness value less than options.FunctionTolerance but constraints are not satisfied.
17 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
AMAL ALGEDIR
am 24 Mai 2017
Bearbeitet: Abderrahmane DADA
am 1 Jun. 2019
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 Kommentar
John D'Errico
am 24 Mai 2017
Bearbeitet: John D'Errico
am 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.
Akzeptierte Antwort
Abderrahmane DADA
am 27 Mai 2019
Bearbeitet: Abderrahmane DADA
am 1 Jun. 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.
2 Kommentare
Abderrahmane DADA
am 1 Jun. 2019
Bearbeitet: Abderrahmane DADA
am 1 Jun. 2019
What was the outcome of those options?
Weitere Antworten (1)
J Philps
am 31 Mai 2017
Here is some documentation containing suggestions for when the solver converges to an infeasible point:
0 Kommentare
Siehe auch
Kategorien
Mehr zu Genetic Algorithm finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!