* 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
|
||||
1
eo/tutorial/html/.cvsignore
Normal file
1
eo/tutorial/html/.cvsignore
Normal file
|
|
@ -0,0 +1 @@
|
|||
Makefile.in
|
||||
44
eo/tutorial/html/Makefile.am
Normal file
44
eo/tutorial/html/Makefile.am
Normal file
|
|
@ -0,0 +1,44 @@
|
|||
EXTRA_DIST = BitEA.html \
|
||||
EA_tutorial.jpg \
|
||||
FirstBitEA.html \
|
||||
FirstBitGA.html \
|
||||
FirstRealEA.html \
|
||||
FirstRealGA.html \
|
||||
Firstmerge.html \
|
||||
NoWay.html \
|
||||
OneMaxEA.html \
|
||||
SecondBitEA.html \
|
||||
SecondRealEA.html \
|
||||
beige009.jpg \
|
||||
binary_value.html \
|
||||
debut.html \
|
||||
eoBottomUp.html \
|
||||
eoCheckPoint.html \
|
||||
eoEngine.html \
|
||||
eoEval.html \
|
||||
eoGeneration.html \
|
||||
eoInit.html \
|
||||
eoIo.html \
|
||||
eoLesson1.html \
|
||||
eoLesson2.html \
|
||||
eoLesson3.html \
|
||||
eoLesson4.html \
|
||||
eoLesson5.html \
|
||||
eoOneMax.html \
|
||||
eoOneMaxEvalFunc.html \
|
||||
eoOneMaxInit.html \
|
||||
eoOneMaxMutation.html \
|
||||
eoOneMaxQuadCrossover.html \
|
||||
eoOneMax_complete.html \
|
||||
eoOperators.html \
|
||||
eoOutput.html \
|
||||
eoProgramming.html \
|
||||
eoRepresentation.html \
|
||||
eoSGA.html \
|
||||
eoSelect.html \
|
||||
eoStop.html \
|
||||
eoTopDown.html \
|
||||
eoTutorial.html \
|
||||
make_genotype_OneMax.html \
|
||||
make_op_OneMax.html \
|
||||
real_value.html
|
||||
1
eo/tutorial/pdf/.cvsignore
Normal file
1
eo/tutorial/pdf/.cvsignore
Normal file
|
|
@ -0,0 +1 @@
|
|||
Makefile.in
|
||||
1
eo/tutorial/pdf/Makefile.am
Normal file
1
eo/tutorial/pdf/Makefile.am
Normal file
|
|
@ -0,0 +1 @@
|
|||
EXTRA_DIST = paradiseoJet7.pdf
|
||||
Reference in a new issue