| Package | Description |
|---|---|
| ec.gp.breed | |
| ec.gp.koza |
| Modifier and Type | Field and Description |
|---|---|
GPNodeSelector |
MutateAllNodesPipeline.nodeselect
How the pipeline chooses a subtree to mutate
|
GPNodeSelector |
MutateOneNodePipeline.nodeselect
How the pipeline chooses a subtree to mutate
|
GPNodeSelector |
MutateERCPipeline.nodeselect
How the pipeline chooses a subtree to mutate
|
GPNodeSelector |
InternalCrossoverPipeline.nodeselect0
How the pipeline chooses the first subtree
|
GPNodeSelector |
InternalCrossoverPipeline.nodeselect1
How the pipeline chooses the second subtree
|
GPNodeSelector |
SizeFairCrossoverPipeline.nodeselect1
How the pipeline selects a node from individual 1
|
GPNodeSelector |
SizeFairCrossoverPipeline.nodeselect2
How the pipeline selects a node from individual 2
|
| Modifier and Type | Class and Description |
|---|---|
class |
KozaNodeSelector
KozaNodeSelector is a GPNodeSelector which picks nodes in trees a-la Koza I,
with the addition of having a probability of always picking the root.
|
| Modifier and Type | Field and Description |
|---|---|
GPNodeSelector |
MutationPipeline.nodeselect
How the pipeline chooses a subtree to mutate
|
GPNodeSelector |
CrossoverPipeline.nodeselect1
How the pipeline selects a node from individual 1
|
GPNodeSelector |
CrossoverPipeline.nodeselect2
How the pipeline selects a node from individual 2
|
Copyright © 2014 Evolutionary Computation Laboratory at George Mason University. All rights reserved.