Class: EloBrain::EloCalculations::Variation
- Inherits:
-
Object
- Object
- EloBrain::EloCalculations::Variation
- Defined in:
- lib/elo_brain/elo_calculations/variation.rb
Constant Summary collapse
- MAX_PROBABILITY =
1.0
Instance Method Summary collapse
Instance Method Details
#new_elo(_elo:, _development_coefficient:, _win_probability:) ⇒ Object
7 8 9 |
# File 'lib/elo_brain/elo_calculations/variation.rb', line 7 def new_elo(_elo:, _development_coefficient:, _win_probability:) 'Must call a strategy' end |