*** empty log message ***

This commit is contained in:
gustavo 1999-02-09 18:16:42 +00:00
commit 5318810e81
4 changed files with 10 additions and 6 deletions

View file

@ -9,10 +9,10 @@
#include <eo>
/******************************************************************************
* eoInclusion: A replacement algorithm.
* Creates a new population by selecting the best individuals from the
* breeders and original populations
/*****************************************************************************
* eoInclusion: A replacement algorithm. *
* Creates a new population by selecting the best individuals from the *
* breeders and original populations *
*****************************************************************************/
template<class Chrom> class eoInclusion: public eoMerge<Chrom>