Hi
I am using genetic algorithm in matlab but in my ga fitness chart the mean fitness value does not converge to the best fitness value.
What can I do for improvement the fitness value?

댓글 수: 2

John D'Errico
John D'Errico 2019년 10월 9일
Learn to use comments, instead of adding answers just to make a comment.
Walter Roberson
Walter Roberson 2019년 10월 9일
S AsZ, if you feel that the Question is Unclear, then as you are the author of the Question, you should clarify it instead of flagging it as Unclear.

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

 채택된 답변

Star Strider
Star Strider 2019년 10월 9일

0 개 추천

It does converge to the best fitness value. The ga algorithm will keep searching for the best fitness value until it reaches whatever generation limit you set for it. It will then use the best parameter set (providing the best fitness) as its result.

댓글 수: 4

John D'Errico
John D'Errico 2019년 10월 9일
Answer by Sepideh Asadi 1 minute ago
Can you give me more help?
Star Strider
Star Strider 2019년 10월 9일
Sepideh Asadi’s Answer moved here:
I don't make any limit for this algorithm
Star Strider
Star Strider 2019년 10월 9일
You don’t need to. The generation limit is the default (I believe it is 200 generations). It uses default values for all the options you do not specify, as do all other MATLAB functions that have ‘opitons’ structures. .
Walter Roberson
Walter Roberson 2019년 11월 3일
S AsZ: we are reluctant to remove content that is important to understanding the context of responses.
Your requested edits can lead to the impression that you are trying to remove your question. When posters remove their questions, the volunteers often feel as if they have been misused. This is not a facility to obtain free private consultations: the volunteers answer public questions with public answers with the explicit understanding that the questions and answers will be left so that they can be of assistance to future readers.

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

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Statistics and Machine Learning Toolbox에 대해 자세히 알아보기

질문:

2019년 10월 9일

댓글:

2019년 11월 3일

Community Treasure Hunt

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

Start Hunting!

Translated by