The TSPAlgorithm_GA type exposes the following members.

Properties

  NameDescription
Public propertyDescription
Gets a brief Description for this Algorithm.
(Overrides TSPAlgorithm..::..Description.)
Public propertyErrorMessage
Gets an error message if the execution fails.
(Inherited from TSPAlgorithm.)
Public propertyLastResult
Gets the last Leg array resulting of running the algorithm.
(Inherited from TSPAlgorithm.)
Public propertyLastResultPath
Gets the last result path for the Algorithm.
(Inherited from TSPAlgorithm.)
Public propertyMaxGenerations
Public propertyName
Gets the Name for this Algorithm.
(Overrides TSPAlgorithm..::..Name.)
Public propertyRunningThread
The current running thread.
(Inherited from TSPAlgorithm.)
Public propertyType
Gets the TSP Algorithm Type.
(Overrides TSPAlgorithm..::..Type.)

See Also