solving two objective optimization with more than one decision variable
13 次查看(过去 30 天)
显示 更早的评论
I need to maximize energy generation while minimizing the cost. How to write the MATHLAB code for optimizing the multi objective function.
0 个评论
回答(1 个)
Walter Roberson
2017-11-27
gamultiobj() to build a pareto front.
Otherwise you need to figure out how relatively important it is to maximize energy compared to minimizing the cost. For example if you could get 2.1 times as much energy by doubling the cost, is that worth it?
You might want to set a total budget and ask what the maximum energy you could get for no more than that budget would be.
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Multiobjective Optimization 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!