Changeset 3160 for trunk/sources/HeuristicLab.Problems.TravelingSalesman
- Timestamp:
- 03/22/10 03:25:21 (15 years ago)
- Location:
- trunk/sources/HeuristicLab.Problems.TravelingSalesman/3.3/Evaluators
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Problems.TravelingSalesman/3.3/Evaluators/TSPEuclideanPathEvaluator.cs
r3158 r3160 29 29 /// </summary> 30 30 [Item("TSPEuclideanPathEvaluator", "An operator which evaluates TSP solutions given in path representation using the Euclidean distance metric.")] 31 [Creatable("Test")]32 31 [StorableClass] 33 32 public sealed class TSPEuclideanPathEvaluator : TSPCoordinatesPathEvaluator { -
trunk/sources/HeuristicLab.Problems.TravelingSalesman/3.3/Evaluators/TSPGeoPathEvaluator.cs
r3158 r3160 29 29 /// </summary> 30 30 [Item("TSPGeoPathEvaluator", "An operator which evaluates TSP solutions given in path representation using the GEO distance metric (globe coordinates).")] 31 [Creatable("Test")]32 31 [StorableClass] 33 32 public sealed class TSPGeoPathEvaluator : TSPCoordinatesPathEvaluator { -
trunk/sources/HeuristicLab.Problems.TravelingSalesman/3.3/Evaluators/TSPRoundedEuclideanPathEvaluator.cs
r3158 r3160 29 29 /// </summary> 30 30 [Item("TSPRoundedEuclideanPathEvaluator", "An operator which evaluates TSP solutions given in path representation using the rounded Euclidean distance metric.")] 31 [Creatable("Test")]32 31 [StorableClass] 33 32 public sealed class TSPRoundedEuclideanPathEvaluator : TSPCoordinatesPathEvaluator {
Note: See TracChangeset
for help on using the changeset viewer.