protected BaseVertexCost() : this(CostRange.GetRandomValueFromRange()) { }
/// <summary> /// Creates a new instance of /// <see cref="WeightableVertexCost"/> /// with random cost. /// Weighted cost is set to the same value /// </summary> public WeightableVertexCost() : this(CostRange.GetRandomValueFromRange()) { }