The TspGAEventArgs type exposes the following members.

Constructors

  NameDescription
Public methodTspGAEventArgs()()()()
Default Constructor.
Public methodTspGAEventArgs(Cities, Tour, Int32, Boolean)
Constructor that sets all the properties.

Methods

  NameDescription
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 methodGetPathStartingAt
Gets the path of this tour that begins at the specified node.
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 methodToState
Gets the tour and cities information and creates a new State representation according to it.
Public methodToString
Devuelve una clase String que representa la clase Object actual.
(Inherited from Object.)

Properties

  NameDescription
Public propertyBestTour
Public property for the tour of the cities.
Public propertyCityList
Public property for list of cities.
Public propertyComplete
Public property indicating if the TSP algorithm is complete.
Public propertyGeneration
Public property for which generation this tour came from.

See Also