Commit graph

56 commits

Author SHA1 Message Date
maartenkeijzer
45b5edc081 Increased template depth 2002-01-16 14:52:11 +00:00
evomarc
d4b20d8833 MSVC didn't find (easily) the contrib/MGE dir. So now it's written in the code
and the Makefile.am does not have contrib in the include look path
2001-12-03 14:31:35 +00:00
evomarc
f52b0f6646 imply put all program names on one single line to ease bulding the win files 2001-11-17 07:58:16 +00:00
maartenkeijzer
c5145c8399 Cleaned up 2001-11-08 11:13:19 +00:00
evomarc
e0ae220420 Adding PBIL 2001-11-08 06:53:55 +00:00
maartenkeijzer
beba7bd5c9 Updated makefile.am such that "make check" will run all test programs. Fixed
a number of erronuous return values that made the script fail. What's left
is let Marc clean up the mess he made with t-eoReal and t-eoRealAllESAllAgain
2001-11-07 15:23:24 +00:00
jmerelo
17dc4f9d10 Changed MGE to the contrib dir. No need to change the prefix, I guess 2001-05-17 10:08:25 +00:00
jmerelo
88f281b606 Added 'Viral' operators with test. Implements the Mobile Genetic Elements Technique 2001-05-10 12:16:00 +00:00
evomarc
10064ad967 Adding Evolution Strategies:
src/es/eoEsGlobalXover.h and src/es/eoEsLocalXover.h for crossover
src/es/make_XXX_es.h for user-input
test/t-eoEsAll.cpp to test

However, an old bug appeared: className was not const in eoGenOp (and derived classes)
so I had to change that throughtout the hierarchy
2001-05-02 10:42:32 +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
bfca8ca433 Sorry, last check in was a mistake 2001-04-09 14:20:48 +00:00
evomarc
e3745d0674 Commented some ====== that resulted in error when running autogen.sh 2001-04-09 08:52:41 +00:00
maartenkeijzer
d09c216b61 Ok, made an eoParetoFitness class, which meant that I could roll back a few changes in EO.h (phew).
Also changed eoSelectFromWorth etc.
2001-03-16 12:08:26 +00:00
maartenkeijzer
fe89662e3c t-eoPareto now plots the evolving population and t-eoRandom check is slightly more strict 2001-03-14 10:14:27 +00:00
maartenkeijzer
3c19641c70 Added pareto based stuff 2001-03-12 16:03:08 +00:00
maartenkeijzer
a27aa7112a Test for a ssga added. 2001-03-09 14:14:53 +00:00
maartenkeijzer
7eecd318f9 swapped order of libeo and libeoutils, gcc 2.91 did not like it 2001-02-27 11:44:28 +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
jmerelo
0dd3e27e4e Moved out of the 'obsolete' directory a couple of honest classes, which didn't harm anybody; activated also in Makefile.am the program that tested them 2001-02-13 22:35:07 +00:00
maartenkeijzer
dea8a51f7e Ok, updated the Makefile.am again to use the
make check

Command I picked up in the automake documentation (RTFM, you know)

Tagged a lot of header functions in the GnuPlot files with 'inline',
so they can be used from more than one sourcefile.

Ok, now the interesting news. Started a new library libga (not to be confused
with Matthew's GaLib). Here I suggest we put a fairly complete and configurable
genetic algorithm. Just to see how far we can stretch ourselves and also to have
a GA-componenent that can be used in other applications without having to rebuild
the entire thing. test/t-eoGA.cpp tests this library
2001-02-12 13:58:51 +00:00
maartenkeijzer
d58511132c Removed the -O2 flag from the makefile in the test directory.
Builds should go faster now.
2001-02-09 11:52:55 +00:00
evomarc
018db6689a The big GeneraoOp interface change - in test dir 2001-02-09 05:43:06 +00:00
evomarc
647156c6a8 Adding t-eoSelect.cpp to test selection procedures. Modified Makefile.am accordingly 2001-01-02 13:31:40 +00:00
evomarc
ca586fc799 Added t-eoRepalcement.cpp, that tests all new replacement procedures 2000-12-19 18:42:41 +00:00
gustavoromero
558bded5c0 adding old targets 2000-11-07 19:16:42 +00:00
mac
8ae796ab28 Added symbolic regression, which tests combined ops as well 2000-08-18 08:44:22 +00:00
mac
a4009dee15 Added binary_value.h 2000-08-10 16:41:04 +00:00
mac
13df819937 Still part of extreme cleanup 2000-08-10 14:31:19 +00:00
mac
73461e2d76 Still part of extreme cleanup 2000-08-10 14:30:25 +00:00
mac
6d8e3a6504 Extreme cleanup, see src/obsolete for details 2000-08-10 14:18:34 +00:00
gustavo
cc7148d622 erasing LICENSE from test directory 2000-06-16 09:38:43 +00:00
mac
ff057c799a Removed double reference to t-eoESFull 2000-06-14 07:30:21 +00:00
mac
0533618306 Removed double reference to t-eoESFull 2000-06-14 07:27:51 +00:00
mac
4c4ce70c04 New ES routines 2000-06-12 20:09:59 +00:00
mac
69d9ee7a0f Oops, corrected error in adding t-eoExternalEO 2000-05-25 07:23:24 +00:00
mac
05c4bec808 Updated makefile and added t-eoExternalEO 2000-05-25 07:13:43 +00:00
gustavo
e5825c4d75 some fix 2000-04-11 12:18:30 +00:00
mac
4654d42e30 Oops, it's a pain to get the makefiles up to date when you are working on two machines.... 2000-04-09 09:54:25 +00:00
mac
fee9a330b1 Added t-eoGOpSel. 2000-04-09 09:43:40 +00:00
mac
64a5d2de58 updated Makefiles and removed a few unneeded files. note: ES files are pending 2000-04-07 14:23:59 +00:00
gustavo
b5606ad11a Maarten was right 2000-03-31 16:23:16 +00:00
gustavo
f07b16a575 more fix in makefiles 2000-03-31 14:33:13 +00:00
gustavo
1fe3a72e10 changing Makefile.am's to accept new subdiretory structure 2000-03-30 14:20:25 +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
d3642e4fde Changes 1999-12-17 09:19:13 +00:00
jmerelo
449ed17ff8 Added Marc's ES files and .dsp files for others 1999-11-15 09:26:33 +00:00
jmerelo
0d8648c0e6 Added eoParser 1999-10-29 11:23:10 +00:00
jmerelo
46b6a9e17a Added new RNG and test files for it 1999-10-25 08:25:42 +00:00
jmerelo
0e4d27ec4d Small changes to makefiles 1999-10-15 07:34:55 +00:00
gustavo
387059901b adding more functions and tests for eoNonUniform 1999-10-08 17:45:49 +00:00