run module¶
This is the main module of the framework.
-
run.problem_ids¶ List of problem IDs to solve.
Type: list
-
run.model¶ Model object.
Type: core.Model
-
run.build_surrogate¶ Whether to build a surrogate.
Type: bool
-
run.load_surrogate¶ Whether to load a surrogate.
Type: bool
-
run.train_from_data¶ Whether to train from data.
Type: bool
-
run.perform_optimization¶ Whether to perform optimization.
Type: bool
-
run.surrogate¶ Surrogate object.
Type: core.Surrogate
-
run.optimization¶ Optimization object.
Type: core.Optimization
-
run.optimize(surrogate)¶ Optimization.
Parameters: surrogate (core.Surrogate/None) – The surrogate object
-
run.reload_surrogate()¶ Reloads a saved surrogate model.
-
run.train_surrogate()¶ Training of the surrogate model.