Synthetic Function#
Overview Information Here: boa.metrics
- class boa.metrics.synthetic_funcs.Hartmann4(*args, **kwargs)[source]#
Bases:
Hartmann- Parameters
dim – The (input) dimension.
noise_std – Standard deviation of the observation noise.
negate – If True, negate the function.
bounds – Custom bounds for the function specified as (lower, upper) pairs.
- boa.metrics.synthetic_funcs.get_synth_func(metric_name: str) botorch.test_functions.synthetic.SyntheticTestFunction | ax.utils.measurement.synthetic_functions.SyntheticFunction[source]#
- Parameters
metric_name (str) –
- Return type
botorch.test_functions.synthetic.SyntheticTestFunction | ax.utils.measurement.synthetic_functions.SyntheticFunction