Exception: DecisionAgent::InvalidWeightError
- Defined in:
- lib/decision_agent/errors.rb
Instance Method Summary collapse
-
#initialize(weight) ⇒ InvalidWeightError
constructor
A new instance of InvalidWeightError.
Constructor Details
#initialize(weight) ⇒ InvalidWeightError
60 61 62 |
# File 'lib/decision_agent/errors.rb', line 60 def initialize(weight) super("Weight must be between 0.0 and 1.0, got: #{weight}") end |