Commit graph

16 commits

Author SHA1 Message Date
evomarc
3d93a07d74 Adding Templates in dir tutorial, to hold some simple files that
only need to be filled by the user to code new items.
At the moment, only eoMonOp (in mutation.tmpl), and
eoBinOp and eoQuadOp (in crossover.tmpl)
2000-12-08 15:10:13 +00:00
evomarc
00b435f19a Corrected a few bugs after the first "public" presentation 2000-12-08 14:16:13 +00:00
evomarc
1e3cd432d6 Removed trash file 2000-12-05 05:27:12 +00:00
evomarc
e5ff1bf59c Added normal mutation for reals, and corrected error of segment-> arithmetic
for the crossover operators
2000-12-04 16:49:42 +00:00
evomarc
c00c15145d omment of line apply(pop, eval) was found misleading ... 2000-12-04 15:01:31 +00:00
evomarc
b5382fce74 - added the #define for eo_verbose (true) and eo_no_verbose (false)
- added the eoNormMutation, simple normal mutation for simple real variables
2000-12-04 14:55:18 +00:00
evomarc
4944881d7c - added the #define for eo_verbose (true) and eo_no_verbose (false)
- added the eoNormMutation, simple normal mutation for simple real variables
Modified Files:
 	src/eo src/es/eoRealOp.h tutorial/Lesson2/FirstRealEA.cpp
 	tutorial/Lesson3/SecondBitEA.cpp
2000-12-04 14:53:59 +00:00
evomarc
f7f226bae9 eoStdoutMonitor -> eoFileMonitor to correct an abusive cut-and-paste! 2000-12-02 08:35:42 +00:00
evomarc
d20d36a116 Suppressed the warning for the need to create a link - see html files log. 2000-12-02 08:29:45 +00:00
evomarc
46d9671e05 Changed the links to the EO doc - removed the need for a (Unix) link from
tutorial/html dir to doc/ dir: it's simpler, and I was not able to do
the same thing in Windows anyway!
2000-12-02 08:27:30 +00:00
evomarc
41a85aaa7d Corrected the outState.regiserObject(parser) ommission (see SecondBitEA.html) 2000-12-01 18:26:16 +00:00
evomarc
b225f093e6 I had dropped the parser from the outState - so I had to modify also
read_param to get it back!
2000-12-01 18:03:17 +00:00
evomarc
c1dd2dd127 Used spell-checker!!! 2000-12-01 17:56:52 +00:00
evomarc
b8d4e7faef Initial version of the tutorial.
Warning: all Makefile's are hand-made, and will only work in Linux
2000-11-29 18:19:57 +00:00
evomarc
a27dc53ef0 dded teh comment about the link to be made from html to ../../doc 2000-11-29 18:19:18 +00:00
evomarc
ca843a88fc Initial version of the tutorial.
Warning: the Makefil is hand-made, and only works in Linux
2000-11-29 18:06:09 +00:00