Source code for botorch.exceptions.errors
#!/usr/bin/env python3
r"""
Botorch Errors.
"""
[docs]class CandidateGenerationError(BotorchError):
r"""Exception raised during generating candidates."""
pass
#!/usr/bin/env python3
r"""
Botorch Errors.
"""
[docs]class CandidateGenerationError(BotorchError):
r"""Exception raised during generating candidates."""
pass