The TSPAlgorithm_GA type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | TSPAlgorithm_GA |
Creates a new instance of TSPAlgorithm_GA.
|
Methods
Name | Description | |
---|---|---|
![]() | CreateAndAddPoints |
Create the legList array, and add to each one the corresponding waypoint.
(Inherited from TSPAlgorithm.) |
![]() | CreateGraph |
Creates a Tsp.Graph with the specified waypoints.
(Inherited from TSPAlgorithm.) |
![]() | 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.) |
![]() | GetSortedPath |
Returns the sortest possible path according to the specified points.
(Overrides TSPAlgorithm..::..GetSortedPath(array<Waypoint>[]()[][]).) |
![]() | GetSortedPathInNewThread |
Calls the GetSortedPath function in a new thread.
(Inherited from TSPAlgorithm.) |
![]() | GetType | Obtiene el objeto Type de la instancia actual. (Inherited from Object.) |
![]() | MemberwiseClone | Crea una copia superficial del objeto Object actual. (Inherited from Object.) |
![]() | OnEnds |
Raises the Ends event.
(Inherited from TSPAlgorithm.) |
![]() | OnNotSolutionFound |
Raises the NotSolutionFound event.
(Inherited from TSPAlgorithm.) |
![]() | OnStarts |
Raises the Starts event.
(Inherited from TSPAlgorithm.) |
![]() | ToString |
Gets the string representation for this Algorithm.
Really, gets the Name, to set this object in ComboBox controls.
(Inherited from TSPAlgorithm.) |
Properties
Name | Description | |
---|---|---|
![]() | Description |
Gets a brief Description for this Algorithm.
(Overrides TSPAlgorithm..::..Description.) |
![]() | ErrorMessage |
Gets an error message if the execution fails.
(Inherited from TSPAlgorithm.) |
![]() | LastResult |
Gets the last Leg array resulting of running the algorithm.
(Inherited from TSPAlgorithm.) |
![]() | LastResultPath |
Gets the last result path for the Algorithm.
(Inherited from TSPAlgorithm.) |
![]() | MaxGenerations | |
![]() | Name |
Gets the Name for this Algorithm.
(Overrides TSPAlgorithm..::..Name.) |
![]() | RunningThread |
The current running thread.
(Inherited from TSPAlgorithm.) |
![]() | Type |
Gets the TSP Algorithm Type.
(Overrides TSPAlgorithm..::..Type.) |
Events
Name | Description | |
---|---|---|
![]() | Ends |
Occurs when the algorithm ends successfully.
(Inherited from TSPAlgorithm.) |
![]() | NotSolutionFound |
Occurs when the algorithm has ended without a possible solution found.
(Inherited from TSPAlgorithm.) |
![]() | Starts |
Occurs when the algorithm starts.
(Inherited from TSPAlgorithm.) |