[Missing <summary> documentation for "N:Tsp.GA"]
Classes
Class | Description | |
---|---|---|
![]() | Cities |
This class contains the list of cities for this test.
Each city has a location and the distance information to every other city.
|
![]() | City |
An individual City in our tour.
|
![]() | GA_Benchmark |
Utility class to perform benchmark operations with the tsp Genetic Algorithm.
|
![]() | Link |
An individual link between 2 cities in a tour.
This city connects to 2 other cities.
|
![]() | Tour |
This class represents one instance of a tour through all the cities.
|
![]() | TspGA |
This class performs the Travelling Salesman Problem algorithm by a Genetic algorithm.
|
![]() | TspGAEventArgs |
Event arguments when the TspGA class wants the GUI to draw a tour.
|
![]() | TspGARunner |
Utility class to run the TspGa algorithm.
|
Delegates
Delegate | Description | |
---|---|---|
![]() | TspGA..::..NewBestTourEventHandler |
Delegate used to raise an event when a new best tour is found.
|