
Minimize function with multiple variables with absolute value
6 次查看(过去 30 天)
显示 更早的评论
Hello,
I have a function minimize
f(x1,x2,...,xn) = [d1*x1 + d2*x2 + ... + dn*xn] + [abs(x1) + abs(x2) + .... + abs(xn)] * e
( d and e is known)
with constrains A * x <= b.
Without the second part with absolute value of x, I can use intlinprog function and it works well.
Do you have any suggestion for the solution of minimize f ?
Thank you.
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Dynamic System Models 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!