Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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_randint
Method · 0.80
get_obj
Function · 0.80
miscs_update_idxs_vals
Function · 0.80
losses
Method · 0.80
statuses
Method · 0.80
average_best_error
Method · 0.80
memo_from_config
Method · 0.80
loss
Method · 0.80
loss_variance
Method · 0.80
refresh
Method · 0.80
fmin
Method · 0.80
fmin
Function · 0.80
Calls
1
evaluate_async2
Method · 0.80
Tested by
2
work
Method · 0.64
work
Method · 0.64