- Timestamp:
- 12/06/16 15:07:45 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/MemPRAlgorithm/HeuristicLab.Problems.TravelingSalesman/3.3/TravelingSalesmanProblem.cs
r14455 r14456 123 123 public TravelingSalesmanProblem() : base() { 124 124 Encoding = new PermutationEncoding("TSPTour") { Length = 16 }; 125 Encoding.PermutationTypeParameter.Value.Value = PermutationTypes.RelativeUndirected; 125 126 126 127 Parameters.Add(distanceFunctionParameter = new FixedValueParameter<EnumValue<TSPDistanceFunction>>("DistanceFunction", "The distance function that is used to calculate distance among the coordinates.", new EnumValue<TSPDistanceFunction>(TSPDistanceFunction.RoundedEuclidean)));
Note: See TracChangeset
for help on using the changeset viewer.