We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c75c9d commit 6cf9d47Copy full SHA for 6cf9d47
examples/elo_tourney.rb
@@ -53,7 +53,7 @@ def rank
53
(pool.count - rc).upto(pool.count - 1) { |i|
54
pool[i] = Elo::Player.new(skill: rand.round(3))
55
}
56
- puts "Retired the bottom 10%; average rating: #{avg_rating(pool)}"
+ puts "Retired the bottom 5%; average rating: #{avg_rating(pool)}"
57
58
# take top 64 for the tournament
59
puts
0 commit comments