[Missing <summary> documentation for "N:Tsp.GA"]

Classes

  ClassDescription
Public classCities
This class contains the list of cities for this test. Each city has a location and the distance information to every other city.
Public classCity
An individual City in our tour.
Public classGA_Benchmark
Utility class to perform benchmark operations with the tsp Genetic Algorithm.
Public classLink
An individual link between 2 cities in a tour. This city connects to 2 other cities.
Public classTour
This class represents one instance of a tour through all the cities.
Public classTspGA
This class performs the Travelling Salesman Problem algorithm by a Genetic algorithm.
Public classTspGAEventArgs
Event arguments when the TspGA class wants the GUI to draw a tour.
Public classTspGARunner
Utility class to run the TspGa algorithm.

Delegates

  DelegateDescription
Public delegateTspGA..::..NewBestTourEventHandler
Delegate used to raise an event when a new best tour is found.