solnp
There are 2 repositories under solnp topic.
KristerSJakobsson/solnp
C++ implementation of the SQP algorithm SOLNP, utilizing Lagrangian Relaxation to handle both Inequality and Equality constraint functions. Good for solving constrained objective functions on convex surfaces.
KristerSJakobsson/pygosolnp
Python GOSOLNP implementation based on pysolnp. This algorithm solves Global Optimization problems with optional equality and/or inequality constraints.