C# Class GeneticAlgorithms.ExampleClasses.RandomSelector

Inheritance: ISelectionProvider
Mostrar archivo Open project: DanielBaulig/Genetic-Algorithms

Protected Properties

Property Type Description
randomizer System.Random

Public Methods

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

Method Details

RandomSelector() public method

public RandomSelector ( ) : System
return System

select() public method

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

Property Details

randomizer protected_oe static_oe property

protected static Random,System randomizer
return System.Random