DataStructures.h File Reference

Data structures used in GEP, see particular descriptions. More...

Classes

class  GEP::dataSample< InputType, OutputType >
 a structure used in learning process; represents a learning sample Contains vector of input and an output - inputs are set as Chromosome inputs and the output is compared with the output of the Chromosome in the Individual. paramSample is templated over the value type and the type of structure holding additional data. More...
struct  GEP::ConfigArgs

Namespaces

namespace  GEP
 

Namespace for classes related to Gene Expression Programming This namespace contains classes describing Karva chromosomes, individuals based on these chromosomes, genetic operators and poppulation management.


Functions

void GEP::neighborhood_L5 (std::vector< std::pair< short, short > > &neighborhood)
void GEP::neighborhood_L9 (std::vector< std::pair< short, short > > &neighborhood)
void GEP::neighborhood_C9 (std::vector< std::pair< short, short > > &neighborhood)
void GEP::neighborhood_C13 (std::vector< std::pair< short, short > > &neighborhood)

Detailed Description

Data structures used in GEP, see particular descriptions.

Author:
Marek Ostaszewski <Marek.Ostaszewski@uni.lu>
Date:
Thu Apr 2 2009

Copyright (c) 2009 Marek Ostaszewski, Sebastien Varrette (see COPYING)

See also:
DataStructures.h
Author:
Marek Ostaszewski <Marek.Ostaszewski@uni.lu>
Date:
Thu Apr 2 2009

Copyright (c) 2009 Marek Ostaszewski, Sebastien Varrette (see COPYING)


Generated on Fri Dec 11 22:28:17 2009 for LibGEP by  doxygen 1.6.1