MCPcopy
hub / github.com/hyperopt/hyperopt / __init__

Method __init__

hyperopt/base.py:289–295  ·  view source on GitHub ↗
(self, exp_key=None, refresh=True)

Source from the content-addressed store, hash-verified

287 asynchronous = False
288
289 def __init__(self, exp_key=None, refresh=True):
290 self._ids = set()
291 self._dynamic_trials = []
292 self._exp_key = exp_key
293 self.attachments = {}
294 if refresh:
295 self.refresh()
296
297 def view(self, exp_key=None, refresh=True):
298 rval = object.__new__(self.__class__)

Callers

nothing calls this directly

Calls 1

refreshMethod · 0.95

Tested by

no test coverage detected