MCPcopy
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
150class SequentialExecutor:

Callers 2

minimizeMethod · 0.45
test_sequential_executorFunction · 0.45

Calls

no outgoing calls

Tested by 1

test_sequential_executorFunction · 0.36