Namespace List

Here is a list of all namespaces with brief descriptions:
GEPThe top most namespace and anything in this framework will be within that namespace
GEP::CoreThis namespace includes all basics needed to run an evolution on a single computer
GEP::Core::CommonHere are classes that will be subsequently extended and used in GEP.Core.Float, GEP.Core.Double, GEP.Core.Decimal
GEP::Core::Common::FitnessFunctionsDescribes fitness functions that are used to calculate fitness of genotypes
GEP::Core::Common::GeneticOperatorsGenetic operators are defined in this namespace
GEP::Core::Common::GeneticOperators::GenotypeSelectionHolds classes that define how to select genotypes from a population, which will be subjected to genetic operators
GEP::Core::Common::MatingProbabilityFunctionsDescribes functions that evaluate mating probability of genotypes on a given population
GEP::Core::DecimalExtends classes from GEP.Core.Common to use decimal. Not supported yet
GEP::Core::DoubleExtends classes from GEP.Core.Common to use double. Not supported yet
GEP::Core::FloatExtends classes from GEP.Core.Common to use float. Float is the only value type supported now
GEP::Core::Float::FitnessFunctionsHere are classes that inherit Common.FitnessFunctions.FitnessFunction and are used in different ways to calculate Genotype.Fitness
GEP::Core::Float::FunctionsFunctions used in the genome Float.Genotype._linearStructure belong to this namespace
GEP::Core::Float::MatingProbabilityFunctionsDescribes functions that evaluate mating probability of genotypes on a given population
GEP::Core::Float::TimeSeriesLoading Variables data from time series files
GEP .NET Framwork Main Page
SourceForge.net Logo