Changeset 5802 for branches/DataAnalysis Refactoring/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding/3.3/Analyzers/SymbolicExpressionTreeSizeCalculator.cs
- Timestamp:
- 03/22/11 23:45:47 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/DataAnalysis Refactoring/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding/3.3/Analyzers/SymbolicExpressionTreeSizeCalculator.cs
r5445 r5802 26 26 using HeuristicLab.Parameters; 27 27 using HeuristicLab.Persistence.Default.CompositeSerializers.Storable; 28 using HeuristicLab.PluginInfrastructure; 28 29 29 30 namespace HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Analyzers { … … 33 34 [Item("SymbolicExpressionTreeSizeCalculator", "An operator that outputs the tree size of a symbolic expression tree.")] 34 35 [StorableClass] 36 [NonDiscoverableType] 35 37 public sealed class SymbolicExpressionTreeSizeCalculator : SingleSuccessorOperator { 36 38 private const string SymbolicExpressionTreeParameterName = "SymbolicExpressionTree";
Note: See TracChangeset
for help on using the changeset viewer.