- Timestamp:
- 10/30/12 11:24:26 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/DynamicVehicleRouting/HeuristicLab.PDPSimulation/3.3/Operators/PriorityDispatchingMetaOptEvaluator.cs
r8812 r8858 90 90 91 91 double leadTime = (simulation.Results["LeadTime"].Value as DoubleValue).Value; 92 double tardiness = (simulation.Results["T ardinessPenalty"].Value as DoubleValue).Value;92 double tardiness = (simulation.Results["TotalTardinessPenalty"].Value as DoubleValue).Value; 93 93 94 94 lock (locker) {
Note: See TracChangeset
for help on using the changeset viewer.