Class: EloBrain::EloCalculations::Variation

Inherits:
Object
  • Object
show all
Defined in:
lib/elo_brain/elo_calculations/variation.rb

Direct Known Subclasses

Looser, Winner

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