I have written my own code to implement BFGS method for unconstrained problem(FORTRAN). But now I want to convert the same code for solving box constrained optimization problems. How can I go about to accomplish this using the BFGS method?
Thank you for any help :) .