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, bounds, ...]) Minimize a scalar function using the COBYQA method. show_versions() Display useful system and dependencies information.