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:
parent
69eda3cd18
commit
adde4c4898
9 changed files with 335 additions and 30 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue