FitnessAndId Struct Reference

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

Public Attributes

float fitness
 Fitness.
 
int id
 Id.
 

Detailed Description

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

Definition at line 155 of file evoga.cpp.

Member Data Documentation

float fitness

Fitness.

Definition at line 160 of file evoga.cpp.

int id

Id.

Definition at line 165 of file evoga.cpp.


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