Updated includes on mo/sampling
This commit is contained in:
parent
0c4937453e
commit
ea8510ce32
15 changed files with 125 additions and 119 deletions
|
|
@ -35,13 +35,13 @@
|
|||
#ifndef moMHBestFitnessCloudSampling_h
|
||||
#define moMHBestFitnessCloudSampling_h
|
||||
|
||||
#include <eoInit.h>
|
||||
#include <neighborhood/moNeighborhood.h>
|
||||
#include <eval/moEval.h>
|
||||
#include <eoEvalFunc.h>
|
||||
#include <algo/moMetropolisHasting.h>
|
||||
#include <continuator/moNeighborBestStat.h>
|
||||
#include <sampling/moFitnessCloudSampling.h>
|
||||
#include <paradiseo/eo/eoInit.h>
|
||||
#include "../neighborhood/moNeighborhood.h"
|
||||
#include "../eval/moEval.h"
|
||||
#include <paradiseo/eo/eoEvalFunc.h>
|
||||
#include "../algo/moMetropolisHasting.h"
|
||||
#include"../continuator/moNeighborBestStat.h"
|
||||
#include "moFitnessCloudSampling.h"
|
||||
|
||||
/**
|
||||
* To compute an estimation of the fitness cloud,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue