Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 456 Bytes

File metadata and controls

18 lines (13 loc) · 456 Bytes

SMAC

.. currentmodule:: hyperactive.opt

The SMAC backend provides an interface to SMAC3 (Sequential Model-based Algorithm Configuration) optimization algorithms. These optimizers use Bayesian optimization with different surrogate models.

.. autosummary::
    :toctree: ../auto_generated/
    :template: class.rst

    SmacRandomForest
    SmacGaussianProcess
    SmacRandomSearch