Commit graph

81 commits

Author SHA1 Message Date
evomarc
893204f8f1 Fixing a small glitch that was giving wrong clues to newcomers ...
Thanks to Christophe-Marie Duquesne for the post
2008-12-25 16:01:57 +00:00
ldacosta
af8cd4b08b Adjusting configuration for Eclipse 2008-03-28 15:57:55 +00:00
tlegrand
575660e903 replaced ParadisEO links 2008-03-12 15:36:58 +00:00
evomarc
b8da2db21f Added the GDB trick to visualize the components of a vector
(but it still doesn't work with EO objects, though???)
2007-12-08 15:05:51 +00:00
kuepper
ab9b38654d * 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.
2006-12-03 10:41:54 +00:00
evomarc
20d37259e9 Added a note to avoid that some dishonest researchers use teh code
in this tutorial as a basis for comparing their algorithms with "EAs"
as was done for the LEM3 algorithm in GECCO 2006.
2006-12-03 07:21:44 +00:00
evomarc
9e874fcf39 Corrected a few typos, and acknowledged the fact that all Lessons are now
compiled within the installation procedure...
2006-02-22 04:53:20 +00:00
kuepper
d6fc655ccb clean up 2005-10-03 10:53:35 +00:00
evomarc
503ee25d9c Mainly made it obvious that Lesson4 contains "ready-to-use" EAs 2004-12-27 09:08:44 +00:00
evomarc
641b49e995 Added a few words about Lesson5, and the change in the Makefiles.
Also, looking alive is probably important !
2004-12-01 08:49:40 +00:00
evomarc
9e0edc381e Temporary modification of the tutorial to account for the new features
- stat.tmpl allowing easy creation of own stat
- sharing as a new possible selector in make_algo_scalar - requires a distance
No detail given, though ...
2004-05-26 09:00:26 +00:00
evomarc
fe9de42802 Corrected errors in the "memory management" section.
Thanks to ZhangQian for pointing them out
2004-03-30 16:51:06 +00:00
evomarc
31971866e8 Modified a wrong link 2003-09-18 15:09:34 +00:00
evomarc
21e07e03a9 Corrected wrong links in the 1st paragraph 2002-12-09 06:57:33 +00:00
evomarc
b5d61be21a Corrected an error in name of statusParam parameter 2002-12-09 06:19:56 +00:00
evomarc
d3762cdff2 Still introducing ParadisEO 2002-05-09 06:35:34 +00:00
evomarc
1611bc663c Added references to ParadisEO and Lesson5 2002-05-09 06:28:34 +00:00
evomarc
c5e225551a Adding the Lesson5 - how to create your own genotype 2002-05-08 06:50:58 +00:00
evomarc
361741b726 Adding SecondRealEA 2002-04-28 05:04:24 +00:00
evomarc
8a2432b24e Added explanation and examples of getORcreateParam usage 2002-04-26 03:17:37 +00:00
evomarc
d84517cb53 Modified my E-mail address (the old one at Polytechnique will soon be obsolete) 2002-04-08 18:04:32 +00:00
evomarc
f3535911a2 I suddenly realized that BitEA.html was NOT in the repository! 2002-04-08 18:03:35 +00:00
evomarc
414eafa277 The source file names had changed, some day, in doxygen-genertaed doc ... 2002-03-15 06:28:25 +00:00
evomarc
b8661ed2b6 Corrected a few linkgs to the documentation
Reaplced eoBin with eiBit (about time!!!)
2002-03-15 06:06:22 +00:00
evomarc
a80a25c5f5 More on parameter input (getORcreateParam explained) 2002-03-06 06:54:00 +00:00
evomarc
dcee458c27 Added some explanations about the memory mangement (through eoFunctorStore) 2002-03-06 06:25:40 +00:00
evomarc
866ef81d43 Changed ALL names of links to class files in the documentation due to the change in
Doxygen naming convention
2001-12-06 07:02:07 +00:00
evomarc
6dcc949ee5 A few corrections before the big name change 2001-12-06 06:44:44 +00:00
evomarc
a8c554710f Introductory comment evolves ... 2001-11-18 07:18:11 +00:00
evomarc
af8618a47a Announcing the MSVC++ compatibility revisited 2001-11-12 16:27:37 +00:00
evomarc
11b3eabfca Corrected a few small problems -
thanks to Sebastiao CORREIA for pointing them out
2001-10-17 17:48:50 +00:00
evomarc
09388c8ed5 Bing change in eoRealBounds: it is now deriving from eoPersistent.
More important, the eoRealVectorBounds, vectorized version (a vector<eoRealBounds *>
has also become an eoPersistent object and now derives from an eoRealBaseVectorBounds
class.
A useful consequence (and actual motivatino) was to be able to have soem
eoValueParam<eoRealVectorBounds> with all possibilities for input
(see doc for Lesson4 in the tutorial for the syntax).
2001-05-08 04:41:51 +00:00
evomarc
5508869d00 A full working version of ES is now available in tutorial/Lesson4,
that makes full use of libes.a.
The user guide is in Lesson4 of the tutorial - programmer's guide
will come later.
Plus many small changes here and there
2001-05-04 16:51:29 +00:00
evomarc
eb25bf0ab5 Removing old trash! 2001-05-04 16:13:37 +00:00
evomarc
f4d2630516 Corrected a problem in eoEsChromInit (it refused plain eoReal) + some
other minor modications (e.g. a dir in make_checkpoint where ALL file
will go).
2001-05-03 17:20:27 +00:00
evomarc
7294d6acd5 Lesson4 advancing 2001-05-03 05:44:29 +00:00
evomarc
b03e4f5106 Date change + info about Lesson4 in main tutorial page 2001-05-02 11:12:55 +00:00
evomarc
17484feeef Forgotten ES files + start of tutorial Lesson4 (about make_XXX) 2001-05-02 10:47:56 +00:00
evomarc
3f6d869b90 Changed EA basic image:
- caption changed from population-parents to parents-genitors
- quality improved (now 177Ko instead of 53 :-(
2001-04-30 09:26:37 +00:00
evomarc
a7042bffee Added bounds to the real operators in make_XXX (and hence in t-eoReal) 2001-04-28 05:47:18 +00:00
evomarc
f0813c55ca Added the continue.tmpl template - and modified the html pages accordingly
(though eoCheckPoint.html is still a long way to complete).
Added some comments in all template files - and replaced
the protected by private (don't remember why these were protected!!!).
2001-04-05 16:47:54 +00:00
evomarc
4cb797544a eoOperators now is in sync with the last modif of eoPopulator by Maarten! 2001-04-03 17:14:53 +00:00
evomarc
59a42603af Still modifying eoInit ... 2001-02-27 05:24:24 +00:00
evomarc
72b6692f9b Modified all init sequences in Lesson2 and Lesson3 - and all corresponding
files in html dir - after the return of eoRndGenerators and subsequent
modifications of eoInit
2001-02-27 05:09:10 +00:00
evomarc
e28211188a Date and version number 2001-02-18 06:41:30 +00:00
evomarc
e0ace0794f Now takes into account the last (and last!) modification of the operator interace:
no more invalidate, but a bool returned for simple operators, and a better description
of the eoPopulator/eoOpContainer links.
2001-02-17 08:22:53 +00:00
evomarc
5bf1d83f6a Changed the first paragraph, added warning that it should be used on-line only 2001-02-09 08:21:35 +00:00
evomarc
415b419671 The BIG change of general operator interface
I also changed
  - the eoQuadratic into eoQuad (as dicussed with Maarten)
  - the eoBin into eoBit, with more appropriate names for the "binary"
    operators (that can be unary!) as no one protested when I posted on
    eodev list
2001-02-09 05:09:26 +00:00
evomarc
9d9958d3bc Following the change in includes (added ga.h and es.h everywhere pfuhh) 2001-01-27 08:20:39 +00:00
evomarc
8aad8f547c A few mistakes corrected - and some comments on the setup method 2001-01-27 07:33:55 +00:00