API documentation#
- Release:
1.0.0
- Date:
December 08, 2023
This section references a manual for using COBYQA in Python.
Most users will only need to use the minimize
function.
An installation guide and usage examples are provided in the user guide.
The implementation of COBYQA is documented in the developer guide. It is completely unnecessary to read the developer guide to use COBYQA, and it only provides insights for people interested in the development of derivative-free optimization methods.