JGAP

Package org.jgap.gp.impl

Genetic Programming classes, non-abstract, no interfaces

See:
          Description

Class Summary
BranchTypingCross Crossing over for GP ProgramChromosomes.
CommandFactory Easily creates single and batched consistent command objects.
DefaultGPFitnessEvaluator A default implementation of a fitness evaluator.
DefaultPopulationCreator Default implementation of interface IPopulationCreator.
DefaultProgramCreator Used by DefaultPopulationCreator to create GP programs.
DeltaGPFitnessEvaluator Fitness evaluator taking input as delta values.
FitnessProportionateSelection Deprecated. use TournamentSelector or WeightedGPRouletteSelector instead
GPConfiguration Configuration for a GP.
GPGenotype Genotype for GP Programs.
GPPopulation Population for GP programs.
GPProgram A GP program contains 1..n ProgramChromosome's.
GPProgramFitnessComparator Simple comparator to allow the sorting of GPProgram lists with the highest fitness value in first place of the list.
GPProgramInfo Holds information about a program.
JGAPTreeBranchRenderer Renders the branches' colors of a tree to display.
JGAPTreeNode A CommandGene represented as a tree node.
JGAPTreeNodeRenderer Renders the nodes' colors of a tree to display.
ProgramChromosome Chromosome representing a single GP Program.
StaticPopulationCreator Creates a population by copying a given population into it.
TournamentSelector A GP tournament selector.
 

Package org.jgap.gp.impl Description

Genetic Programming classes, non-abstract, no interfaces


JGAP