Class List

Here are the classes, structs, unions and interfaces with brief descriptions:
GEP::Core::Float::Functions::AdditionAdds two floats
GEP::Core::Float::AlphabetAn array of Symbols
GEP::Core::Common::AlphabetAn array of Symbols
GEP::Core::Float::ConstantConstants are numbers that do not change in one generation
GEP::Core::Float::ConstantMutationHolds data necessary to perform mutation on a Constant from an Alphabet
GEP::Core::Float::ConstantsSetMutationMutates constants in an alphabet of constants
GEP::Core::Float::Functions::CosThe cosine of a number
GEP::Core::Float::MatingProbabilityFunctions::DirectFitnessToProbabilityDirectly maps fitness to mating probability
GEP::Core::Float::Functions::DivisionDivides two numbers
GEP::Core::Common::GeneticOperators::ElitismCopies a number of genotypes to the new generation unchanged
GEP::Core::Common::GeneticOperators::GenotypeSelection::EverySelects every genotype in a Common.Population
GEP::Core::Common::FitnessFunctions::FitnessFunctionGenotype's fitness is calculated with children of this class
GEP::Core::Float::FitnessFunctions::FitnessFunctionCalculates fitness of Genotypes
GEP::Core::Common::GeneticOperators::GenotypeSelection::FittestSelects The fittest genotypes in a Population
GEP::Core::Common::FunctionsHolds some commonly used functions by other classes
GEP::Core::Common::GeneticOperators::GeneticOperatorThe base class of any genetic operator
GEP::Core::Common::GeneticOperators::GeneTranspositionCopies genes from one place in the linear structure to another
GEP::Core::Common::GenotypeThe genotype is a function that evlolves to solve the given problem
GEP::Core::Float::GenotypeThe genotype is a function that evlolves to solve the given problem
GEP::Core::Common::GeneticOperators::GenotypeSelection::GenotypeSelectionThe base interface of any selection definition
GEP::Core::Common::GepExceptionUsed to rise exceptions related to the GEP .NET Framework
GEP::Core::Float::TimeSeries::InterestRateTimeSeries
GEP::Core::Common::GeneticOperators::InversionSubjects a segment of a head of a gene to inversion
GEP::Core::Float::Functions::InvertSignInverts the sign of a number
GEP::Core::Float::TimeSeries::ITimeSeriesThe base of time series loaders
GEP::Core::Float::Functions::LogarithmLogarithm of two numbers, the second of them is the base
GEP::Core::Common::MatingProbabilityFunctions::MatingProbabilityFunctionThe base class of any mating probability function
GEP::Core::Float::MatingProbabilityFunctions::MatingProbabilityFunctionAll mating probability functions working with float inherit this class
GEP::Core::Float::FitnessFunctions::MeanAbsoluteErrorEvaluates the mean absolute error between FitnessFunction._expectedOutput and Genotype's output
GEP::Core::Float::FitnessFunctions::MeanAbsolutePercentageErrorEvaluates the mean absolute precentage error between FitnessFunction._expectedOutput and Genotype's output
GEP::Core::Float::FitnessFunctions::MeanSquaredErrorEvaluates the mean squared error between FitnessFunction._expectedOutput and Genotype's output
GEP::Core::Float::FitnessFunctions::MeanSquaredPercentageErrorEvaluates the mean squared percentage error between FitnessFunction._expectedOutput and Genotype's output
GEP::Core::Float::Functions::MultipleAdditionAdds a predefined number of floats
GEP::Core::Float::Functions::MultiplicationMultiplies two numbers
GEP::Core::Common::GeneticOperators::MutationMutates the linear structure of a genotype
GEP::Core::Float::TimeSeries::NormalTimeSeriesReads a normal time series that is with fixed time periods/frames
GEP::Core::Common::GeneticOperators::OnePointCrossoverApplies one point crossover to two genotypes and producess offspring
GEP::Core::Common::OperatorsSetStores genetic operators, mating probability function and fitness function
GEP::Core::Common::GeneticOperators::PartialTranspositionTransposition of a part from one gene's head and tail to another gene's head
GEP::Core::Common::PopulationA population of Genotypes
GEP::Core::Float::PopulationA population of Genotypes
GEP::Core::Float::Functions::PowerRises one number on the power of another
GEP::Core::Common::GeneticOperators::GenotypeSelection::RandomAccordingToMatingProababilityRepresents a roulette wheel, where every genotype has a sector with the length of its Genotype.MatingProbability
GEP::Core::Float::Functions::SinThe sine of a number
GEP::Core::Float::MatingProbabilityFunctions::SogartarEllipticMappingFitnessToProbabilityThe mapping function is composed of quarters of two ellipses
GEP::Core::Float::MatingProbabilityFunctions::SogartarParabolicMappingFitnessToProbabilityThe mapping function is composed of halfs of two parabolas
GEP::Core::Float::MatingProbabilityFunctions::SogartarSemiEllipticSemiParabolicThe middle between SogartarEllipticMappingFitnessToProbability and SogartarParabolicMappingFitnessToProbability
GEP::Core::Float::Functions::SqrtThe square root of the absolute value of a number
GEP::Core::Float::Functions::SquareRises a number to second power
GEP::Core::Float::Functions::SquashedMultipleAdditionSubjects a predefined number of parameters to MultipleAddition and the result is squashed
GEP::Core::Float::Functions::SubtractionSubtracts one number from another
GEP::Core::Float::SymbolThe base class for Functions, Variables and Constants. The later are used in coding the Common.Genotype._linearStructure
GEP::Core::Common::SymbolRepresents functions, variables and constants in Genotype._linearStructure
GEP::Core::Float::Functions::ThresholdThreshlod function, where the value is different for the following sets: (-Infinity, _threshold), _threshold (_threshold, +Infinity)
GEP::Core::Common::GeneticOperators::TwoPointCrossoverApplies two point crossover to two genotypes and producess offspring
GEP::Core::Float::VariableVariables are a part of the genome (Common.Genotype._linearStructure) of a genotype
GEP .NET Framwork Main Page
SourceForge.net Logo