Hi,

I have a little knowledge about optimization and I have a simple question. If my convex optimization problem has an inequality constraint that ensures that the optimization variable can't be less than zero and greater than a maximum value and I have an iterative algorithm to solve this problem. My question is, can I handle this constraint with programming by forcing the value of the variable to not be less than zero and larger than the maximum value in each iteration (with the min() and max() functions for example)? or I must handle this constraint by two Lagrangian multipliers?

More Ali Zaher Assaygh's questions See All
Similar questions and discussions