both real and integer variables ga optimization
古いコメントを表示
How can i perform an optimization with the gamultiobj function using both real and integer variables ?
採用された回答
その他の回答 (1 件)
Alan Weiss
2013 年 2 月 11 日
0 投票
As Benji said, you cannot perform mixed integer optimization automatically in GA unless you have MATLAB R2011b or later. However, you can write custom population functions for this purpose; see this explanation. You might also want to see this example on mapping integer variables to a finite set of choices.
Good luck,
Alan Weiss
MATLAB mathematical toolbox documentation
カテゴリ
ヘルプ センター および File Exchange で Solver Outputs and Iterative Display についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!