- Timestamp:
- 03/31/15 16:57:05 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PTSP/HeuristicLab.Problems.PTSP/3.3/MoveEvaluators/OneShift/PTSPEstimatedInsertionEvaluator.cs
r12261 r12272 157 157 } 158 158 // return average of cost differences 159 return Math.Abs(moveQuality)/ realizations.Capacity;159 return moveQuality / realizations.Capacity; 160 160 } 161 161
Note: See TracChangeset
for help on using the changeset viewer.