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/eo/src/es
evomarc 88061395f1 Added the eoPopEvalFunc class: gets the full parents + offspring populations
in order to evaluate them.
Modified eoEaseyEA accordingly - you can either pass an eoEvalFunc, as
before (it is then encapsulated into an eoPopLoopEval that does the good
old loop on the offspring - or directly pass a full eoPopEvalFunc

Small modification also in make_op_es -> keyword "none" is now recognized
for one of the crossover of either object variables or stdev's
2001-07-03 12:56:44 +00:00
..
.cvsignore adding & modifying .cvsignore's 2000-04-03 09:32:43 +00:00
eoEsChromInit.h Corrected a problem in eoEsChromInit (it refused plain eoReal) + some 2001-05-03 17:20:27 +00:00
eoEsFull.h Adding Evolution Strategies: 2001-05-02 10:42:32 +00:00
eoEsGlobalXover.h Adding Evolution Strategies: 2001-05-02 10:42:32 +00:00
eoEsMutate.h Adding Evolution Strategies: 2001-05-02 10:42:32 +00:00
eoEsMutationInit.h A full working version of ES is now available in tutorial/Lesson4, 2001-05-04 16:51:29 +00:00
eoEsSimple.h Adding Evolution Strategies: 2001-05-02 10:42:32 +00:00
eoEsStandardXover.h Added the crossover in make_op_es (parameters were read, but that's all! 2001-05-21 04:13:10 +00:00
eoEsStdev.h Adding Evolution Strategies: 2001-05-02 10:42:32 +00:00
eoNormalMutation.h Adding Evolution Strategies: 2001-05-02 10:42:32 +00:00
eoReal.h Adding Evolution Strategies: 2001-05-02 10:42:32 +00:00
eoRealAtomXover.h Added the crossover in make_op_es (parameters were read, but that's all! 2001-05-21 04:13:10 +00:00
eoRealInitBounded.h Bing change in eoRealBounds: it is now deriving from eoPersistent. 2001-05-08 04:41:51 +00:00
eoRealOp.h Added the crossover in make_op_es (parameters were read, but that's all! 2001-05-21 04:13:10 +00:00
make_algo_scalar_es.cpp Adding first bricks of ES algorithm - make_XXX_es.cpp 2001-04-28 05:53:37 +00:00
make_algo_scalar_real.cpp Added bounds to the real operators in make_XXX (and hence in t-eoReal) 2001-04-28 05:47:18 +00:00
make_checkpoint_es.cpp Adding first bricks of ES algorithm - make_XXX_es.cpp 2001-04-28 05:53:37 +00:00
make_checkpoint_real.cpp Added bounds to the real operators in make_XXX (and hence in t-eoReal) 2001-04-28 05:47:18 +00:00
make_continue_es.cpp Adding first bricks of ES algorithm - make_XXX_es.cpp 2001-04-28 05:53:37 +00:00
make_continue_real.cpp Added bounds to the real operators in make_XXX (and hence in t-eoReal) 2001-04-28 05:47:18 +00:00
make_es.h Adding Evolution Strategies: 2001-05-02 10:42:32 +00:00
make_genotype_es.cpp Forgotten new file 2001-05-02 10:53:14 +00:00
make_genotype_real.cpp Adding Evolution Strategies: 2001-05-02 10:42:32 +00:00
make_genotype_real.h Bing change in eoRealBounds: it is now deriving from eoPersistent. 2001-05-08 04:41:51 +00:00
make_op.h Re-introduced the old ctors for the mutations (for backward compatibility 2001-04-29 05:03:05 +00:00
make_op_es.cpp Forgotten file ... 2001-05-02 10:54:17 +00:00
make_op_es.h Added the eoPopEvalFunc class: gets the full parents + offspring populations 2001-07-03 12:56:44 +00:00
make_op_real.cpp Adding Evolution Strategies: 2001-05-02 10:42:32 +00:00
make_op_real.h Added the crossover in make_op_es (parameters were read, but that's all! 2001-05-21 04:13:10 +00:00
make_pop_es.cpp Adding first bricks of ES algorithm - make_XXX_es.cpp 2001-04-28 05:53:37 +00:00
make_pop_real.cpp Added bounds to the real operators in make_XXX (and hence in t-eoReal) 2001-04-28 05:47:18 +00:00
make_real.h Adding Evolution Strategies: 2001-05-02 10:42:32 +00:00
make_run_es.cpp Adding first bricks of ES algorithm - make_XXX_es.cpp 2001-04-28 05:53:37 +00:00
make_run_real.cpp Added bounds to the real operators in make_XXX (and hence in t-eoReal) 2001-04-28 05:47:18 +00:00
Makefile.am Added the crossover in make_op_es (parameters were read, but that's all! 2001-05-21 04:13:10 +00:00