C# 클래스 GeneticAlgorithms.Example_Classes.PieCakeSelector

상속: ISelectionProvider
파일 보기 프로젝트 열기: DanielBaulig/Genetic-Algorithms

공개 메소드들

메소드 설명
PieCakeSelector ( ) : System
select ( ArrayList population, float totalFitness ) : IChromosome

메소드 상세

PieCakeSelector() 공개 메소드

public PieCakeSelector ( ) : System
리턴 System

select() 공개 메소드

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