MCPcopy
hub / github.com/hyperopt/hyperopt / test_basic

Method test_basic

hyperopt/tests/unit/test_tpe.py:434–435  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

432 assert np.median(err) < 0.01
433
434 def test_basic(self):
435 self.work()
436
437 def test_bounded(self):
438 self.work(low=2, high=4)

Callers

nothing calls this directly

Calls 1

workMethod · 0.95

Tested by

no test coverage detected