Some changes in names, before too many users have to modify their code :-)

Changed ga.h in src/ga into make_ga.h (was ambiguous with src/ga.h)
Chenged the interface of make_genotype - now templatized by the EOT
and not the fitness - this is mandatory for ES genoptypes as it allows to
choose the type of gentype at run-time (from existing types, of course!)
This commit is contained in:
evomarc 2001-04-30 12:26:31 +00:00
commit 1c75344197
4 changed files with 24 additions and 18 deletions

View file

@ -17,4 +17,4 @@ libga_a_SOURCES = make_algo_scalar_ga.cpp \
CPPFLAGS = -Wall
CXXFLAGS = -g
libeoincdir = $(includedir)/eo/ga
libeoinc_HEADERS = eoBit.h eoBitOp.h eoBitOpFactory.h ga.h
libeoinc_HEADERS = eoBit.h eoBitOp.h eoBitOpFactory.h make_ga.h