I have the following convex optimization problem
minimize f(x)
subject to box constraints x ∈ [a, b].
I have already solved the unconstrained problem using BFGS and I want to use the same(BFGS method) to solve the problem with box constraints. Can anyone please suggest the way on how to accomplish this? Any help would be appreciated.