diff --git a/eo/AUTHORS b/eo/AUTHORS index e69de29b..75e66245 100644 --- a/eo/AUTHORS +++ b/eo/AUTHORS @@ -0,0 +1,4 @@ +Pedro Angel Castillo Valdivieso +Juan Julian Merelo Guervos +Victor Manuel Rivas Santos +Gustavo Romero Lopez diff --git a/eo/src/Makefile.am b/eo/src/Makefile.am index 6bb9f723..005a6a0e 100644 --- a/eo/src/Makefile.am +++ b/eo/src/Makefile.am @@ -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 diff --git a/eo/src/eo b/eo/src/eo index 2a869c1b..f538ac49 100644 --- a/eo/src/eo +++ b/eo/src/eo @@ -38,7 +38,7 @@ #include #include -#include +#include #include diff --git a/eo/src/eoInclusion.h b/eo/src/eoInclusion.h index a74986c2..8de6d5ec 100644 --- a/eo/src/eoInclusion.h +++ b/eo/src/eoInclusion.h @@ -9,10 +9,10 @@ #include -/****************************************************************************** - * 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 eoInclusion: public eoMerge