MCPcopy Index your code
hub / github.com/hyperopt/hyperopt / InvalidLoss

Class InvalidLoss

hyperopt/exceptions.py:29–34  ·  view source on GitHub ↗

fmin evaluation returned invalid loss value

Source from the content-addressed store, hash-verified

27
28
29class InvalidLoss(ValueError):
30 """fmin evaluation returned invalid loss value"""
31
32 def __init__(self, result):
33 ValueError.__init__(self)
34 self.result = result
35
36
37class AllTrialsFailed(Exception):

Callers 2

evaluateMethod · 0.85
evaluate_async2Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected