Changeset 5178 for branches/ParallelEngine/HeuristicLab.Problems.Knapsack/3.3/Evaluators/KnapsackEvaluator.cs
- Timestamp:
- 12/28/10 01:44:33 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/ParallelEngine/HeuristicLab.Problems.Knapsack/3.3/Evaluators/KnapsackEvaluator.cs
r5177 r5178 129 129 } 130 130 131 public sealed override IOperation Apply( IExecutionContext context) {131 public sealed override IOperation Apply() { 132 132 BinaryVector v = BinaryVectorParameter.ActualValue; 133 133 … … 143 143 AppliedPenaltyParameter.ActualValue = evaluation.AppliedPenalty; 144 144 145 return base.Apply( context);145 return base.Apply(); 146 146 } 147 147 }
Note: See TracChangeset
for help on using the changeset viewer.