Optimization solver#

This module is the entry point of the COBYQA solver. Most users will only need to use the minimize function.

minimize(fun, x0[, args, xl, xu, aub, bub, ...])

Minimize a scalar function using the COBYQA method.

show_versions()

Display useful system information and the versions of the dependencies.