]> git.sesse.net Git - wloh/blobdiff - bayeswf.cpp
Increase MAX_PLAYERS a lot.
[wloh] / bayeswf.cpp
index f74562911be03700df74bd5a635415305fcbe11d..1a4893050f4d3520479785f6ccec9cfa0819bad0 100644 (file)
 
 using namespace std;
 
-#define MAX_PLAYERS 16
+#define MAX_PLAYERS 4096
+
+float mu[MAX_PLAYERS];
+float sigma[MAX_PLAYERS];
+
 #define EPSILON 1e-3
 
 /*