MCPcopy
hub / github.com/hyperopt/hyperopt / exhaust

Method exhaust

hyperopt/fmin.py:362–366  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

360 return self.trials
361
362 def exhaust(self):
363 n_done = len(self.trials)
364 self.run(self.max_evals - n_done, block_until_done=self.asynchronous)
365 self.trials.refresh()
366 return self
367
368
369def fmin(

Callers 1

fminFunction · 0.95

Calls 2

runMethod · 0.95
refreshMethod · 0.45

Tested by

no test coverage detected