botorch.exceptions

Errors

Botorch Errors.

BotorchError

class botorch.exceptions.errors.BotorchError[source]

Base botorch exception.

CandidateGenerationError

class botorch.exceptions.errors.CandidateGenerationError[source]

Exception raised during generating candidates.

UnsupportedError

class botorch.exceptions.errors.UnsupportedError[source]

Currently unsupported feature.

Warnings

Botorch Warnings.

BotorchWarning

class botorch.exceptions.warnings.BotorchWarning[source]

Base botorch warning.

BadInitialCandidatesWarning

class botorch.exceptions.warnings.BadInitialCandidatesWarning[source]

Warning issued if set of initial candidates for optimziation is bad.