MCPcopy
hub / github.com/hyperopt/hyperopt / test_basic_pt125

Method test_basic_pt125

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

Source from the content-addressed store, hash-verified

517 self.work(q=0.5)
518
519 def test_basic_pt125(self):
520 self.work(q=0.125)
521
522 def test_bounded_1(self):
523 self.work(q=1, low=2, high=4)

Callers

nothing calls this directly

Calls 1

workMethod · 0.95

Tested by

no test coverage detected