least square minimization with strict inquality constraint

2 次查看(过去 30 天)
I have a least square minimization problem with a constraint of the form Ax<=b. Even though, in principle the condition "=" in A<= b is allowable, the fact that algorithm converges to a solution with all zero values is not desirable. Is there any way to enforce strict inequality in matlab function lsqlin() ? Specifically, I use some equations of the inequality constraint equation, Ax<=b, to ensure x is less than zero,negative, like x2<0, x3<0. Along with that I have other constriants like -(x1+x2+x3)<=0 with x1>0. In all these cases I prefer a solution with strict inequality constriant. Waiting for any kind suggestions.
Thanking you!

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Linear Least Squares 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by