Skip to content

Exceptions

givp.GivpError

Bases: Exception

Base class for all givp errors.

givp.InvalidBoundsError

Bases: GivpError, ValueError

Raised when the lower/upper bound vectors are inconsistent.

givp.InvalidInitialGuessError

Bases: GivpError, ValueError

Raised when the initial guess is incompatible with the bounds.

givp.InvalidConfigError

Bases: GivpError, ValueError

Raised when a :class:GraspIlsVndConfig field has an invalid value.

givp.EvaluatorError

Bases: GivpError, RuntimeError

Raised when the user-supplied evaluator misbehaves in a fatal way.

givp.EmptyPoolError

Bases: GivpError, RuntimeError

Raised when an operation is attempted on an empty elite pool.