wrong file replaced with the right version
This commit is contained in:
parent
aacba6f813
commit
716abe4610
3 changed files with 119 additions and 4 deletions
|
|
@ -95,7 +95,7 @@ set (TEST_LIST
|
|||
t-moStatistics
|
||||
t-moIndexedVectorTabuList
|
||||
# t-moRndIndexedVectorTabuList
|
||||
t-moStdFitnessNeighborStat
|
||||
t-moFitnessVarianceStat
|
||||
t-moStdDevEstimator
|
||||
t-moDynSpanCoolingSchedule
|
||||
t-moTriki
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
Loading…
Add table
Add a link
Reference in a new issue