]> git.sesse.net Git - wloh/commitdiff
Support more players.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Mon, 20 May 2013 12:37:27 +0000 (14:37 +0200)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Mon, 20 May 2013 12:37:27 +0000 (14:37 +0200)
bayeswf.cpp

index eee6882e4e18f59dcc9c2b8f37f950e22b3d6e13..006ac2857fa7e2ed1db8b9c0df1b07152de3123d 100644 (file)
@@ -15,7 +15,7 @@ using namespace Eigen;
 
 #define PRIOR_MU 500
 #define PRIOR_WEIGHT 1.0
-#define MAX_PLAYERS 4096
+#define MAX_PLAYERS 8192
 #define DUMP_RAW 0
 #define USE_DB 1