Add the autocorrelation sampling

git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@1777 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
verel 2010-05-04 16:37:22 +00:00
commit adde4c4898
9 changed files with 335 additions and 30 deletions

View file

@ -50,7 +50,6 @@ using namespace std;
// the sampling class
#include <sampling/moSampling.h>
// Declaration of types
//-----------------------------------------------------------------------------
// Indi is the typedef of the solution type like in paradisEO-eo
@ -181,7 +180,7 @@ void main_function(int argc, char **argv)
* ========================================================= */
// fitness of the solution at each step
moFitnessStat<Indi, unsigned> fStat;
moFitnessStat<Indi> fStat;
// Hamming distance to the global optimum
eoHammingDistance<Indi> distance; // Hamming distance