coulom@remis-macbook:~/Downloads/BayesElo>make
g++ -o bayeselo -O3 -Wall bayeselo.cpp
coulom@remis-macbook:~/Downloads/BayesElo>./bayeselo
version 0057, Copyright (C) 1997-2010 Remi Coulom.
compiled Oct 30 2010 09:26:57.
This program comes with ABSOLUTELY NO WARRANTY.
This is free software, and you are welcome to redistribute it
under the terms and conditions of the GNU General Public License.
See http://www.gnu.org/copyleft/gpl.html for details.
ResultSet>elo
ResultSet-EloRating>advantage
32.8
I think I found the cause of this one. It looks to me like the copy of bayeselo source we are using was modified to set the default advantage to zero (see line 139 here). I really don't understand why.
Sorry for that; I've only been working with the code for about 2 weeks and all the other developers are missing at the moment.