class EloBrain::EloCalculations::Variation

Constants

MAX_PROBABILITY

Public Instance Methods

new_elo(_elo:, _development_coefficient:, _win_probability:) click to toggle source
# File lib/elo_brain/elo_calculations/variation.rb, line 7
def new_elo(_elo:, _development_coefficient:, _win_probability:)
  'Must call a strategy'
end