]> git.sesse.net Git - wloh/history - bayeswf.cpp
Remove dead function print_navbar().
[wloh] / bayeswf.cpp
2012-10-24 Steinar H. GundersonIn bayeswf, dump aux_params before the others, since...
2012-10-23 Steinar H. GundersonFix the C++ database insertion.
2012-08-29 Steinar H. GundersonRemove some debug output.
2012-08-29 Steinar H. GundersonStore all player IDs as ints instead of strings. Less...
2012-08-29 Steinar H. GundersonMove most of the train.pl logic into C++. Faster, and...
2012-05-30 Steinar H. GundersonStore the aux params in textual form in the database...
2012-03-22 Steinar H. GundersonFix a leftover 1700 value in the README.
2012-03-20 Steinar H. GundersonStore covariance matrix when training model.
2012-03-20 Steinar H. GundersonUse the matrix class from Eigen directly instead of...
2012-03-20 Steinar H. GundersonInvert the Hessian using Eigen instead of just using...
2012-03-19 Steinar H. GundersonTake prior into account when computing Hessian.
2012-03-19 Steinar H. GundersonFix rating display after the stddev changes.
2012-03-18 Steinar H. GundersonCompute and calculate standard deviations.
2012-03-18 Steinar H. GundersonRemove individual sigmas.
2012-03-18 Steinar H. GundersonMake the Hessian calculation use the new all_matches...
2012-03-18 Steinar H. GundersonStore a vector of all matches; 90% of the time was...
2012-03-18 Steinar H. GundersonFix update_prior_sigma(); it should not have anything...
2012-03-18 Steinar H. GundersonCompute and store total log-likelihood of model.
2012-03-18 Steinar H. GundersonAdd an optional prior weight. Does not seem to give...
2012-03-18 Steinar H. GundersonMerge branch 'master' of /srv/git.sesse.net/www/wloh
2012-03-18 Steinar H. GundersonMinor constantification.
2012-03-18 Steinar H. GundersonAdd an option to dump out the raw scores, for observati...
2012-03-18 Steinar H. GundersonAdd an option to dump out the raw scores, for observati...
2012-03-17 Steinar H. GundersonMake update_prior_sigma care about weight.
2012-03-17 Steinar H. GundersonOptimize for the prior sigma, and stop renormalizing...
2012-03-17 Steinar H. GundersonAdd a prior, to smooth out the mu a bit.
2012-03-17 Steinar H. GundersonMake the output more machine-friendly.
2012-03-17 Steinar H. GundersonDon't print out Hessian by default.
2012-03-17 Steinar H. GundersonTake weight into account in Hessian.
2012-03-17 Steinar H. GundersonCompute the Hessian instead of the Fisher information...
2012-03-17 Steinar H. GundersonOptimize global sigma.
2012-03-16 Steinar H. GundersonAdd weight to all matches, and optimize mu based on it.
2012-03-16 Steinar H. GundersonUse sum-of-squares instead absolute-single-greatest...
2012-03-16 Steinar H. Gundersonsizeof() should be concrete variables when possible.
2012-03-16 Steinar H. GundersonIncrease the max number of iterations a bit.
2012-03-16 Steinar H. GundersonOnly dump scores once, at the very end.
2012-03-16 Steinar H. GundersonMore sensible dumping.
2012-03-16 Steinar H. GundersonIncrease MAX_PLAYERS a lot.
2012-03-16 Steinar H. GundersonInitial commit.