deephyper.search.hps#

Hyperparameter search algorithms.

Classes

AMBS

AMBS is now deprecated and will be removed in the future use 'CBO' (Centralized Bayesian Optimization) instead!

CBO

Centralized Bayesian Optimisation Search, previously named as "Asynchronous Model-Based Search" (AMBS).

MPIDistributedBO

Distributed Bayesian Optimization Search using MPI to launch parallel search instances.