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
2003-01-05 16:45:48 +00:00
..
do Added an error message in case of unknown reducer 2002-08-29 16:31:50 +00:00
es THe code for the 1/5th mutation was completely wrong! 2002-05-01 02:44:54 +00:00
ga Turned the code that was testing for the existence of the size parameter 2002-04-26 02:39:10 +00:00
gp small typo 2002-06-20 12:38:47 +00:00
obsolete 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
other Various bugs found and resolved. 2001-03-09 14:13:28 +00:00
paradisEO Fixing bug [preserve order of the pop. to evaluate] 2002-12-13 10:03:47 +00:00
pyeo updated build info 2003-01-05 16:45:48 +00:00
utils Added pyeo. Some changes needed to be made for include files and the like 2003-01-05 16:31:50 +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 Adding eoSGAGenOp.h - mimicking eoSGATransform into an eoGenOp 2002-08-23 15:50:57 +00:00
EO.h Added pyeo. Some changes needed to be made for include files and the like 2003-01-05 16:31:50 +00:00
eoAlgo.h Small error in header 2001-11-05 08:24:59 +00:00
eoBreed.h Various bugs found and resolved. 2001-03-09 14:13:28 +00:00
eoCellularEasyEA.h Cellular parallel easy algorithm 2002-04-25 14:06:43 +00:00
eoCloneOps.h Added eoCloneOps.h that contains ... cloning instances of eoXXXOp (all in 2001-04-12 16:46:55 +00:00
eoCombinedContinue.h eoParam, added specialization for eoValueParam<string>::getValue 2001-03-28 09:00:54 +00:00
eoContinue.h Changed functor base names and added to version 2000-10-09 16:13:20 +00:00
eoCounter.h Well, what do you know, major commit. 2001-02-14 10:35:26 +00:00
eoCtrlCContinue.cpp Added the #pragma directive for MSVC++ in all .cpp 2001-11-10 06:59:02 +00:00
eoCtrlCContinue.h Removed trailing text after #endif - causes warning on many compilers 2001-10-08 09:14:15 +00:00
eoDEA.h Adding Distribution-based base abstract classes 2001-11-08 07:40:27 +00:00
eoDetSelect.h added some typename statements to make it compile without warnings under gcc3.2 2002-11-03 13:07:43 +00:00
eoDetTournamentSelect.h Added pyeo. Some changes needed to be made for include files and the like 2003-01-05 16:31:50 +00:00
eoDistribUpdater.h Small modifications here and there to be MSVC++ compatible 2001-11-10 09:02:17 +00:00
eoDistribution.h Adding Distribution-based base abstract classes 2001-11-08 07:40:27 +00:00
eoDominanceMap.h In eoVector, changed printOn and readFrom to virtual 2001-04-03 10:08:08 +00:00
eoEasyEA.h Allowing a first eval. of the pop. to be performed by the E.A. 2002-09-17 07:08:51 +00:00
eoEvalContinue.h Adding eoEvalContinue 2001-04-24 05:05:09 +00:00
eoEvalFunc.h The new libga 2001-04-24 04:52:04 +00:00
eoEvalFuncCounter.h eoEvalFuncCounter is now in a separate file 2001-04-24 04:56:12 +00:00
eoEvalFuncPtr.h Changes due to MSVC 2001-11-17 07:22:59 +00:00
eoFactory.h Removed trailing string after #endif - it generates a lot of useless warning 2001-09-08 05:59:17 +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 The perf2worth major check in 2001-02-16 08:21:25 +00:00
eoFunctor.h Added pyeo. Some changes needed to be made for include files and the like 2003-01-05 16:31:50 +00:00
eoFunctorStore.cpp Added the #pragma directive for MSVC++ in all .cpp 2001-11-10 06:59:02 +00:00
eoFunctorStore.h Made dtor virtual 2001-02-27 11:43:06 +00:00
eoG3Replacement.h Adding replacement strategies: teh ReduceMergeReduce for EASEA and the 2002-08-23 15:54:30 +00:00
eoGenContinue.h In eoVector, changed printOn and readFrom to virtual 2001-04-03 10:08:08 +00:00
eoGeneralBreeder.h Removed trailing string after #endif - it generates a lot of useless warning 2001-09-08 05:59:17 +00:00
eoGenOp.h Added pyeo. Some changes needed to be made for include files and the like 2003-01-05 16:31:50 +00:00
eoInit.h added some typename statements to make it compile without warnings under gcc3.2 2002-11-03 13:07:43 +00:00
eoInvalidateOps.h A few minor corrections (and some comments) after Maarten big commit 2001-02-15 04:47:18 +00:00
eoLinearFitScaling.h More details to make code MSVC-compatible 2001-12-03 11:08:17 +00:00
eoMerge.h Changed all variables named howmany into combien (French for how many) 2001-04-11 12:01:51 +00:00
eoMergeReduce.h Checking in the name changes in selection procedures. 2001-01-05 05:42:08 +00:00
eoMGGReplacement.h Adding replacement strategies: teh ReduceMergeReduce for EASEA and the 2002-08-23 15:54:30 +00:00
eoNDSorting.h Removed some multiple declaraions inside for loops that MSVC++ doesn't like 2002-08-02 07:40:47 +00:00
eoObject.h Removed trailing string after #endif - it generates a lot of useless warning 2001-09-08 05:59:17 +00:00
eoOneToOneBreeder.h Added pyeo. Some changes needed to be made for include files and the like 2003-01-05 16:31:50 +00:00
eoOp.h 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
eoOpContainer.h Added pyeo. Some changes needed to be made for include files and the like 2003-01-05 16:31:50 +00:00
eoOpSelMason.h Removed trailing string after #endif - it generates a lot of useless warning 2001-09-08 05:59:17 +00:00
eoParetoConstraintFitness.h Adding class eoParetoOneConstraintFitness, multi-valued fitness + 1 constraint 2002-03-05 05:38:21 +00:00
eoParetoFitness.cpp Fixed some compatibility issues with GCC 3.0.1 and the Intel C++ Compiler 2002-02-04 13:16:50 +00:00
eoParetoFitness.h Added a constructor from a vector<double> - mandatory in all applications 2002-02-08 07:48:03 +00:00
eoParetoRanking.h Changed a few things in the eoPerf2Worth classes, EO.h and eoSelectOne.h are functionally unchanged 2001-03-21 10:55:22 +00:00
eoPerf2Worth.h Changes due to MSVC 2001-11-17 07:22:59 +00:00
eoPersistent.cpp Added the #pragma directive for MSVC++ in all .cpp 2001-11-10 06:59:02 +00:00
eoPersistent.h Removed trailing string after #endif - it generates a lot of useless warning 2001-09-08 05:59:17 +00:00
eoPop.h added some typename statements to make it compile without warnings under gcc3.2 2002-11-03 13:07:43 +00:00
eoPopAlgo.h Defines any population-based algorithm. 2002-03-27 17:28:04 +00:00
eoPopEvalFunc.h Included apply.h for consistency (though in most cases it was included from eo file 2001-09-04 06:50:42 +00:00
eoPopulator.h added some typename statements to make it compile without warnings under gcc3.2 2002-11-03 13:07:43 +00:00
eoPrintable.cpp Added the #pragma directive for MSVC++ in all .cpp 2001-11-10 06:59:02 +00:00
eoPrintable.h Removed trailing string after #endif - it generates a lot of useless warning 2001-09-08 05:59:17 +00:00
eoProportionalCombinedOp.h A few minor corrections (and some comments) after Maarten big commit 2001-02-15 04:47:18 +00:00
eoProportionalSelect.h Removed trailing string after #endif - it generates a lot of useless warning 2001-09-08 05:59:17 +00:00
eoRandomSelect.h Removed eoSequentialSelect 2002-06-17 09:18:37 +00:00
eoRanking.h added some typename statements to make it compile without warnings under gcc3.2 2002-11-03 13:07:43 +00:00
eoRankingSelect.h Removed trailing string after #endif - it generates a lot of useless warning 2001-09-08 05:59:17 +00:00
eoReduce.h added some typename statements to make it compile without warnings under gcc3.2 2002-11-03 13:07:43 +00:00
eoReduceMerge.h THe big eoReplacement update: 2000-12-19 18:41:19 +00:00
eoReduceMergeReduce.h Added a missing test in the weak elitism 2002-08-29 16:44:30 +00:00
eoReduceSplit.h Adding replacement strategies: teh ReduceMergeReduce for EASEA and the 2002-08-23 15:54:30 +00:00
eoReplacement.h Modified the comments so they appear in doxygen doc (and updated them also) 2002-04-09 08:48:44 +00:00
eoScalarFitness.h eoVector is back (eoFixedLength and eoVariableLength are gone) 2001-02-17 10:51:31 +00:00
eoSelect.h Changed functor base names and added to version 2000-10-09 16:13:20 +00:00
eoSelectFactory.h Removed trailing string after #endif - it generates a lot of useless warning 2001-09-08 05:59:17 +00:00
eoSelectFromWorth.h added some typename statements to make it compile without warnings under gcc3.2 2002-11-03 13:07:43 +00:00
eoSelectMany.h Replaced stupid eoRateParam by eoValueParam<eoHowMnay> 2001-05-07 07:13:36 +00:00
eoSelectNumber.h THe big eoReplacement update: 2000-12-19 18:41:19 +00:00
eoSelectOne.h Small modifications here and there to be MSVC++ compatible 2001-11-10 09:02:17 +00:00
eoSelectPerc.h adding a lot of includes 2000-12-01 15:46:07 +00:00
eoSequentialSelect.h Separated eoSequentialSelect from eoRandomSelect.h file 2002-06-17 09:12:08 +00:00
eoSGA.h invalidating supported now 2001-03-12 14:27:31 +00:00
eoSGAGenOp.h Removed non-tested code (forthcoming)... 2002-08-23 16:06:06 +00:00
eoSGATransform.h A few minor corrections (and some comments) after Maarten big commit 2001-02-15 04:47:18 +00:00
eoSharing.h Adding more repalcements utilities (see do/make_easea_algo.h) 2002-08-23 15:56:09 +00:00
eoSimpleDEA.h Adding Distribution-based base abstract classes 2001-11-08 07:40:27 +00:00
eoSteadyFitContinue.h Typos in comments 2001-01-26 17:12:13 +00:00
eoSTLFunctor.h 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
eoStochTournamentSelect.h Replaced floats by doubles 2002-04-19 14:04:25 +00:00
eoSurviveAndDie.h THe big eoReplacement update: 2000-12-19 18:41:19 +00:00
eoToricCellularEasyEA.h A toric topology for cellular E.A. 2002-04-25 14:08:26 +00:00
eoTransform.h Changed functor base names and added to version 2000-10-09 16:13:20 +00:00
eoTruncatedSelectMany.h Adding the truncation selectors. 2002-06-17 04:13:45 +00:00
eoTruncatedSelectOne.h Added include file eoHowMany for self-consistency 2002-06-17 09:19:17 +00:00
eoTruncSelect.h Added pyeo. Some changes needed to be made for include files and the like 2003-01-05 16:31:50 +00:00
eoVariableLengthCrossover.h Modified the className() method so that the Atom underlying operator is listed 2001-09-04 06:51:59 +00:00
eoVariableLengthMutation.h Modified the className() method so that the Atom underlying operator is listed 2001-09-04 06:51:59 +00:00
eoVector.h *** empty log message *** 2002-10-18 11:39:09 +00:00
es.h Removed trailing string after #endif - it generates a lot of useless warning 2001-09-08 05:59:17 +00:00
ga.h Removed trailing string after #endif - it generates a lot of useless warning 2001-09-08 05:59:17 +00:00
Makefile.am Added pyeo. Some changes needed to be made for include files and the like 2003-01-05 16:31:50 +00:00
paradiseo.h Changing the include file that contain all include from 2002-04-12 14:39:58 +00:00