MCPcopy Create free account
hub / github.com/bayesian-optimization/BayesianOptimization / target_space

Function target_space

tests/test_acquisition.py:55–56  ·  view source on GitHub ↗
(target_func)

Source from the content-addressed store, hash-verified

53
54@pytest.fixture
55def target_space(target_func):
56 return TargetSpace(target_func=target_func, pbounds={"x": (1, 4), "y": (0, 3.0)})
57
58
59@pytest.fixture

Callers

nothing calls this directly

Calls 1

TargetSpaceClass · 0.90

Tested by

no test coverage detected