poli.objective_factory

poli.objective_factory#

Creates objective functions by providing a common interface to all factories in the repository.

Functions

create(name, *[, seed, observer_init_info, ...])

Instantiantes a black-box function by calling the create method of the associated factory.

load_config()

Loads the configuration file containing which objectives are registered.

start(name[, seed, caller_info, observer, ...])

Starts the black-box function.