2 |
[url=https://github.
com/ZeroK-RTS/Zero-K-Infrastructure/blob/fb41815993843f0facae823206ea0bbf5bbee90d/ZkData/Ef/Account.
cs]Account.
cs[/url]
has
to
be
considered,
too.
The
formulas
for
weighting
are
more
complex
than
I
thought.
I'm
not
even
sure
yet
if
they
leave
total
elo
average
unchanged.
Does
anybody
know
the
values
for
EloWeightMax
and
EloWeightMalusFactor?
They
are
global
constants.
I
know
enough
relations
so
that
one
of
both
values
should
be
enough.
|
2 |
[url=https://github.
com/ZeroK-RTS/Zero-K-Infrastructure/blob/fb41815993843f0facae823206ea0bbf5bbee90d/ZkData/Ef/Account.
cs]Account.
cs[/url]
has
to
be
considered,
too.
The
formulas
for
weighting
are
more
complex
than
I
thought.
I'm
not
even
sure
yet
if
they
leave
total
elo
average
unchanged.
Does
anybody
know
the
values
for
EloWeightMax
and
EloWeightMalusFactor?
They
are
global
constants.
I
know
enough
relations
so
that
one
of
both
values
should
be
enough.
[spoiler]SpringBattle.
cs's
line
143
can
be
simplified
to
"var
eLose
=
1
-
eWin;"[/spoiler]
|