MCPcopy
hub / github.com/hyperopt/hyperopt / vals_by_label

Method vals_by_label

hyperopt/vectorize.py:429–433  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

427 return {name: self.idxs_memo[node] for name, node in list(self.params.items())}
428
429 def vals_by_label(self):
430 return {
431 name: self.take_memo[node][0].pos_args[1]
432 for name, node in list(self.params.items())
433 }

Callers 7

test_vectorize_trivialFunction · 0.95
test_vectorize_simpleFunction · 0.95
test_vectorize_multipathFunction · 0.95
test_vectorize_config0Function · 0.95
__init__Method · 0.80
__init__Method · 0.80
build_posterior_wrapperFunction · 0.80

Calls 1

itemsMethod · 0.80

Tested by 4

test_vectorize_trivialFunction · 0.76
test_vectorize_simpleFunction · 0.76
test_vectorize_multipathFunction · 0.76
test_vectorize_config0Function · 0.76