paradiseo/edo/application/eda
Johann Dreo 8120116c1b Factorize algorithms code in a hierarchy of classes
CMAES-like algorithm (edoAlgoAdaptive) main loop work on an extern distribution passed as a reference, which is updated at each iteration
EDA-like algorithm (edoAlgoStateless) work on an intern distribution, that is replaced at each iteration

edoAlgoStateless inherits from edoAlgoAdaptive, and embed a default member on which the work is done.
2012-07-18 10:41:17 +02:00
..
CMakeLists.txt there is no MO library, only headers 2011-09-14 10:59:28 +02:00
eda.param move edo stuff, that was in the wriong place after the merge, in the edo directory 2011-01-27 11:58:21 +01:00
main.cpp Factorize algorithms code in a hierarchy of classes 2012-07-18 10:41:17 +02:00