MCPcopy Create free account
hub / github.com/bayesian-optimization/BayesianOptimization / TargetSpaceEmptyError

Class TargetSpaceEmptyError

bayes_opt/exception.py:30–31  ·  view source on GitHub ↗

Raised when the target space is empty.

Source from the content-addressed store, hash-verified

28
29
30class TargetSpaceEmptyError(BayesianOptimizationError):
31 """Raised when the target space is empty."""

Callers 3

suggestMethod · 0.90
suggestMethod · 0.90
suggestMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected