genetic algorithm fintess function
이전 댓글 표시
Hi,
I need help with figuring out how to start with my genetic algorithm code for my problem. Especially figuring out the firness/objective function for my problem. The aim to produce two continouos optimised values.
Any help with be appreciated.
댓글 수: 4
Walter Roberson
2019년 3월 4일
Do you have two competing objectives, or do you have one objective that involves two parameters?
Is there a formula, that if executed with the two best parameters possible, would give exactly 0? Or is there a formula, that if executed with the two best parameters possible, would give a value that was more negative than if the formula was executed with parameters that are not as good?
Ifeatu Ezenwe
2019년 3월 4일
Walter Roberson
2019년 3월 4일
Why bother to run that through ga? Why not just say x = FTe and y = FTi ?
You can use the options to configure a FitnessLimit of 0.01 .
Ifeatu Ezenwe
2019년 3월 4일
편집: Ifeatu Ezenwe
2019년 3월 4일
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Genetic Algorithm에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!