MCPcopy
hub / github.com/hyperopt/hyperopt / idxs_by_label

Method idxs_by_label

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

Source from the content-addressed store, hash-verified

424 return wanted_vals
425
426 def idxs_by_label(self):
427 return {name: self.idxs_memo[node] for name, node in list(self.params.items())}
428
429 def vals_by_label(self):
430 return {

Callers 6

test_vectorize_trivialFunction · 0.95
test_vectorize_simpleFunction · 0.95
test_vectorize_multipathFunction · 0.95
test_vectorize_config0Function · 0.95
__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