public class LinearRanking extends Object implements ISelect
LinearRanking: Selekcja liniowa wg rang.| Constructor and Description |
|---|
LinearRanking() |
| Modifier and Type | Method and Description |
|---|---|
LinkedList<Chromosome> |
select(LinkedList<Chromosome> chromosomes)
Funkcja select.
|
public final LinkedList<Chromosome> select(LinkedList<Chromosome> chromosomes) throws GeneticAlgorithmException
select in interface ISelectchromosomes - Lista chromosomów.GeneticAlgorithmException - (chromosomes == null)
or (fitnessFunction == null)Copyright © 2008–2015 Delhezi. All rights reserved.