4 |
Just given the order of player's elo (not the elo themselves, just as you suggested), you cannot conceive a matching algorithm that creates balanced games for all cases.
|
4 |
Just given the order of player's elo (not the elo themselves, just as you suggested), you cannot conceive a matching algorithm that creates balanced games for all cases.
|
6 |
Just
as
an
example,
the
player
elos
1900,
1701,
1700,
1501,
1500,
1300
need
to
be
balanced
differently
than
the
elos
1901,
1900,
1701,
1700,
1501,
1500,
but
they
would
inevitable
yield
identical
matchups
with
your
approach.
|
6 |
Just
as
an
example,
the
player
elos
1900,
1701,
1700,
1501,
1500,
1300
need
to
be
balanced
differently
than
the
elos
1901,
1900,
1701,
1700,
1501,
1500,
but
they
would
inevitable
yield
identical
matchups
with
your
approach
(
since
the
elo
order
is
the
same)
.
|