MCPcopy
hub / github.com/hyperopt/hyperopt / test_bounded_1

Method test_bounded_1

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

Source from the content-addressed store, hash-verified

520 self.work(q=0.125)
521
522 def test_bounded_1(self):
523 self.work(q=1, low=2, high=4)
524
525 def test_bounded_2(self):
526 self.work(q=2, low=2, high=4)

Callers

nothing calls this directly

Calls 1

workMethod · 0.95

Tested by

no test coverage detected