The TspGAEventArgs type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | TspGAEventArgs()()()() |
Default Constructor.
|
![]() | TspGAEventArgs(Cities, Tour, Int32, Boolean) |
Constructor that sets all the properties.
|
Methods
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | 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.) |
![]() | GetHashCode | Actúa como función hash para un tipo concreto. (Inherited from Object.) |
![]() | GetPathStartingAt |
Gets the path of this tour that begins at the specified node.
|
![]() | GetType | Obtiene el objeto Type de la instancia actual. (Inherited from Object.) |
![]() | MemberwiseClone | Crea una copia superficial del objeto Object actual. (Inherited from Object.) |
![]() | ToState |
Gets the tour and cities information and creates a new State representation according to it.
|
![]() | ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
![]() | BestTour | Public property for the tour of the cities. |
![]() | CityList | Public property for list of cities. |
![]() | Complete | Public property indicating if the TSP algorithm is complete. |
![]() | Generation | Public property for which generation this tour came from. |