|
| GPGenome (const GPGenome &) |
|
| GPGenome (std::string) |
|
| GPGenome (std::istream &) |
|
GPGenome & | operator= (const GPGenome &) |
|
GPChromosomePtr | GetChrom () const |
|
void | Initialise () |
|
void | Mutate (double) |
|
void | SetFitness (double f) |
|
double | GetFitness () const |
|
void | UniformCrossover (const GPGenome &, const GPGenome &) |
|
void | Crossover (GPGenome &) |
|
std::ostream & | Print (std::ostream &) const |
|
|
static void | SetStructure (int, int, int, int, int, int, int, int) |
|
static int | GetNIP () |
|
static void | SetNIP (int n) |
|
static int | GetNIF () |
|
static int | GetNN () |
|
static int | GetNO () |
|
static int | GetNSFI () |
|
static void | SetNSFI (int n) |
|
|
static const std::string | _CT = "GPGenome" |
|
|
std::ostream & | operator<< (std::ostream &s, const GPGenome &p) |
|
The documentation for this class was generated from the following files: