FitnessAndId Struct Reference

A simple structure keeping a fitness value and the id of a genotype. More...

Public Attributes

float fitness
 Fitness. More...
 
int id
 Id. More...
 

Detailed Description

A simple structure keeping a fitness value and the id of a genotype.

Definition at line 287 of file evoga.cpp.

Member Data Documentation

float fitness

Fitness.

Definition at line 292 of file evoga.cpp.

int id

Id.

Definition at line 297 of file evoga.cpp.

Referenced by Evoga::evolveSpecializerSteadyState2().


The documentation for this struct was generated from the following file: