optimization of an objective function subjected to aggregated constraint
1 次查看(过去 30 天)
显示 更早的评论
The objective function is as follows given in the images. The optimisation is to be done iteratively according to the inner loop but the constraint is according to the outer loop which is why i am unable to apply.

0 个评论
回答(1 个)
Alan Weiss
2018-8-29
I suppose that the G_n are the control variables and that R_t are data. In that case it looks like a standard sort of linear programming problem. If the problem also has integer constraints as you hint, then it seems to be a MILP problem. See Problem-Based Optimization if you have a recent MATLAB version, or Solver-Based Optimization if you have an older version.
Alan Weiss
MATLAB mathematical toolbox documentation
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Get Started with Optimization Toolbox 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!