module documentation

A short yet complete example experiment script with restarts and batching.

Arguments

This script must be called with 1-3 arguments:

budget_multiplier [number_of_batches batch_to_execute]

budget_multiplier times dimension is the budget within which problem instances are run repeatedly as long as too few successes are observed.

batch_to_execute can only be omitted when number_of_batches == 1. When number_of_batches > 1, the script must be executed repeatedly (e.g., in parallel) with the different values for batch_to_execute = 0..number_of_batches-1 to get data for the full experiment.

Usage

To apply the code to a different solver/algorithm, fmin must be re-assigned or re-defined accordingly, and the below code must be edited at the two places marked with "### input" around lines 40 and 80.

See also: https://numbbo.it/getting-started/experiment-python.html

Variable __author__ Undocumented
Variable __copyright__ Undocumented
Variable batcher Undocumented
Variable cma Undocumented
Variable dsl Undocumented
Variable final_condition Undocumented
Variable final_conditions Undocumented
Variable minimal_print Undocumented
Variable observer Undocumented
Variable output_folder Undocumented
Variable repeater Undocumented
Variable res Undocumented
Variable scipy Undocumented
Variable suite Undocumented
Variable suite_name Undocumented
Variable time0 Undocumented
Variable time1 Undocumented
Variable timings Undocumented
Variable ts Undocumented
Variable xopt Undocumented
__author__: str =

Undocumented

__copyright__: str =

Undocumented

batcher =

Undocumented

cma =

Undocumented

dsl =

Undocumented

final_condition =

Undocumented

final_conditions =

Undocumented

minimal_print =

Undocumented

observer =

Undocumented

output_folder =

Undocumented

repeater =

Undocumented

res =

Undocumented

scipy =

Undocumented

suite =

Undocumented

suite_name: str =

Undocumented

time0 =

Undocumented

time1 =

Undocumented

timings =

Undocumented

ts =

Undocumented

xopt =

Undocumented