Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
10/30/12 11:24:26 (11 years ago)
Author:
svonolfe
Message:

changed name of the tardiness penalty result (#1955)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/DynamicVehicleRouting/HeuristicLab.PDPSimulation/3.3/PickupDeliveryAnalyzer.cs

    r8792 r8858  
    212212        results.Add(new Result("LeadTime", new DoubleValue()));
    213213
    214         results.Add(new Result("TardinessPenalty", new DoubleValue()));
     214        results.Add(new Result("TotalTardinessPenalty", new DoubleValue()));
    215215      }
    216216
     
    259259        }
    260260      }
    261       (results["TardinessPenalty"].Value as DoubleValue).Value = tardiness;
     261      (results["TotalTardinessPenalty"].Value as DoubleValue).Value = tardiness;
    262262    }
    263263
Note: See TracChangeset for help on using the changeset viewer.