Changes
This commit is contained in:
parent
de33c67f0e
commit
d3642e4fde
12 changed files with 397 additions and 207 deletions
|
|
@ -31,10 +31,12 @@
|
|||
#include <eoEvalFunc.h>
|
||||
#include <eoPopOps.h> // eoSelect, eoTranform, eoMerge
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
// eoGeneration
|
||||
//-----------------------------------------------------------------------------
|
||||
|
||||
/** eoGeneration
|
||||
* Single step of a evolutionary algorithm. Applies selection, then genetic
|
||||
* operators, replaces using a replacement policy, and finally evaluates the
|
||||
* new ones */
|
||||
template<class Chrom> class eoGeneration: public eoAlgo<Chrom>
|
||||
{
|
||||
public:
|
||||
|
|
|
|||
Reference in a new issue