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

Class NotUniqueError

bayes_opt/exception.py:18–19  ·  view source on GitHub ↗

A point is non-unique.

Source from the content-addressed store, hash-verified

16
17
18class NotUniqueError(BayesianOptimizationError):
19 """A point is non-unique."""
20
21
22class ConstraintNotSupportedError(BayesianOptimizationError):

Callers 1

registerMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected