Triki algorithm for simulated annealing

This commit is contained in:
LPTK 2013-07-19 15:32:31 +02:00
commit bab846d0ac
2 changed files with 385 additions and 0 deletions

22
mo/src/trikisa Normal file
View file

@ -0,0 +1,22 @@
// (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: