Changeset 5178 for branches/ParallelEngine/HeuristicLab.Problems.OneMax/3.3/Evaluators/OneMaxEvaluator.cs
- Timestamp:
- 12/28/10 01:44:33 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/ParallelEngine/HeuristicLab.Problems.OneMax/3.3/Evaluators/OneMaxEvaluator.cs
r5177 r5178 56 56 } 57 57 58 public sealed override IOperation Apply( IExecutionContext context) {58 public sealed override IOperation Apply() { 59 59 BinaryVector v = BinaryVectorParameter.ActualValue; 60 60 … … 67 67 QualityParameter.ActualValue = new DoubleValue(quality); 68 68 69 return base.Apply( context);69 return base.Apply(); 70 70 } 71 71 }
Note: See TracChangeset
for help on using the changeset viewer.