Commit graph

220 commits

Author SHA1 Message Date
cahon
09761ac2fc Slides from Jet7, ENSTA Paris (April 2002) 2002-04-19 15:24:07 +00:00
evomarc
cec8f9136a Templatized apply
added a return statement
2002-04-19 14:06:50 +00:00
evomarc
34d474e6f6 Ome explanations on how to launch the examples 2002-04-18 03:23:24 +00:00
evomarc
d1ef6b2c00 Added the README, and modified the config files to remove the 127.0.0.1
that was misleading
2002-04-18 03:22:47 +00:00
evomarc
019c8cd3e3 Turned the specific compiler order mpiCC into a Macro
so it's easier to modify
We shall need to put this into the automatic configure one day ...
2002-04-12 14:41:52 +00:00
evomarc
a1fffff045 Changing the include file that contain all include from
eoparadiseo to eoparadiseo.h
because teh CVS tool in Microsoft Windaube doesn't make the difference
with the directory ParadisEO
2002-04-12 14:39:58 +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
cahon
6afc695dce *** empty log message *** 2002-03-29 15:38:15 +00:00
cahon
aec83a0014 How to build an EA with a distributed evalaution process ? 2002-03-29 15:36:04 +00:00
cahon
6bb81f2278 How to build an homo/heterogenous island model of EAs ? 2002-03-29 15:30:55 +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
5881cab538 Added the tags to generate html nice output 2002-03-06 06:28:27 +00:00
evomarc
dcee458c27 Added some explanations about the memory mangement (through eoFunctorStore) 2002-03-06 06:25:40 +00:00
evomarc
6ddec3bdce apply -> apply<EOT> for MSVC 2002-01-17 17:51:58 +00:00
evomarc
b51d40e24f Protexted all calls to gnuplot for MSVC 2002-01-17 17:51:02 +00:00
evomarc
93cde922d7 There was an error in the type of the first parameter of make_checkpoint and
make_algo_scalar (changed from eoParameterLOader to eoParser)
2001-12-20 18:04:52 +00:00
evomarc
9f7976c292 Removed all references to CrtDebug blabla that were supposed to be
MSVC specific but generated an error with MSVC 6.0
2001-12-07 05:51:36 +00:00
evomarc
b5a4afe8fa Removed unknown CrtDebug directives from the MSVC version 2001-12-06 14:32:00 +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
aad54e0648 Improved the UI a lot (checking for already existing files, etc) 2001-11-11 06:43:45 +00:00
evomarc
62686ac406 Added the invalidate() call - that bug was not seem before, because
we always used init on newborn genotypes!
2001-11-10 06:32:05 +00:00
evomarc
26481ab36b Modified the Makefile.am in main dir, and Makefile in tutorial dir to remove
all pushd/popd as they don't exist in Windows/bash
2001-10-18 04:34:58 +00:00
evomarc
03308af599 Corrected a few small problems - including dependencies in Makefile
thanks to Sebastiao CORREIA for pointing them out
2001-10-17 17:49:54 +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
0847875339 eoMyStructEA.cpp has turned into MyStructEA.cpp 2001-10-04 20:13:03 +00:00
evomarc
f3db65795b Big modifications - now the init and most important the operators
are handled in separate files make_genotype_xxx and make_op_xxx
as it was done in the examples of Lesson4
2001-10-04 20:12:19 +00:00
evomarc
c34db3eb29 Suppressed most warning (except some unused variables) if you don't modify anything 2001-09-24 05:59:42 +00:00
evomarc
1d7b79b85a Suppressed most warning (except some unused variables) if you don't modify anythig 2001-09-24 05:59:13 +00:00
evomarc
7bbdd17307 Added many template files, and totally modified the comments in most other.
This was when preparing Evonet Summer School - though it finally was not used there!
2001-09-04 08:35:22 +00:00
evomarc
45f61a0e0b Added a frequency parameter to eoPopStat (dump pop every N gen) 2001-05-25 16:27:59 +00:00
evomarc
73157edba6 Forgot to update ESEA with crossover 2001-05-21 06:13:56 +00:00
evomarc
af73dfbd45 Added libes in Makefile 2001-05-21 04:15:36 +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
1eee26598b Adding code to Lesson4 2001-05-03 13:06:34 +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
4968d64b05 Doing libes.a in src/es and adding t-eoReal.cpp in test
I had to move eoRealBounds to utils dir because of global objects
Some domino consequences here and there ...
2001-04-26 15:24:53 +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