Skip to content

Errors

All surrox exceptions inherit from SurroxError.

surrox.SurroxError

Bases: Exception

Base exception for all surrox errors.

surrox.exceptions.ProblemDefinitionError

Bases: SurroxError

Raised when a problem definition is invalid.

surrox.exceptions.ConfigurationError

Bases: SurroxError

Raised when a configuration value is invalid.

surrox.exceptions.SurrogateTrainingError

Bases: SurroxError

Raised when surrogate training fails.

surrox.exceptions.OptimizationError

Bases: SurroxError

Raised when optimization fails.

surrox.exceptions.AnalysisError

Bases: SurroxError

Raised when an analysis operation fails.