- Timestamp:
- 07/22/15 13:50:12 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PTSP/HeuristicLab.Problems.PTSP/3.3/MoveEvaluators/OneShift/PTSPEstimatedInsertionEvaluator.cs
r12380 r12799 157 157 } 158 158 // return average of cost differences 159 return moveQuality / realizations.C apacity;159 return moveQuality / realizations.Count; 160 160 } 161 161
Note: See TracChangeset
for help on using the changeset viewer.