C# Class GeneticAlgorithms.Example_Classes.PieCakeSelector

Inheritance: ISelectionProvider
Show file Open project: DanielBaulig/Genetic-Algorithms

Public Methods

Method Description
PieCakeSelector ( ) : System
select ( ArrayList population, float totalFitness ) : IChromosome

Method Details

PieCakeSelector() public method

public PieCakeSelector ( ) : System
return System

select() public method

public select ( ArrayList population, float totalFitness ) : IChromosome
population System.Collections.ArrayList
totalFitness float
return IChromosome