필터 지우기
필터 지우기

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

조회 수: 32 (최근 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 CenterFile Exchange에서 Genetic Algorithm에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by