The TspGARunner type exposes the following members.

Constructors

  NameDescription
Public methodTspGARunner
Initializes a new instance of the TspGARunner class

Methods

  NameDescription
Public methodBeginTsp()()()()
Begins the TspGa algorithm with the cityList attribute.
Public methodBeginTsp(Cities)
Begins the TspGa algorithm with the specified cities.
Public methodEquals
Determina si el objeto Object especificado es igual al objeto Object actual.
(Inherited from Object.)
Protected methodFinalize
Permite que un objeto Object intente liberar recursos y realizar otras operaciones de limpieza antes de que el objeto Object sea reclamado por el recolector de elementos no utilizados.
(Inherited from Object.)
Public methodGetHashCode
Actúa como función hash para un tipo concreto.
(Inherited from Object.)
Public methodGetType
Obtiene el objeto Type de la instancia actual.
(Inherited from Object.)
Protected methodMemberwiseClone
Crea una copia superficial del objeto Object actual.
(Inherited from Object.)
Public methodToString
Devuelve una clase String que representa la clase Object actual.
(Inherited from Object.)

Fields

  NameDescription
Public fieldchanceUseCloseCity
Public fieldcityList
The nodes of the graph at the algorithm.
Public fieldgroupSize
Public fieldlastResult
The last result found by the algorithm.
Public fieldmaxGenerations
Public fieldmutation
Public fieldnumberOfCloseCities
Public fieldpopulationSize
Public fieldseed
Public fieldverbose
A value indicating if output or not information at each NewBestTourFound event.

See Also