Info

This question is closed. Reopen it to edit or answer.

Keeping Optimization Tight to Parameters

1 view (last 30 days)
Bob Sieger
Bob Sieger on 26 Feb 2015
Closed: MATLAB Answer Bot on 20 Aug 2021
I'm not sure what is the best route to take. I'm trying to keep my optimization solution close my inequality values but on a few of them it's off because inequalities are set to be greater then. When I change my inequalities to equalities (A and b to Aeq and beq) I'm getting an error:
Exiting: One or more of the residuals, duality gap, or total relative error has grown 100000 times greater than its minimum value so far: the primal appears to be infeasible (and the dual unbounded). (The dual residual < TolFun=1.00e-008.)
Is there a way to tell matlab to hold b's within tolerance. it doesn't seem like lb and ub will do the job. Should I subtract b's and equate it to zero and then ub and lb the subtracted value
Need a hint in the right direction. Thank You

Answers (0)

Community Treasure Hunt

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

Start Hunting!