kuepper
73c97e6bfa
update for sstream
2004-09-29 18:37:20 +00:00
kuepper
9786fe0a6a
Fix cvs-commit error (<<< still there...)
2004-09-28 17:13:34 +00:00
evomarc
76e78116ac
Added include eoDistance.h
2004-09-27 15:19:53 +00:00
evomarc
a0c7412c18
Replaced the eoNormalMutation (mutating ALL variables of a real-valued vector)
...
with eiNormalVecMutation that has a proba. to mutation each variable
2004-09-27 13:34:34 +00:00
evomarc
db44c94c9c
Added the class eoNormalVecMutation (yes, should have made another file :-(
2004-09-27 13:31:40 +00:00
kuepper
51471804cd
fix installation, dist-preparation
2004-09-22 18:18:31 +00:00
kuepper
495057c341
updates for distributing/installing ParadisEO.
2004-09-22 17:30:11 +00:00
kuepper
3cb80bc73b
update build process to include paradiseo tutorial,
...
fix paradiseo headers for sstream
2004-09-22 12:38:28 +00:00
kuepper
e388461a3b
Update configure with switches for app, ParadisEO, and tutorial.
...
Add ParadisEO/Lesson1 tutorial in build-process.
minor fixes.
2004-09-22 08:18:29 +00:00
maartenkeijzer
0a6e0c687c
Made couple of functions virtual
2004-09-21 19:49:48 +00:00
kuepper
5150bd4888
fix 'make dist', works now (besides ParadisEO).
2004-09-21 10:23:33 +00:00
kuepper
de69e235f4
updates
2004-09-20 21:47:15 +00:00
kuepper
7db38bc9cd
fix
2004-09-20 17:14:11 +00:00
kuepper
72c070585f
better distribution support (not finished)
2004-09-20 17:12:12 +00:00
kuepper
5e416e4a1c
don't use user-variables
2004-09-20 16:05:25 +00:00
kuepper
988e6a43ea
*** empty log message ***
2004-09-20 15:50:00 +00:00
kuepper
e618920c44
updates for build-process
2004-09-20 14:11:24 +00:00
kuepper
6c7d888194
cleanup
2004-09-17 17:00:04 +00:00
kuepper
c8494642d5
Updated build-prcess to be completely under automake control.
...
For the tutorial the old Makefiles are saved as Makefile.simple in all
the respective directories.
Use generated config.h instead of command-line passing of preprocessor
flags.
Updated support files from current automake.
2004-09-17 16:53:31 +00:00
maartenkeijzer
dbd0a46d75
added verbose flag that can be used to turn off annoying message to cout
2004-08-30 19:44:48 +00:00
evomarc
57881e56c4
CLeaned up the comments in files related to Sharing (added t-eoSharing in test)
2004-08-28 16:26:03 +00:00
evomarc
17db378c84
Cleaned up the comments
2004-08-28 14:03:34 +00:00
jmerelo
669f41a315
Changes in docs and added stuff to eoEvalSteadyFitness to reset after using it
2004-08-10 17:19:46 +00:00
okoenig
7d0e70fd1a
added a string msg to eoScalarFitnessAssembled, in order to store all sorts of messages for an individual
2004-07-25 13:26:02 +00:00
evomarc
b72ea29e0d
Added className (mysteriously missint) mandatory for eoCombinedInit
2004-07-16 08:45:02 +00:00
evomarc
caa611661a
Allows proportional combinations of eoInit objects
...
Similar to eoPropostionalCombinedXXXOp
2004-07-16 08:44:14 +00:00
cahon
42819983dc
Adding typedef EOT EOType ;
2004-07-12 09:16:41 +00:00
cahon
4127f42603
Adding typedef EOT EOType ;
2004-07-12 08:57:38 +00:00
evomarc
30ceb2bf45
Added the Ctor using the Parser
2004-06-23 23:19:17 +00:00
evomarc
66a51c5ddb
Added the className method everywhere
2004-06-15 07:28:54 +00:00
evomarc
e44cf2c446
Added the className methods everywhere
2004-06-15 07:09:57 +00:00
evomarc
c0d5eec303
Added newline at end of stat
2004-06-15 07:06:27 +00:00
evomarc
6e650914cc
Added the allClassName method to print the name of all
...
classes that have been added to the checkpoint
2004-06-15 07:04:12 +00:00
okoenig
4cfe47a8e5
Added a failed boolean to the fitness, for statistics... Average stat values are now computed from succesful fitness evaluations only
2004-06-14 17:07:25 +00:00
okoenig
500f66efbf
Added a failed boolean to indicate if fitness evaluation succeeded ( useful if programs are involved, where fitness evaluation can fail for some indis)
...
Avg Stats are now only evaluated of individuals if this bool is false!
2004-06-14 17:05:07 +00:00
okoenig
6d8d7c994c
Replaced #include<iostream.h> with #include<iostream> to get rid of "deprecated" warnings in gcc 3.3
2004-06-14 11:59:39 +00:00
okoenig
16e09360c9
Added a failed boolean to indicate if fitness evaluation succeeded ( useful if programs are involved, where fitness evaluation can fail for some indis)
...
Avg Stats are now only evaluated of individuals if this bool is false!
2004-06-14 11:24:37 +00:00
okoenig
06eb601d8e
Added a failed boolean to indicate if fitness evaluation succeeded ( useful if programs are involved, where fitness evaluation can fail for some indis)
2004-06-14 11:23:48 +00:00
evomarc
ab9d4de66b
Adding Sharing (though eoSharingSelect - a roulette selection on shared fitnesses
2004-05-26 10:23:07 +00:00
evomarc
795f63b7fe
Adding sharing - needed to modify quite a few files, like eoDistance.h
...
make_algo_scalar.h and all related files, and the like
2004-05-25 08:03:30 +00:00
evomarc
aecd7bdf2b
Added the setLongName method to handle the prefix trick in eoParser
2004-04-08 07:55:40 +00:00
evomarc
87ddb6f8b5
Added a prefix data in eoParser - and the setPrefix method -
...
for multi-population parameter input. Now you can call the make_xxx
functions from teh src/do directory several times for different populations
provided you do different calls to setPrefix inbetween
2004-04-05 15:28:12 +00:00
okoenig
3276d502ea
Bugfix regarding the feasible flag
2004-03-28 22:18:03 +00:00
maartenkeijzer
4bdccb3dae
Fixed bug in rng::roulette_wheel: use of float had too little precision in change/fortune var
2004-03-26 09:56:56 +00:00
maartenkeijzer
a715dda207
Fixed rng::uniform to not provide the wrong result (1.0) once in every 2^32 times
2004-03-26 09:36:07 +00:00
jeggermo
68e970e455
*** empty log message ***
2004-02-02 08:54:10 +00:00
maartenkeijzer
b2de3403a6
Added define NO_GNUPLOT to disable gnuplot extensions
...
Needed for win32 (well, at least for me)
2004-01-21 19:57:19 +00:00
evomarc
c819ba4f6a
Corrected a but in eoUniformMutation (only the first component ever got modified!
...
Thanks to Jeroen's student ...
2003-12-24 16:38:02 +00:00
evomarc
a3d7e396b4
There was an infinite loop in case of a file without section header on first line!
2003-12-05 05:39:40 +00:00
evomarc
041791eb4b
Added a few user-friendly comments in case sizes don't match between
...
load file and required popsize
2003-12-05 05:38:02 +00:00