- Timestamp:
- 11/12/12 13:32:46 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Problems.VehicleRouting/3.4/SimilarityCalculators/VRPSimilarityCalculator.cs
r8720 r8894 32 32 namespace HeuristicLab.Problems.VehicleRouting { 33 33 /// <summary> 34 /// An operator that performs similarity calculation between two vehicle routingsolutions.34 /// An operator which performs similarity calculation between two VRP solutions. 35 35 /// </summary> 36 36 /// <remarks> 37 37 /// The operator calculates the similarity based on the number of edges the two solutions have in common. 38 38 /// </remarks> 39 [Item("VRPSimilarityCalculator", "An operator that performs similarity calculation between two vehicle routingsolutions.")]39 [Item("VRPSimilarityCalculator", "An operator which performs similarity calculation between two VRP solutions.")] 40 40 [StorableClass] 41 41 public sealed class VRPSimilarityCalculator : SingleObjectiveSolutionSimilarityCalculator {
Note: See TracChangeset
for help on using the changeset viewer.