File: optimizer.rst

package info (click to toggle)
scikit-optimize 0.10.2-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 7,672 kB
  • sloc: python: 10,659; javascript: 438; makefile: 136; sh: 6
file content (10 lines) | stat: -rw-r--r-- 334 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
.. 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`.