Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
09/27/10 09:24:42 (14 years ago)
Author:
swinkler
Message:

Corrected comments and descriptions (#1182); formatted code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Problems.VehicleRouting/3.3/Analyzers/BestVRPSolutionAnalyzer.cs

    r4352 r4513  
    100100      Parameters.Add(new ScopeTreeLookupParameter<DoubleValue>("TravelTime", "The travel times of the VRP solutions which should be analyzed."));
    101101      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."));
    103103      Parameters.Add(new ValueLookupParameter<ResultCollection>("Results", "The result collection where the best VRP solution should be stored."));
    104104    }
Note: See TracChangeset for help on using the changeset viewer.