C# Class HexSolver.TSPOrder.TSPPopulation

Inheritance: List
Show file Open project: Mikescher/HexSolver Class Usage Examples

Public Properties

Property Type Description
BestTour HexSolver.TSPOrder.TSPTour

Public Methods

Method Description
CreateRandomPopulation ( int populationSize, List nodes, Random rand, int chanceToUseCloseCity ) : void

Method Details

CreateRandomPopulation() public method

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

Property Details

BestTour public property

public TSPTour,HexSolver.TSPOrder BestTour
return HexSolver.TSPOrder.TSPTour