GERARDIUM RUSH - MINERAL CIRCUIT OPTIMIZER v1.0.0
"A powerful tool designed to optimize circuit configurations using advanced genetic algorithms." - by Pentlandite
|
Represents an individual in a genetic algorithm. More...
#include <Individual.h>
Data Fields | |
std::vector< int > | genes |
double | fitness |
Represents an individual in a genetic algorithm.
The Individual structure contains a vector of genes that represent the circuit configuration and a fitness value that indicates the quality or performance of the circuit configuration.
double Individual::fitness |
Stores the fitness of the circuit configuration as a double
std::vector<int> Individual::genes |
Stores the circuit configuration as a vector of integers