Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/facebookresearch/nevergrad
/ f
Function
f
nevergrad/optimization/test_optimizerlib.py:391–392 ·
view source on GitHub ↗
(x)
Source
from the content-addressed store, hash-verified
389
raise
SkipTest(
"Skipped because too intricated for this kind of tests!"
)
390
391
def
f(x):
392
return
sum((x - 1.1) ** 2)
393
394
def
mf(x):
395
return
sum((x + 1.1) ** 2)
Callers
2
minimize
Method · 0.70
test_voronoide
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected