.. _api: API documentation ================= :Release: |release| :Date: |today| .. currentmodule:: cobyqa This section references a manual for using COBYQA. Most users will only need to use the `minimize` function. An :ref:`installation ` guide and :ref:`usage ` examples are provided in the :ref:`user guide `. .. toctree:: :maxdepth: 2 solver The implementation of COBYQA is documented in the :ref:`developer guide `. It is completely unnecessary to read the :ref:`developer guide ` to use COBYQA, and it only provides insights for people interested in the development of derivative-free optimization methods.