MCPcopy
hub / github.com/hyperopt/hyperopt / get

Method get

hyperopt/ipy.py:229–233  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

227 return self.asynchronous.ready()
228
229 def get(self):
230 if self.asynchronous.successful():
231 val = self.asynchronous.get()
232 return self.domain.evaluate_async2(val, self.ctrl)
233 return self.rv
234
235 pass
236

Callers 15

hp_randintMethod · 0.80
get_objFunction · 0.80
miscs_update_idxs_valsFunction · 0.80
lossesMethod · 0.80
statusesMethod · 0.80
average_best_errorMethod · 0.80
memo_from_configMethod · 0.80
lossMethod · 0.80
loss_varianceMethod · 0.80
refreshMethod · 0.80
fminMethod · 0.80
fminFunction · 0.80

Calls 1

evaluate_async2Method · 0.80

Tested by 2

workMethod · 0.64
workMethod · 0.64