필터 지우기
필터 지우기

[HELP] fmincon to ga

조회 수: 6 (최근 30일)
E K
E K 2012년 7월 31일
댓글: Nouhaila Lazaar 2020년 11월 3일
Hi guys,
I have a o object function that i write for fmincon.
What should i change to minimize same object function by a ga(genetic algorithm) any tips,suggestions will be amazingly help me.
I explained the functions/problem/object (fitness) function better in comments below.

채택된 답변

Sean de Wolski
Sean de Wolski 2012년 7월 31일
You shouldn't have to change anything!
In fact you can use ga as the coarse minimization method and then use fmincon as a 'HybridFcn' for the finer tuned minimization after ga has gotten close.
doc gaoptimset
  댓글 수: 10
Sean de Wolski
Sean de Wolski 2012년 8월 1일
This is why I suggest maybe using a 'HybridFcn'. Let ga find the valley that contains the global minimum and then use fmincon to hone in on the minimum of this valley really quickly.
Nouhaila Lazaar
Nouhaila Lazaar 2020년 11월 3일
Hello,
I want to do the same thing, have you managed to do it? Actually, when I use ga, the program doesn't find a feasible point, I couldn't solve the problem. Can you please tell me what options I can use to solve my problem? Any suggestion will be helpful.
Thank you in advance,

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

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