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