Ok, made an eoParetoFitness class, which meant that I could roll back a few changes in EO.h (phew).
Also changed eoSelectFromWorth etc.
This commit is contained in:
parent
cf8f6b5c16
commit
d09c216b61
11 changed files with 215 additions and 110 deletions
|
|
@ -4,7 +4,7 @@
|
|||
##
|
||||
###############################################################################
|
||||
|
||||
SUBDIRS = src test win tutorial app
|
||||
SUBDIRS = src test win app tutorial
|
||||
#Directory for documents
|
||||
DOCDIR = ~/public_html/eodocs
|
||||
#Directory for indices -- not useful for the user
|
||||
|
|
@ -17,10 +17,6 @@ EXTRA_DIST=LICENSE
|
|||
lib:
|
||||
pushd src; $(MAKE) all; popd
|
||||
|
||||
# The test directory should be run explicitely, to check if nothing is broken
|
||||
test: test/run_tests test/Makefile
|
||||
pushd test; touch run_tests; $(MAKE) all; ./run_tests; popd
|
||||
|
||||
# so that make doc always compiles the doc ...
|
||||
doc: doc/eo.cfg
|
||||
pushd doc; $(MAKE) doc; touch eo.cfg; popd
|
||||
|
|
|
|||
Reference in a new issue