*** empty log message ***
This commit is contained in:
parent
9860e201f2
commit
5318810e81
4 changed files with 10 additions and 6 deletions
|
|
@ -0,0 +1,4 @@
|
|||
Pedro Angel Castillo Valdivieso
|
||||
Juan Julian Merelo Guervos
|
||||
Victor Manuel Rivas Santos
|
||||
Gustavo Romero Lopez
|
||||
|
|
@ -8,4 +8,4 @@ lib_LTLIBRARIES = libeo.la
|
|||
libeo_la_SOURCES = eoPrintable.cpp eoPersistent.cpp
|
||||
|
||||
libeoincdir = $(includedir)/eo
|
||||
libeoinc_HEADERS = eo EO.h eoDup.h eoMultiMonOp.h eoPop.h eoUniform.h eoESChrom.h eoNegExp.h eoProblem.h eoVector.h eoFitness.h eoNormal.h eoRnd.h eoXOver2.h eo1d.h eoID.h eoObject.h eoString.h eoAged.h eoKill.h eoOp.h eoTranspose.h eoBin.h eoPrintable.h eoPersistent.h eoLottery.h eoMutation.h eoPopOps.h eoUniform.h eoInsertion.h eoBinOp.h
|
||||
libeoinc_HEADERS = eo EO.h eoDup.h eoMultiMonOp.h eoPop.h eoUniform.h eoESChrom.h eoNegExp.h eoProblem.h eoVector.h eoFitness.h eoNormal.h eoRnd.h eoXOver2.h eo1d.h eoID.h eoObject.h eoString.h eoAged.h eoKill.h eoOp.h eoTranspose.h eoBin.h eoPrintable.h eoPersistent.h eoLottery.h eoMutation.h eoPopOps.h eoUniform.h eoInsertion.h eoBitOp.h
|
||||
|
|
|
|||
|
|
@ -38,7 +38,7 @@
|
|||
|
||||
#include <eoPop.h>
|
||||
#include <eoPopOps.h>
|
||||
#include <eoBinOp.h>
|
||||
#include <eoBitOp.h>
|
||||
|
||||
#include <eoLottery.h>
|
||||
|
||||
|
|
|
|||
|
|
@ -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