Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bayesian-optimization/BayesianOptimization
/ target_func
Function
target_func
tests/test_acquisition.py:40–41 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
38
39
@pytest.fixture
40
def
target_func():
41
return
lambda
x: sum(x)
42
43
44
@pytest.fixture
Callers
1
test_constant_liar
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected