wrong file replaced with the right version

This commit is contained in:
LPTK 2013-06-13 14:16:07 +02:00
commit 716abe4610
3 changed files with 119 additions and 4 deletions

View file

@ -95,7 +95,7 @@ set (TEST_LIST
t-moStatistics
t-moIndexedVectorTabuList
# t-moRndIndexedVectorTabuList
t-moStdFitnessNeighborStat
t-moFitnessVarianceStat
t-moStdDevEstimator
t-moDynSpanCoolingSchedule
t-moTriki

View file

@ -4,7 +4,7 @@
#include <eo>
//#include "eoReal.h"
#include "continuator/moStdFitnessNeighborStat.h"
#include "continuator/moFitnessVarianceStat.h"
#include "neighborhood/moRealNeighbor.h"
#include "neighborhood/moRealNeighborhood.h"
@ -15,8 +15,8 @@ typedef moRealNeighbor< EOT > Neighbor;
int main(int ac, char** av)
{
moNeighborhoodStat<Neighbor> nhStat
moStdFitnessNeighborStat<Neighbor> stat(nhStat);
//moNeighborhoodStat<Neighbor> nhStat
moFitnessVarianceStat<Neighbor> stat();
EOT solution(2, 5);
stat(solution);
//assert(stat.value() == 1);