*** empty log message ***
This commit is contained in:
parent
9860e201f2
commit
5318810e81
4 changed files with 10 additions and 6 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue