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!