Commit graph

2,191 commits

Author SHA1 Message Date
gustavoromero
a1cd1fd3bf fix warning: no newline at end of file 2000-11-10 09:55:10 +00:00
gustavoromero
5af354e455 fix no newline at end of file warning 2000-11-08 15:15:26 +00:00
gustavoromero
1316949216 choose a constructor 2000-11-08 13:37:41 +00:00
gustavoromero
38838f753a fix no newline at end of file warning 2000-11-08 13:26:03 +00:00
gustavoromero
f48fbcf51a adding a include for apply.h 2000-11-08 12:56:14 +00:00
gustavoromero
2d5dbf6cfb fix no newline at end of file warning 2000-11-08 12:55:26 +00:00
gustavoromero
9692852c95 bug fix 2000-11-08 12:38:13 +00:00
gustavoromero
558bded5c0 adding old targets 2000-11-07 19:16:42 +00:00
gustavoromero
31ed49002b removing a warning 2000-11-07 19:13:22 +00:00
gustavoromero
e1d391d1ab adding targets 2000-11-07 13:02:48 +00:00
gustavoromero
594a8e146f adding subdirectories 2000-11-06 12:38:54 +00:00
gustavoromero
5bb5003a07 adding t-eoSymreg 2000-11-06 12:37:58 +00:00
gustavoromero
9f8ffd7696 adding target doc 2000-11-06 11:34:38 +00:00
gustavoromero
865a0d4672 adding doc target to all 2000-11-06 11:31:10 +00:00
evomarc
6fc47590cd Added constructors with 2 params _min and _max in generators
so you can now generate things in [_min, _max) instead of [0,_max) only
Modified the private data from maxim to {minim, range} accordingly.
2000-11-05 05:33:43 +00:00
evomarc
0642954035 Added a default value (0.5) to method flip 2000-11-05 04:50:10 +00:00
gustavoromero
4a8c1b3947 initial version 2000-11-03 21:23:09 +00:00
gustavoromero
6fdb214b71 fixing autoconfiguration 2000-11-03 20:03:26 +00:00
evomarc
01e4aa9cdc Added some safety test in roulette_wheel procedures:
if total is zero, used to return iterator -1 - now returns uniform choice
2000-10-30 14:54:29 +00:00
evomarc
e3e4a0b719 Fine tuning of printOn: if fitness is invalid, now prints it 2000-10-30 14:51:57 +00:00
maartenkeijzer
08abf46576 Another attempt in adding the flush 2000-10-27 09:13:06 +00:00
maartenkeijzer
8684e1fac1 updated version info, added flush to stdoutmonitor and sprinkled a few typenames
in eoPop.h and eoGOpSelector.h (egcs 2.96 started complaining).
2000-10-27 09:12:31 +00:00
evomarc
5e31ae1338 added a second ctor with more didactic ordering of parameters (for tutorial) 2000-10-27 04:38:29 +00:00
evomarc
2a0a3e074d Added the member function append( unsigned _popSize, eoInit<EOT>& _chromInit )
who appends _popSize members to the population using an eoInit
2000-10-27 04:07:21 +00:00
evomarc
5e33a2e50b dded Uniform Crossover (!) and "deterministic" bit-filp mutation 2000-10-24 03:58:02 +00:00
evomarc
9cc1cfd1b4 Added the calls to base class I/O routines in printOn and readFrom 2000-10-24 03:57:10 +00:00
maartenkeijzer
b0b0a3f9da It is using delim now 2000-10-23 10:58:54 +00:00
maartenkeijzer
f7c98d5b31 Changed functor base names and added to version 2000-10-09 16:13:20 +00:00
maartenkeijzer
1d0794c46a Added an eoSortedStatBase for more efficient statistic calculations
updated a few makefiles to include the html and latex docs with the
distribution.
2000-10-06 10:41:38 +00:00
maartenkeijzer
d42f16481d Updated authors and started a README 2000-10-06 07:50:10 +00:00
maartenkeijzer
543d5a5918 Changed ostream_iterator<double> to use AtomType rather than double.
Stupid me!
2000-10-06 07:32:26 +00:00
mac
686e7f3273 Updated version no. to 0.9.1 2000-09-29 10:39:19 +00:00
mac
f1ec21e724 Error in random_generator removed. 2000-09-20 13:32:28 +00:00
mac
f7c157c154 Changed construction order as gcc was warning 2000-09-09 13:52:16 +00:00
mac
fd8a2529a5 eo: added some missing entries
Pop: error in nth_element_fitness
sga: error in eval
eoParseTree: oddities with gcc
checkpointing: added eoParser and eoState
eoParser: support for wrongly entered parameter names
rnd_generators: flip(0.5) -> flip(bias) in binary_generator
selectors.h: ???
2000-09-09 13:43:31 +00:00
mac
fc172ef858 Added -O2 as compiler flag 2000-08-23 14:56:04 +00:00
mac
ca46a3651b ok, fixed this problem with typedefs in gcc-0.92 (strange....) 2000-08-23 13:07:51 +00:00
mac
4078394748 Yet another change in eoParseTree 2000-08-23 12:52:48 +00:00
mac
e18a48d4a1 eoParseTree-- changed typedef 2000-08-23 12:50:34 +00:00
mac
ff108477c3 eoCounter?
eoEasyEA -- made it copyable again
eoEvalFunc -- added specialized eoEvalFuncCounter
eoEvolutionStrategy -- nothing much
eoGenContinue -- nothing
eoPop -- fixed nth_element_fitness
eoBitOp -- fixed error in xover
eoFileMonitor -- now appends always
eoParam -- worked around memory leak in MSC's strstream
eoParser -- changed -pconfig_file to @config_file
eoParser -- added messages instead of exception when required param is missing
eoStat -- added eoDistanceStat
t-eoFunctor -- don't know
2000-08-23 12:03:01 +00:00
mac
a7131a7f71 commited 2000-08-18 08:59:20 +00:00
mac
be0c1996f7 Oh, right, dangling pragma 2000-08-18 08:57:26 +00:00
mac
8034b9f344 some signed/unsigned comparisons removed 2000-08-18 08:56:14 +00:00
mac
8ae796ab28 Added symbolic regression, which tests combined ops as well 2000-08-18 08:44:22 +00:00
root
04bc4ecde8 initial checkin 2000-08-15 21:15:36 +00:00
mac
4f1bcfa292 Removed a few dsp files and changed saving/loading eoPops a bit. 2000-08-14 11:18:34 +00:00
mac
33803be4cd changed int to size_t 2000-08-10 16:43:39 +00:00
mac
adcb2c38b8 *** empty log message *** 2000-08-10 16:42:37 +00:00
mac
a4009dee15 Added binary_value.h 2000-08-10 16:41:04 +00:00
mac
d3b83c70b0 changed int compare to size_t 2000-08-10 16:36:55 +00:00