public class Chromosome extends Object
Modifier and Type | Field and Description |
---|---|
protected double |
fitness
The fitness score of the genes.
|
protected double[] |
genes
The genes.
|
Constructor and Description |
---|
Chromosome(double[] genes,
double fitness) |
Copyright © 2020. All rights reserved.