Gets a string representing the type of initialization performed over the Initial State.BestValue. Useful for benchmarking purposes.

Namespace: Tsp.BB
Assembly: Tsp (in Tsp.exe) Versión: 1.0.0.0 (1.0.0.0)

Syntax

C#
public string InitializationTypeToStr()
Visual Basic
Public Function InitializationTypeToStr As String
Visual C++
public:
String^ InitializationTypeToStr()

Return Value

The string representing the type of initialization over the Initial State.BestValue.

See Also