Changeset 5177 for branches/ParallelEngine/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding/3.3/Analyzers/SymbolicExpressionTreeSizeCalculator.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/Analyzers/SymbolicExpressionTreeSizeCalculator.cs
r4722 r5177 65 65 } 66 66 67 public override IOperation Apply( ) {67 public override IOperation Apply(IExecutionContext context) { 68 68 SymbolicExpressionTree tree = SymbolicExpressionTree; 69 69 SymbolicExpressionTreeSize = new DoubleValue(tree.Size); 70 return base.Apply( );70 return base.Apply(context); 71 71 } 72 72
Note: See TracChangeset
for help on using the changeset viewer.