Classes | |
class | Alphabet |
An array of Symbols. More... | |
class | Functions |
Holds some commonly used functions by other classes. More... | |
class | Genotype |
The genotype is a function that evlolves to solve the given problem. More... | |
class | GepException |
Used to rise exceptions related to the GEP .NET Framework. More... | |
class | OperatorsSet |
Stores genetic operators, mating probability function and fitness function. More... | |
class | Population |
A population of Genotypes. More... | |
class | Symbol |
Represents functions, variables and constants in Genotype._linearStructure. More... | |
Namespaces | |
namespace | FitnessFunctions |
Describes fitness functions that are used to calculate fitness of genotypes. | |
namespace | GeneticOperators |
Genetic operators are defined in this namespace. | |
namespace | MatingProbabilityFunctions |
Describes functions that evaluate mating probability of genotypes on a given population. | |
Functions | |
delegate void | GenerationCalculatedCallback (Population population) |
Functions of this type can be called after each generation has funished calculations and just before creating the new generation. |