MCPcopy Index your code
hub / github.com/hyperopt/hyperopt / suggest

Method suggest

hyperopt/tests/test_base.py:83–85  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

81 def make_tst_class(cls, suggest, domain, name):
82 class Tester(unittest.TestCase, cls):
83 def suggest(self, *args, **kwargs):
84 print(args, kwargs)
85 return suggest(*args, **kwargs)
86
87 def setUp(self):
88 self.domain = domain

Callers 3

suggestFunction · 0.80
idxs_vals_from_idsMethod · 0.80
test_seedingMethod · 0.80

Calls 1

suggestFunction · 0.50

Tested by

no test coverage detected