MCPcopy
hub / github.com/hyperopt/hyperopt / InvalidResultStatus

Class InvalidResultStatus

hyperopt/exceptions.py:21–26  ·  view source on GitHub ↗

Status of fmin evaluation was not in base.STATUS_STRINGS

Source from the content-addressed store, hash-verified

19
20
21class InvalidResultStatus(ValueError):
22 """Status of fmin evaluation was not in base.STATUS_STRINGS"""
23
24 def __init__(self, result):
25 ValueError.__init__(self)
26 self.result = result
27
28
29class InvalidLoss(ValueError):

Callers 2

evaluateMethod · 0.85
evaluate_async2Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected