Optimization solver (cobyqa)#

This module includes the main functions, methods, and objects of COBYQA. Most users should be contented with the function cobyqa.minimize, being the entry point of the COBYQA method.

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

Minimize a real-valued function.

OptimizeResult

Result of the optimization algorithm.

set_loglevel(level)

Set the root logger and the root logger basic handler levels to level, creating the handler if it does not exist yet.

show_versions()

Print debugging information.