* mainpage.html: update, add link to Niko Hansen's comparison
* README: Add more specific note about tutorial. * configure.in: Bump version to 1.0-beta1 * tutorial/Makefile.am: Add all necessary files, including html and Templates to distribution.
This commit is contained in:
parent
20d37259e9
commit
ab9b38654d
14 changed files with 117 additions and 12 deletions
1
eo/tutorial/Templates/.cvsignore
Normal file
1
eo/tutorial/Templates/.cvsignore
Normal file
|
|
@ -0,0 +1 @@
|
|||
Makefile.in
|
||||
23
eo/tutorial/Templates/Makefile.am
Normal file
23
eo/tutorial/Templates/Makefile.am
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
EXTRA_DIST = EO.tpl \
|
||||
MakeSimple.tmpl \
|
||||
Makefile.tmpl \
|
||||
MyStructEA.cpp \
|
||||
MyStructLibEA.cpp \
|
||||
MyStructSEA.cpp \
|
||||
README \
|
||||
binCrossover.tmpl \
|
||||
continue.tmpl \
|
||||
create.sh \
|
||||
createSimple \
|
||||
eoMyStruct.tmpl \
|
||||
evalFunc.tmpl \
|
||||
init.tmpl \
|
||||
lessOffspringExternalSelectorGenOp.tmpl \
|
||||
lessOffspringSameSelectorGenOp.tmpl \
|
||||
make_MyStruct.cpp \
|
||||
make_genotype_MyStruct.h \
|
||||
make_op_MyStruct.h \
|
||||
moreOffspringGenOp.tmpl \
|
||||
mutation.tmpl \
|
||||
quadCrossover.tmpl \
|
||||
stat.tmpl
|
||||
Reference in a new issue