Genetic algorithm plots penalty instead of Fitness

조회 수: 4 (최근 30일)
alaa zarif
alaa zarif 2019년 10월 7일
편집: Alan Weiss 2019년 10월 10일
Im using the GA toolbox to solve an unconstrained problem.. however the genetic algorithm is producing the graph of penalty vs generations instead of fitness vs generations.. why do i have this?

채택된 답변

Alan Weiss
Alan Weiss 2019년 10월 7일
Perhaps you have some integer constraints.
If not, please show us your options and ga call.
Alan Weiss
MATLAB mathematical toolbox documentation
  댓글 수: 2
alaa zarif
alaa zarif 2019년 10월 10일
I do have IntCon for my variables, I didnt know they will cause it to plot penalty vs generations!
Can you explain to me how does the matlab penalty vs generation work as i dont understand the figure attached.. the sudden drop in penalty then increases however it hasnt taken the lowest value on graph to be the best ?
Alan Weiss
Alan Weiss 2019년 10월 10일
편집: Alan Weiss 2019년 10월 10일
I would guess that you set some options improperly, like EliteCount = 0 or some such thing. Or despite your statement to the contrary, you have a nonlinear constraint. For further help, please report all of your options and give your ga call.
Alan Weiss
MATLAB mathematical toolbox documentation

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

추가 답변 (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