Commit graph

25 commits

Author SHA1 Message Date
Caner Candan
56c6edab04 * indentations + whitespace cleanup 2011-05-05 16:54:00 +02:00
Johann Dreo
bd236ee67f add tests interfaces as examples in the doc ; remove unused test binaries ; some code formating 2010-11-07 23:12:28 +01:00
Johann Dreo
8b9aea4a0b more doc groups, cleaner modules hierarchy 2010-11-01 23:08:58 +01:00
Johann Dreo
044d1223bb Create more doxygen groups for base classes, clean some doc 2010-11-01 18:20:56 +01:00
Johann Dreo
ac0a909d1d using eo::log instead of std::cout 2010-09-29 22:52:30 +02:00
tlegrand
012c71e8fb corrected contructor parameter names. All tests OK 2008-01-16 08:14:18 +00:00
kuepper
14b3a61ba8 cleanup, docs 2006-12-02 11:46:34 +00:00
kuepper
3533d8addb (VirusShiftMutation::operator()): Fix test for i>1.
This makes t-MGE1bit pass on x86_64 using GCC.
2006-12-02 11:36:29 +00:00
kuepper
7c3702f6a6 Handle including from contrib/MGE nicely. 2005-10-06 17:22:40 +00:00
kuepper
85a326c5e4 Adjust code to perform to C++ standard according to gcc-3.4
interpretation... (Have not compiled/checked/changed paradisEO.)

That is, the current code compiles with gcc-3.4 and the checks
(besides t-MGE1bit) all pass.
2004-12-23 15:29:07 +00:00
maartenkeijzer
9512291e3e added operator> 2003-03-18 16:57:17 +00:00
okoenig
86fa476c67 Removed "using namespace std" statements from header files in EO -- "std::" identifier were added where necessary. 2003-02-27 19:28:07 +00:00
jeggermo
2b8b491f0b *** empty log message *** 2002-10-18 11:39:09 +00:00
evomarc
9341d7c229 Added a few "std::" before copy and ostream_iterator 2002-04-08 08:42:01 +00:00
evomarc
c352b19799 In case you are trying to assign a value to a vector of different size,
previous versions raised an exception.
Now a simple warning is written to stderr - as it might be something
you need to do.
2001-09-04 06:45:14 +00:00
jmerelo
d634d95838 In eoVector, changed printOn and readFrom to virtual 2001-04-03 10:08:08 +00:00
jmerelo
06dd2dc314 Moved epAtom* out of the obsolete dir; added some CVS headers to some files, and made everything work with my elipse classes 2001-03-21 12:10:13 +00:00
maartenkeijzer
a79075f673 Modified eoInit so that it would use the eoRndGenerator base class.
To be able to use the primitive std::generate function, added a
set of wrappers in eoSTLFunctor.h that have the copy semantics most
STL functions expect (namely pass-by-value rather then pass-by-reference).

Updated test/Makefile.am to also test t-eoRandom
2001-02-19 12:23:13 +00:00
maartenkeijzer
025eb736ee eoVector is back (eoFixedLength and eoVariableLength are gone)
Also: introducing eoRndGenerators.h for eoRndGenerator derived classes:

  eoNormalGenerator
  eoUniformGenerator
  eoBooleanGenerator
  eoNegExpGenerator

Note the suffix that are added to aid in determining what these classes do
2001-02-17 10:51:31 +00:00
mac
6d8e3a6504 Extreme cleanup, see src/obsolete for details 2000-08-10 14:18:34 +00:00
jmerelo
7db1492943 Added new files to the brew, mainly distance and new-op-interface related 2000-02-07 17:16:16 +00:00
jmerelo
449ed17ff8 Added Marc's ES files and .dsp files for others 1999-11-15 09:26:33 +00:00
jmerelo
759dba7ea8 Changes to eo1d interface and bug fixes 1999-09-20 11:35:01 +00:00
gustavo
9d1fdcd126 small bug fixes 1999-02-10 13:39:48 +00:00
gustavo
3fe0218a72 1999-01-29 12:23:55 +00:00