22 lines
466 B
Text
22 lines
466 B
Text
// (c) Thales group, 2010
|
|
/*
|
|
Authors:
|
|
Johann Dreo <johann.dreo@thalesgroup.com>
|
|
Caner Candan <caner.candan@thalesgroup.com>
|
|
*/
|
|
|
|
#ifndef _trikisa_
|
|
#define _trikisa_
|
|
|
|
#include "moRealNeighbor.h"
|
|
#include "moRealNeighborhood.h"
|
|
#include "moStdDevEstimator.h"
|
|
#include "moTrikiCoolingSchedule.h"
|
|
#include "moFitnessVarianceStat.h" // TODO rm
|
|
#include "moFitnessMomentsStat.h"
|
|
|
|
#endif // !_trikisa_
|
|
|
|
// Local Variables:
|
|
// mode: C++
|
|
// End:
|