bayes_opt.exception
¶
This module contains custom exceptions for Bayesian Optimization.
- exception bayes_opt.exception.BayesianOptimizationError¶
Base class for exceptions in the Bayesian Optimization.
- exception bayes_opt.exception.ConstraintNotSupportedError¶
Raised when constrained optimization is not supported.
- exception bayes_opt.exception.NoValidPointRegisteredError¶
Raised when an acquisition function depends on previous points but none are registered.
- exception bayes_opt.exception.NotUniqueError¶
A point is non-unique.
- exception bayes_opt.exception.TargetSpaceEmptyError¶
Raised when the target space is empty.