kthohr / optim

OptimLib: a lightweight C++ library of numerical optimization methods for nonlinear functions
https://optimlib.readthedocs.io/en/latest/
Apache License 2.0
809 stars 133 forks source link

Typo in the documentation for Sequential Unconstrained Minimization Technique (sumt, constrained optimization) #42

Closed samirwdhw closed 2 years ago

samirwdhw commented 2 years ago

The document mentions that the solver enforces the constraints, g(x) >= 0. However, looking at the function that is minimized during the optimization (and the code), the constraints it enforces are, g(x) <= 0.

kthohr commented 2 years ago

Fixed.