How to optimize a complex function using ga?
古いコメントを表示
My function is dependent on many discretized functions which are constrained wrt each other. Can it be solved using ga function syntax as provided in documentation? If not ga, then how?
2 件のコメント
Star Strider
2019 年 6 月 18 日
If your function produces a scalar ‘fitness’ value for your function with respect to all the parameters you want to optimise, then ga can use it.
Nayan Rawat
2019 年 6 月 18 日
回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Genetic Algorithm についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!