Collaboration diagram for Strongly Typed Genetic Programming framework:
Files | |
file | st.h |
Main include file for genetiK::gp::st namespace. | |
Classes | |
class | genetiK::gp::st::Gene |
Gene: The node of the genetic programming tree. More... | |
class | genetiK::gp::st::Individual |
Individual: GP-ST-specific Individual. More... | |
class | genetiK::gp::st::IndividualFactory |
IndividualFactory: GP-ST-specific IndividualFactory. More... | |
Typedefs | |
typedef unsigned char | genetiK::gp::st::GeneType |
The strongly typed type The GeneType type, is used to add the stronly typed paradigm to the classical genetic programming. |