- Timestamp:
- 09/27/10 09:24:42 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Problems.VehicleRouting/3.3/Analyzers/BestVRPSolutionAnalyzer.cs
r4352 r4513 100 100 Parameters.Add(new ScopeTreeLookupParameter<DoubleValue>("TravelTime", "The travel times of the VRP solutions which should be analyzed.")); 101 101 Parameters.Add(new ScopeTreeLookupParameter<DoubleValue>("VehiclesUtilized", "The utilized vehicles of the VRP solutions which should be analyzed.")); 102 Parameters.Add(new LookupParameter<VRPSolution>("BestSolution", "The best TSP solution."));102 Parameters.Add(new LookupParameter<VRPSolution>("BestSolution", "The best VRP solution.")); 103 103 Parameters.Add(new ValueLookupParameter<ResultCollection>("Results", "The result collection where the best VRP solution should be stored.")); 104 104 }
Note: See TracChangeset
for help on using the changeset viewer.