C# 클래스 HexSolver.TSPOrder.TSPPopulation

상속: List
파일 보기 프로젝트 열기: Mikescher/HexSolver 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
BestTour HexSolver.TSPOrder.TSPTour

공개 메소드들

메소드 설명
CreateRandomPopulation ( int populationSize, List nodes, Random rand, int chanceToUseCloseCity ) : void

메소드 상세

CreateRandomPopulation() 공개 메소드

public CreateRandomPopulation ( int populationSize, List nodes, Random rand, int chanceToUseCloseCity ) : void
populationSize int
nodes List
rand Random
chanceToUseCloseCity int
리턴 void

프로퍼티 상세

BestTour 공개적으로 프로퍼티

public TSPTour,HexSolver.TSPOrder BestTour
리턴 HexSolver.TSPOrder.TSPTour