X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=bayeswf.cpp;h=1a4893050f4d3520479785f6ccec9cfa0819bad0;hb=e6ad3fff4d7f562c9c68948b340777c90d4867c0;hp=f74562911be03700df74bd5a635415305fcbe11d;hpb=466dba7f5659cb4e68c13b2928ddbcab9e54d4b3;p=wloh diff --git a/bayeswf.cpp b/bayeswf.cpp index f745629..1a48930 100644 --- a/bayeswf.cpp +++ b/bayeswf.cpp @@ -10,7 +10,11 @@ using namespace std; -#define MAX_PLAYERS 16 +#define MAX_PLAYERS 4096 + +float mu[MAX_PLAYERS]; +float sigma[MAX_PLAYERS]; + #define EPSILON 1e-3 /*