Collaboration diagram for Genetic Programming framework:
|
Files | |
| file | gp.h |
| Main include file for genetiK::gp namespace. | |
Modules | |
| Strongly Typed Genetic Programming framework | |
Classes | |
| class | genetiK::gp::Gene |
| Gene: The node of the genetic programming tree. More... | |
| class | genetiK::gp::Individual |
| Individual: GP-specific Individual. More... | |
| class | genetiK::gp::IndividualFactory |
| IndividualFactory: GP-specific Individual Factory. More... | |
Enumerations | |
| enum | genetiK::gp::ETreeInitialization { genetiK::gp::GROW = 0, genetiK::gp::FULL } |
| Tree initialisation. More... | |
| enum | genetiK::gp::IndividualFactory::EGenerateGeneFlags { genetiK::gp::IndividualFactory::TERMINAL = 1, genetiK::gp::IndividualFactory::FUNCTION = 2 } |
| Node flags. More... | |
|
|
Node flags. These flags specifies what generateGene should generate.
|
|
|
Tree initialisation. You can specify to the factory how to initializate the tree.
|
1.4.6