tests.vlse_benchmark package

Module contents

Python interface to the Virtual Library of Simulation Experiments.

tests.vlse_benchmark.get_function_domain(func: str, d: int = 2) list

Get the domain of the function func.

Parameters

funcstr

Name of the function.

dint

Dimension of the input space. Default is 2. Note that some functions have a fixed predefined dimension.

Returns

list

List with the domain boundaries for each dimension.

tests.vlse_benchmark.get_min_function(func: str, d: int = 2) float