..
es
- added the #define for eo_verbose (true) and eo_no_verbose (false)
2000-12-04 14:53:59 +00:00
ga
Changed the (abstract) name for fitness from F to FitT so it matches
2000-12-02 08:21:18 +00:00
gp
ok, fixed this problem with typedefs in gcc-0.92 (strange....)
2000-08-23 13:07:51 +00:00
obsolete
Moved eoCopyElite.h to obsolete dir - was redundant with eoMerge.h
2000-11-30 06:11:49 +00:00
other
Still part of extreme cleanup
2000-08-10 14:30:25 +00:00
utils
New base class eoUpdatable.h - for objects that need upates in eoCheckPoints
2000-12-07 09:56:00 +00:00
.cvsignore
1999-01-29 12:23:55 +00:00
apply.h
fix no newline at end of file warning
2000-11-08 12:55:26 +00:00
eo
- added the #define for eo_verbose (true) and eo_no_verbose (false)
2000-12-04 14:53:59 +00:00
EO.h
fix Fitness default construction value
2000-11-24 11:52:49 +00:00
eoAlgo.h
Changed functor base names and added to version
2000-10-09 16:13:20 +00:00
eoBackInserter.h
Changed the general operator interface to be consistent with the rest
2000-04-09 09:41:29 +00:00
eoBreed.h
Changed functor base names and added to version
2000-10-09 16:13:20 +00:00
eoCombinedContinue.h
Changed Maarten's 2-continuator construct into a vector of pointer,
2000-11-24 17:26:22 +00:00
eoContinue.h
Changed functor base names and added to version
2000-10-09 16:13:20 +00:00
eoCounter.h
fix warning: no newline at end of file
2000-11-10 09:55:10 +00:00
eoDetTournament.h
Extreme cleanup, see src/obsolete for details
2000-08-10 14:18:34 +00:00
eoDetTournamentInserter.h
Extreme cleanup, see src/obsolete for details
2000-08-10 14:18:34 +00:00
eoEasyEA.h
eoCounter?
2000-08-23 12:03:01 +00:00
eoEvalFunc.h
Minor change of the default label
2000-11-28 15:31:38 +00:00
eoEvalFuncPtr.h
Extreme cleanup, see src/obsolete for details
2000-08-10 14:18:34 +00:00
eoEvolutionStrategy.h
eoCounter?
2000-08-23 12:03:01 +00:00
eoFactory.h
Changes to eo1d interface and bug fixes
1999-09-20 11:35:01 +00:00
eoFitContinue.h
Added a comment to stdout upon termination - so we know why we stop in case
2000-11-28 15:35:09 +00:00
eoFixedLength.h
Changed ostream_iterator<double> to use AtomType rather than double.
2000-10-06 07:32:26 +00:00
eoFunctor.h
removing a warning
2000-11-07 19:13:22 +00:00
eoFunctorStore.cpp
changed int to size_t
2000-08-10 16:43:39 +00:00
eoFunctorStore.h
fix warning: no newline at end of file
2000-11-10 09:55:10 +00:00
eoGenContinue.h
adding a new terminator and a monitor
2000-12-01 19:09:34 +00:00
eoGOpBreeder.h
Changed functor base names and added to version
2000-10-09 16:13:20 +00:00
eoGOpSelector.h
updated version info, added flush to stdoutmonitor and sprinkled a few typenames
2000-10-27 09:12:31 +00:00
eoIndiSelector.h
Changed functor base names and added to version
2000-10-09 16:13:20 +00:00
eoInit.h
removing a warning
2000-11-07 19:13:22 +00:00
eoInplaceTransform.h
Extreme cleanup, see src/obsolete for details
2000-08-10 14:18:34 +00:00
eoInserter.h
Changed functor base names and added to version
2000-10-09 16:13:20 +00:00
eoMerge.h
Changed functor base names and added to version
2000-10-09 16:13:20 +00:00
eoObject.h
Extreme cleanup, see src/obsolete for details
2000-08-10 14:18:34 +00:00
eoOp.h
dded the className method for eoMon, eoBin and eoQuad classes
2000-11-17 17:06:53 +00:00
eoOpFactory.h
Changes to eo1d interface and bug fixes
1999-09-20 11:35:01 +00:00
eoOpSelector.h
Updated eoBreeder to use the even newer general operator interface
2000-04-09 10:05:55 +00:00
eoOpSelMason.h
Changes to eo1d interface and bug fixes
1999-09-20 11:35:01 +00:00
eoPersistent.cpp
no message
2000-03-22 14:30:57 +00:00
eoPersistent.h
fixing makefiles
2000-03-30 17:11:20 +00:00
eoPop.h
bug fix
2000-11-08 12:38:13 +00:00
eoPrintable.cpp
1999-01-29 12:23:55 +00:00
eoPrintable.h
Changed double linefeeds, will undo this if it doesn't work
2000-02-19 18:21:47 +00:00
eoProportional.h
changing genetic operators
2000-11-24 12:33:44 +00:00
eoProportionalCombinedOp.h
Added virtual and const keywords all around - as I tried to use a derived
2000-12-05 05:22:55 +00:00
eoProportionalGOpSel.h
updated Makefiles and removed a few unneeded files. note: ES files are pending
2000-04-07 14:23:59 +00:00
eoProportionalOpSel.h
Removed dependence on eoUniform, changed it to use rng.random or rng.uniform directly
2000-06-10 13:22:53 +00:00
eoReduce.h
Changed functor base names and added to version
2000-10-09 16:13:20 +00:00
eoReplacement.h
Changed functor base names and added to version
2000-10-09 16:13:20 +00:00
eoScalarFitness.h
Removed a few dsp files and changed saving/loading eoPops a bit.
2000-08-14 11:18:34 +00:00
eoSelect.h
Changed functor base names and added to version
2000-10-09 16:13:20 +00:00
eoSelectFactory.h
Changes to eo1d interface and bug fixes
1999-09-20 11:35:01 +00:00
eoSelectOne.h
Changed functor base names and added to version
2000-10-09 16:13:20 +00:00
eoSelectPerc.h
adding a lot of includes
2000-12-01 15:46:07 +00:00
eoSelectRandom.h
Extreme cleanup, see src/obsolete for details
2000-08-10 14:18:34 +00:00
eoSequentialGOpSel.h
Added symbolic regression, which tests combined ops as well
2000-08-18 08:44:22 +00:00
eoSGA.h
Added the class eoSGATransform: I break the one file / one class rule
2000-11-28 17:17:19 +00:00
eoSteadyFitContinue.h
An eoContinue class that allows a minimum number of generations,
2000-11-24 17:41:39 +00:00
eoSteadyStateEA.h
Extreme cleanup, see src/obsolete for details
2000-08-10 14:18:34 +00:00
eoSteadyStateInserter.h
Extreme cleanup, see src/obsolete for details
2000-08-10 14:18:34 +00:00
eoSteadyStateTransform.h
Added symbolic regression, which tests combined ops as well
2000-08-18 08:44:22 +00:00
eoStochTournament.h
adding a lot of includes
2000-12-01 15:46:07 +00:00
eoStochTournamentInserter.h
Extreme cleanup, see src/obsolete for details
2000-08-10 14:18:34 +00:00
eoTransform.h
Changed functor base names and added to version
2000-10-09 16:13:20 +00:00
eoVariableLength.h
Extreme cleanup, see src/obsolete for details
2000-08-10 14:18:34 +00:00
eoWrappedOps.h
Added symbolic regression, which tests combined ops as well
2000-08-18 08:44:22 +00:00
Makefile.am
Removed eoCopyElite.h, redundant with eoMerge.h
2000-11-30 06:04:09 +00:00