]> git.sesse.net Git - foosball/history - foosrank.cpp
Adjusted initial parameters for maximum prediction power; in particular,
[foosball] / foosrank.cpp
2007-12-09 Steinar H. Gunderson"Fix" a memory leak.
2007-12-09 Steinar H. GundersonAdd a SWIG interface, to be able to run recalc-single...
2007-12-09 Steinar H. GundersonAbolish non-const references.
2007-12-09 Steinar H. GundersonRemove an obsolete if.
2007-12-08 Steinar H. GundersonSwitch to the standard normalization of the logistic...
2007-12-08 Steinar H. GundersonNow Simpson's rule works like a charm... Odd.
2007-12-08 Steinar H. GundersonMinor integration tweaks.
2007-12-08 Steinar H. GundersonImplement proper probabilities (integrating the entire...
2007-12-02 Steinar H. GundersonOptimize the sech²(x) function a bit.
2007-12-02 Steinar H. GundersonMake the initial rating/RD constants instead of hard...
2007-12-02 Steinar H. GundersonSupport the logistic distribution in addition to the...
2007-10-21 Steinar H. GundersonAnother reserve().
2007-10-21 Steinar H. GundersonRemove another mul or so.
2007-10-21 Steinar H. GundersonChange a few divs by constants to muls.
2007-10-21 Steinar H. GundersonPre-size one vector.
2007-10-21 Steinar H. GundersonGeneralize the Gauss-Jordan solver to arbitrary sizes...
2007-10-21 Steinar H. GundersonMore cleanups, and statify.
2007-10-21 Steinar H. GundersonUse C++ headers.
2007-10-21 Steinar H. GundersonMinor cleanups and optimizations.
2007-10-17 Steinar H. GundersonSupport double assessment, now that it's fast.
2007-10-17 Steinar H. GundersonSwitch to FFT-based calculation. Much, much faster!
2007-10-17 Steinar H. GundersonFix another bad double bug...
2007-10-11 Steinar H. GundersonTypofix.
2007-10-11 Steinar H. GundersonInvert the sign in the inner integral, as it's then...
2007-10-11 Steinar H. GundersonSwitch to more accurate double score calculation.
2007-10-10 Steinar H. GundersonPrecompute the binomial as a single value instead of...
2007-10-10 Steinar H. GundersonMake a common function for the Simpson integration...
2007-10-08 Steinar H. GundersonRemove a double negative.
2007-10-08 Steinar H. GundersonSupport k != 10, ie. the new table.
2007-10-05 Steinar H. Gundersonfoorank -> foosrank