feijoa package#

Subpackages#

Submodules#

feijoa.exceptions module#

exception feijoa.exceptions.DBVersionError#

Bases: feijoa.exceptions.FeijoaError

Raises if the loaded storage version does not match the current version

args#
exception feijoa.exceptions.DuplicatedJobError#

Bases: feijoa.exceptions.FeijoaError

Raises if the specified job name already exists in the storage.

args#
exception feijoa.exceptions.ExperimentNotFinishedError#

Bases: feijoa.exceptions.FeijoaError

Raises if an attempt was made to inform the search oracles that the experiment was not completed. To complete the experiment, you must call the .success_finish() method

args#
exception feijoa.exceptions.InsertExperimentWithTheExistedId#

Bases: feijoa.exceptions.FeijoaError

Raises if the specified experiment with current id is already exists in db storage.

args#
exception feijoa.exceptions.InvalidOptimizer#

Bases: feijoa.exceptions.FeijoaError

Raises if specified optimizer class doesn’t inherit from MetaSearchOracle.

args#
exception feijoa.exceptions.InvalidStoragePassed#

Bases: feijoa.exceptions.FeijoaError

Raises if the specified object is not a storage.

args#
exception feijoa.exceptions.InvalidStorageRFC1738#

Bases: feijoa.exceptions.FeijoaError

Raises if you could not parse rfc1738 URL from specified string.

args#
exception feijoa.exceptions.JobNotFoundError#

Bases: feijoa.exceptions.FeijoaError

Raises if the specified job name not exists in the storage.

args#
exception feijoa.exceptions.PackageNotInstalledError#

Bases: feijoa.exceptions.FeijoaError

Raises if an attempt to import a package was not successful.

args#
exception feijoa.exceptions.ParametersIncorrectInputValues#

Bases: feijoa.exceptions.FeijoaError

Raises if incorrect values passed to parameter’s constructor.

args#
exception feijoa.exceptions.SearchOracleNotFoundedError#

Bases: feijoa.exceptions.FeijoaError

Raises if the chosen search oracle not founded.

args#

Module contents#