This class performs the Travelling Salesman Problem algorithm by a Genetic algorithm.

Namespace: Tsp.GA
Assembly: Tsp (in Tsp.exe) Versión: 1.0.0.0 (1.0.0.0)

Syntax

C#
public class TspGA
Visual Basic
Public Class TspGA
Visual C++
public ref class TspGA

Inheritance Hierarchy

System..::..Object
  Tsp.GA..::..TspGA

See Also