Optimization terminated: average change in the penalty fitness value less than options.FunctionTolerance but constraints are not satisfied.
17 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
AMAL ALGEDIR
el 24 de Mayo de 2017
Editada: Abderrahmane DADA
el 1 de Jun. de 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 comentario
John D'Errico
el 24 de Mayo de 2017
Editada: John D'Errico
el 24 de Mayo de 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.
Respuesta aceptada
Abderrahmane DADA
el 27 de Mayo de 2019
Editada: Abderrahmane DADA
el 1 de Jun. de 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 comentarios
Abderrahmane DADA
el 1 de Jun. de 2019
Editada: Abderrahmane DADA
el 1 de Jun. de 2019
What was the outcome of those options?
Más respuestas (1)
J Philps
el 31 de Mayo de 2017
Here is some documentation containing suggestions for when the solver converges to an infeasible point:
0 comentarios
Ver también
Categorías
Más información sobre Genetic Algorithm en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!