Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/facebookresearch/nevergrad
/ result
Method
result
nevergrad/optimization/utils.py:143–147 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
141
return
True
142
143
def
result(self) -> tp.Any:
144
if
not self._computed:
145
self._result = self.func(*self.args, **self.kwargs)
146
self._computed = True
147
return
self._result
148
149
150
class
SequentialExecutor:
Callers
2
minimize
Method · 0.45
test_sequential_executor
Function · 0.45
Calls
no outgoing calls
Tested by
1
test_sequential_executor
Function · 0.36