Encore du nettoyage
git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@1814 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
3d8057ac4d
commit
02e5cfb6c0
66 changed files with 987 additions and 1785 deletions
|
|
@ -37,26 +37,26 @@ Contact: paradiseo-help@lists.gforge.inria.fr
|
|||
#include <utils/eoDistance.h>
|
||||
#include <eval/oneMaxEval.h>
|
||||
|
||||
int main(){
|
||||
int main() {
|
||||
|
||||
std::cout << "[t-moNeutralWalkSampling] => START" << std::endl;
|
||||
std::cout << "[t-moNeutralWalkSampling] => START" << std::endl;
|
||||
|
||||
bitNeighborhood nh(4);
|
||||
oneMaxEval<bitVector> fullEval;
|
||||
evalOneMax eval(4);
|
||||
dummyInit2 init(4);
|
||||
bitVector sol(4, true);
|
||||
sol.fitness(4);
|
||||
eoHammingDistance<bitVector> dist;
|
||||
bitNeighborhood nh(4);
|
||||
oneMaxEval<bitVector> fullEval;
|
||||
evalOneMax eval(4);
|
||||
dummyInit2 init(4);
|
||||
bitVector sol(4, true);
|
||||
sol.fitness(4);
|
||||
eoHammingDistance<bitVector> dist;
|
||||
|
||||
moNeutralWalkSampling<bitNeighbor> test(sol, nh, fullEval, eval, dist, 3);
|
||||
moNeutralWalkSampling<bitNeighbor> test(sol, nh, fullEval, eval, dist, 3);
|
||||
|
||||
test();
|
||||
test();
|
||||
|
||||
test.fileExport("outputTestNeutralWalkSampling");
|
||||
test.fileExport("outputTestNeutralWalkSampling");
|
||||
|
||||
std::cout << "[t-moNeutralWalkSampling] => OK" << std::endl;
|
||||
std::cout << "[t-moNeutralWalkSampling] => OK" << std::endl;
|
||||
|
||||
return EXIT_SUCCESS;
|
||||
return EXIT_SUCCESS;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue