This repository has been archived on 2026-03-28. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
eodev/eo/src
2001-02-13 14:43:54 +00:00
..
es The BIG change of general operator interface 2001-02-09 05:09:26 +00:00
ga Ok, updated the Makefile.am again to use the 2001-02-12 13:58:51 +00:00
gp The BIG change of general operator interface 2001-02-09 05:09:26 +00:00
obsolete Left-out from the big change of general op interface! 2001-02-09 05:10:25 +00:00
other The BIG change of general operator interface 2001-02-09 05:09:26 +00:00
utils fixed a bug: the parser now correctly parses parameters of the form 2001-02-13 12:38:19 +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 Because it has not extension, I had forgotten to update the eo file itself! 2001-02-09 05:25:25 +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
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
eoDetSelect.h Removed a forgotten comment :-) 2001-01-05 14:42:48 +00:00
eoDetTournamentSelect.h Checking in the name changes in selection procedures. 2001-01-05 05:42:08 +00:00
eoEasyEA.h Modified the include list after the big eoReplacement changes 2000-12-26 07:42:09 +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
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
eoFitnessScalingSelect.h Added ranking selection (eoRankingSelect) and (linear) fitness scaling in 2001-01-25 16:13:15 +00:00
eoFixedLength.h GOing to the generic operators: some additions (eoGeneric*) 2001-01-11 10:48:31 +00:00
eoFunctor.h Added a bit more documentation, more to follow (I hope) 2001-02-13 14:43:54 +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
eoGeneralBreeder.h The BIG change of general operator interface 2001-02-09 05:09:26 +00:00
eoGenericBinOp.h GOing to the generic operators: some additions (eoGeneric*) 2001-01-11 10:48:31 +00:00
eoGenericMonOp.h GOing to the generic operators: some additions (eoGeneric*) 2001-01-11 10:48:31 +00:00
eoGenericQuadOp.h I have separated the include files into 2001-01-27 07:41:46 +00:00
eoGenOp.h The BIG change of general operator interface 2001-02-09 05:09:26 +00:00
eoInit.h removing a warning 2000-11-07 19:13:22 +00:00
eoMerge.h THe big eoReplacement update: 2000-12-19 18:41:19 +00:00
eoMergeReduce.h Checking in the name changes in selection procedures. 2001-01-05 05:42:08 +00:00
eoObject.h Extreme cleanup, see src/obsolete for details 2000-08-10 14:18:34 +00:00
eoOp.h The BIG change of general operator interface 2001-02-09 05:09:26 +00:00
eoOpContainer.h The BIG change of general operator interface 2001-02-09 05:09:26 +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 Added the shuffle(vector<const EOT*>) method 2001-02-07 05:11:37 +00:00
eoPopulator.h Added a comment before eoPopulator class so it is documented! 2001-02-09 08:32:47 +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
eoProportionalCombinedOp.h The BIG change of general operator interface 2001-02-09 05:09:26 +00:00
eoProportionalSelect.h Checking in the name changes in selection procedures. 2001-01-05 05:42:08 +00:00
eoRandomSelect.h Added selection methods 2001-02-07 05:04:24 +00:00
eoRankingSelect.h Added ranking selection (eoRankingSelect) and (linear) fitness scaling in 2001-01-25 16:13:15 +00:00
eoReduce.h Added eoRandomReduce 2001-01-26 04:06:09 +00:00
eoReduceMerge.h THe big eoReplacement update: 2000-12-19 18:41:19 +00:00
eoReplacement.h THe big eoReplacement update: 2000-12-19 18:41:19 +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
eoSelectMany.h THe big eoReplacement update: 2000-12-19 18:41:19 +00:00
eoSelectNumber.h THe big eoReplacement update: 2000-12-19 18:41:19 +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
eoSGA.h The BIG change of general operator interface 2001-02-09 05:09:26 +00:00
eoSGATransform.h The BIG change of general operator interface 2001-02-09 05:09:26 +00:00
eoSteadyFitContinue.h Typos in comments 2001-01-26 17:12:13 +00:00
eoStochTournamentSelect.h Checking in the name changes in selection procedures. 2001-01-05 05:42:08 +00:00
eoSurviveAndDie.h THe big eoReplacement update: 2000-12-19 18:41:19 +00:00
eoTransform.h Changed functor base names and added to version 2000-10-09 16:13:20 +00:00
eoVariableLength.h GOing to the generic operators: some additions (eoGeneric*) 2001-01-11 10:48:31 +00:00
eoVariableLengthCrossover.h Comments added to remove undocumented classes from Doxygen documentation 2001-01-30 04:53:05 +00:00
eoVariableLengthMutation.h GOing to the generic operators: some additions (eoGeneric*) 2001-01-11 10:48:31 +00:00
es.h Added the includes ga.h and es.h 2001-01-28 07:00:41 +00:00
ga.h The BIG change of general operator interface 2001-02-09 05:09:26 +00:00
Makefile.am Removed eoEvolutionStrategy because it was based on eoGeneralOp old interface 2001-02-09 05:28:33 +00:00