public static class JMHSample_25_API_GA.Population extends Object
Constructor and Description |
---|
Population() |
Modifier and Type | Method and Description |
---|---|
void |
addChromosome(JMHSample_25_API_GA.Chromosome c) |
List<JMHSample_25_API_GA.Chromosome> |
getAll() |
JMHSample_25_API_GA.Chromosome |
selectToBreed()
Select the breeding material.
|
int |
size() |
public void addChromosome(JMHSample_25_API_GA.Chromosome c)
public JMHSample_25_API_GA.Chromosome selectToBreed()
public int size()
public List<JMHSample_25_API_GA.Chromosome> getAll()
Copyright © 2015. All rights reserved.