|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BreedingPipeline | |
|---|---|
| ec | |
| ec.breed | |
| ec.gp | |
| ec.gp.breed | |
| ec.gp.koza | |
| ec.rule.breed | |
| ec.steadystate | |
| ec.vector.breed | |
| Uses of BreedingPipeline in ec |
|---|
| Fields in ec declared as BreedingPipeline | |
|---|---|
BreedingPipeline |
Species.pipe_prototype
The prototypical breeding pipeline for this species. |
| Uses of BreedingPipeline in ec.breed |
|---|
| Subclasses of BreedingPipeline in ec.breed | |
|---|---|
class |
BufferedBreedingPipeline
If empty, a BufferedBreedingPipeline makes a request of exactly num-inds individuals from a single child source; it then uses these individuals to fill requests (returning min each time), until the buffer is emptied, at which time it grabs exactly num-inds more individuals, and so on. |
class |
ForceBreedingPipeline
ForceBreedingPipeline has one source. |
class |
GenerationSwitchPipeline
GenerationSwitchPipeline is a simple BreedingPipeline which switches its source depending on the generation. |
class |
MultiBreedingPipeline
MultiBreedingPipeline is a BreedingPipeline stores some n child sources; each time it must produce an individual or two, it picks one of these sources at random and has it do the production. |
class |
ReproductionPipeline
ReproductionPipeline is a BreedingPipeline which simply makes a copy of the individuals it recieves from its source. |
| Uses of BreedingPipeline in ec.gp |
|---|
| Subclasses of BreedingPipeline in ec.gp | |
|---|---|
class |
GPBreedingPipeline
A GPBreedingPipeline is a BreedingPipeline which produces only members of some subclass of GPSpecies. |
| Uses of BreedingPipeline in ec.gp.breed |
|---|
| Subclasses of BreedingPipeline in ec.gp.breed | |
|---|---|
class |
InternalCrossoverPipeline
InternalCrossoverPipeline picks two subtrees from somewhere within an individual, and crosses them over. |
class |
MutateAllNodesPipeline
MutateAllNodesPipeline implements the AllNodes mutation algorithm described in Kumar Chellapilla, "A Preliminary Investigation into Evolving Modular Programs without Subtree Crossover", GP98. |
class |
MutateDemotePipeline
MutateDemotePipeline works very similarly to the DemoteNode algorithm described in Kumar Chellapilla, "A Preliminary Investigation into Evolving Modular Programs without Subtree Crossover", GP98, and is also similar to the "insertion" operator found in Una-May O'Reilly's thesis, "An Analysis of Genetic Programming". |
class |
MutateERCPipeline
MutateERCPipeline works very similarly to the "Gaussian" algorithm described in Kumar Chellapilla, "A Preliminary Investigation into Evolving Modular Programs without Subtree Crossover", GP98. |
class |
MutateOneNodePipeline
MutateOneNodesPipeline implements the OneNode mutation algorithm described in Kumar Chellapilla, "A Preliminary Investigation into Evolving Modular Programs without Subtree Crossover", GP98. |
class |
MutatePromotePipeline
MutatePromotePipeline works very similarly to the PromoteNode algorithm described in Kumar Chellapilla, "A Preliminary Investigation into Evolving Modular Programs without Subtree Crossover", GP98, and is also similar to the "deletion" operator found in Una-May O'Reilly's thesis, "An Analysis of Genetic Programming". |
class |
MutateSwapPipeline
MutateSwapPipeline works very similarly to the Swap algorithm described in Kumar Chellapilla, "A Preliminary Investigation into Evolving Modular Programs without Subtree Crossover", GP98. |
class |
RehangPipeline
RehangPipeline picks a nonterminal node other than the root and "rehangs" it as a new root. |
| Uses of BreedingPipeline in ec.gp.koza |
|---|
| Subclasses of BreedingPipeline in ec.gp.koza | |
|---|---|
class |
CrossoverPipeline
CrossoverPipeline is a GPBreedingPipeline which performs a strongly-typed version of Koza-style "Subtree Crossover". |
class |
MutationPipeline
MutationPipeline is a GPBreedingPipeline which implements a strongly-typed version of the "Point Mutation" operator as described in Koza I. |
| Uses of BreedingPipeline in ec.rule.breed |
|---|
| Subclasses of BreedingPipeline in ec.rule.breed | |
|---|---|
class |
RuleCrossoverPipeline
RuleCrossoverPipeline is a BreedingPipeline which implements a simple default crossover for RuleIndividuals. |
class |
RuleMutationPipeline
RuleMutationPipeline is a BreedingPipeline which implements a simple default Mutation for RuleIndividuals. |
| Uses of BreedingPipeline in ec.steadystate |
|---|
| Fields in ec.steadystate declared as BreedingPipeline | |
|---|---|
BreedingPipeline[] |
SteadyStateBreeder.bp
If st.firstTimeAround, this acts exactly like SimpleBreeder. |
| Methods in ec.steadystate with parameters of type BreedingPipeline | |
|---|---|
void |
SteadyStateBreeder.sourcesAreProperForm(SteadyStateEvolutionState state,
BreedingPipeline[] breedingPipelines)
Called to check to see if the breeding sources are correct -- if you use this method, you must call state.output.exitIfErrors() immediately afterwards. |
| Uses of BreedingPipeline in ec.vector.breed |
|---|
| Subclasses of BreedingPipeline in ec.vector.breed | |
|---|---|
class |
VectorCrossoverPipeline
VectorCrossoverPipeline is a BreedingPipeline which implements a simple default crossover for VectorIndividuals. |
class |
VectorMutationPipeline
VectorMutationPipeline is a BreedingPipeline which implements a simple default Mutation for VectorIndividuals. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||