Triki algorithm for simulated annealing
This commit is contained in:
parent
6635dc9ee6
commit
bab846d0ac
2 changed files with 385 additions and 0 deletions
22
mo/src/trikisa
Normal file
22
mo/src/trikisa
Normal 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:
|
||||
Loading…
Add table
Add a link
Reference in a new issue