nlopt icon indicating copy to clipboard operation
nlopt copied to clipboard

computing Lagrange multipliers

Open stevengj opened this issue 4 years ago • 1 comments

As I noted here, it is pretty easy to compute Lagrange multipliers, given an optimum x computed by any optimization algorithm, by solving a small least-squares problem. Since people occasionally ask for this information, it might be nice to provide a function for this.

stevengj avatar Apr 27 '20 20:04 stevengj

You can find such an implementation here in the OpenTURNS library. It was needed by some of our users to compute the sensitivity of the optimal value of the objective function wrt the bounds of the constraints.

regislebrun avatar Jul 14 '20 08:07 regislebrun