Changeset 5177 for branches/ParallelEngine/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding/3.3/Manipulators/SymbolicExpressionTreeManipulator.cs
- Timestamp:
- 12/26/10 03:51:30 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/ParallelEngine/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding/3.3/Manipulators/SymbolicExpressionTreeManipulator.cs
r4722 r5177 64 64 } 65 65 66 public sealed override IOperation Apply( ) {66 public sealed override IOperation Apply(IExecutionContext context) { 67 67 SymbolicExpressionTree tree = SymbolicExpressionTreeParameter.ActualValue; 68 68 bool success; … … 71 71 72 72 if (!success) FailedManipulationEvents.Value++; 73 return base.Apply( );73 return base.Apply(context); 74 74 } 75 75
Note: See TracChangeset
for help on using the changeset viewer.