poli.core.util.objective_management.make_run_script

poli.core.util.objective_management.make_run_script#

This module contains utilities for creating run scripts for problems and observers.

Functions

make_isolated_function_script(isolated_function)

Create a script to run the given black box, returning its location.

make_observer_script(observer[, ...])

Create a script to run the given observer.

make_run_script(problem_factory[, ...])

Create a run script for a given problem factory.