This repository has been archived on 2026-03-28. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
eodev/edo/application
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
..
cmaes Factorize algorithms code in a hierarchy of classes 2012-07-18 10:41:17 +02:00
common * application/common/cmakelists.txt: fixed issues with copy of files 2011-02-24 10:32:13 +01:00
eda Factorize algorithms code in a hierarchy of classes 2012-07-18 10:41:17 +02:00
eda_sa * edo: fixed deprecated eoParserLogger warning message 2011-08-23 18:39:42 +02:00
CMakeLists.txt deactivate eda_sa for the moment 2012-07-09 18:46:48 +02:00