Changeset 5178 for branches/ParallelEngine/HeuristicLab.Problems.DataAnalysis/3.3/Evaluators/SimpleEvaluator.cs
- Timestamp:
- 12/28/10 01:44:33 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/ParallelEngine/HeuristicLab.Problems.DataAnalysis/3.3/Evaluators/SimpleEvaluator.cs
r5177 r5178 45 45 } 46 46 47 public override IOperation Apply( IExecutionContext context) {47 public override IOperation Apply() { 48 48 DoubleMatrix values = ValuesParameter.ActualValue; 49 49 Apply(values); 50 return base.Apply( context);50 return base.Apply(); 51 51 } 52 52
Note: See TracChangeset
for help on using the changeset viewer.