Optimization Toolbox
显示 更早的评论
I want to use the optimizaztion to optimize a function if form
f = w(1)*a+w(2)*b+w(3)*c;
where w(1), w(2), w(3) are variable and a.b.c are constants.
the constraints are
0< w(1), w(2), w(3) <1
and w(1)+w(2)+w(3)=1
回答(1 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Problem-Based Optimization Setup 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!