.. currentmodule:: skopt.optimizer

.. _optimizer:

Optimizer, an ask-and-tell interface
====================================

Use the ``Optimizer`` class directly when you want to control the optimization
loop. We refer to this as the ask-and-tell interface. This class is used
internally to implement the :ref:`minimize-functions`.
