|
Genetic Algorithm
|
The genome structure. It contains genes, the length of those genes and a fitness score. The genome must be initialized with the genome_target_init function before use. More...
#include <genetic_algorithm_utils.h>
Public Attributes | |
| gene_t * | genes |
| Pointer to an array of genes. More... | |
| uint16_t | length |
| length of the genes. More... | |
| int | fitness |
| Fitness of the genes. More... | |
The genome structure. It contains genes, the length of those genes and a fitness score. The genome must be initialized with the genome_target_init function before use.
| int genome_t::fitness |
Fitness of the genes.
| gene_t* genome_t::genes |
Pointer to an array of genes.
| uint16_t genome_t::length |
length of the genes.