Commit graph

16 commits

Author SHA1 Message Date
maartenkeijzer
4388faec2e Various bugs found and resolved. 2001-03-09 14:13:28 +00:00
maartenkeijzer
3a9b5a0e7e Well, what do you know, major commit.
Changed the signature of eoMon, eoBin and eoQuadOp to return a bool,
without invalidating fitness. Added a set of invalidators to take over
that job (see for instance eoSGA and eoSGATransform how this can transparantly used)

Derived eoState from eoFunctorStore (for convenience, from a design perspective this may sound wrong)

Added a wrap_op function that does the wrapping for you (see eoOpContainer how this made this functor
exceedingly less hairy). Checked all the tests removed the eoGeneric*Op family (not needed anymore)
and of course changed all the operators to reflect the change (and found a few that didn't
invalidate the fitness, thus really pointing out the advantage of the current approach)
2001-02-14 10:35:26 +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
mac
73461e2d76 Still part of extreme cleanup 2000-08-10 14:30:25 +00:00
mac
664c1f12d9 Still part of extreme cleanup 2000-08-10 14:26:50 +00:00
mac
410bc18488 Still part of extreme cleanup 2000-08-10 14:25:45 +00:00
mac
6d8e3a6504 Extreme cleanup, see src/obsolete for details 2000-08-10 14:18:34 +00:00
jmerelo
d2fedcb5b9 More changes to Makefile.am 2000-08-03 17:33:03 +00:00
mac
9aaafc2cdb Oops, corrected error in ctor(istream) 2000-05-25 07:26:13 +00:00
mac
86ae1ddbaa eoExternalEO, support for using plain functions and structs in EO 2000-05-25 07:18:25 +00:00
gustavo
902d88fef6 adding & modifying .cvsignore's 2000-04-03 09:32:43 +00:00
gustavo
28219fcc12 makefiles almost work 2000-03-30 18:02:03 +00:00
gustavo
5fe7510807 fixing makefiles 2000-03-30 17:11:20 +00:00
gustavo
1fe3a72e10 changing Makefile.am's to accept new subdiretory structure 2000-03-30 14:20:25 +00:00
mac
6c79787c43 Changed some includes for the new dir structure 2000-03-22 16:49:35 +00:00
mac
2799347236 moving... 2000-03-22 14:23:20 +00:00