Changeset 7479 for branches/HeuristicLab.EvolutionaryTracking/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding/3.4/Creators
- Timestamp:
- 02/16/12 17:20:17 (13 years ago)
- Location:
- branches/HeuristicLab.EvolutionaryTracking
- Files:
-
- 1 added
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HeuristicLab.EvolutionaryTracking
- Property svn:ignore
-
old new 1 1 _ReSharper.HeuristicLab.Tracking 2 bin
-
- Property svn:ignore
-
branches/HeuristicLab.EvolutionaryTracking/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding/3.4/Creators/FullTreeCreator.cs
r7439 r7479 33 33 [StorableClass] 34 34 [Item("FullTreeCreator", "An operator that creates new symbolic expression trees using the 'Full' method")] 35 public class FullTreeCreator : SymbolicExpressionTreeCreator,35 public class FullTreeCreator : TracingSymbolicExpressionTreeCreator, 36 36 ISymbolicExpressionTreeSizeConstraintOperator, 37 37 ISymbolicExpressionTreeGrammarBasedOperator { -
branches/HeuristicLab.EvolutionaryTracking/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding/3.4/Creators/GrowTreeCreator.cs
r7439 r7479 33 33 [StorableClass] 34 34 [Item("GrowTreeCreator", "An operator that creates new symbolic expression trees using the 'Grow' method")] 35 public class GrowTreeCreator : SymbolicExpressionTreeCreator,35 public class GrowTreeCreator : TracingSymbolicExpressionTreeCreator, 36 36 ISymbolicExpressionTreeSizeConstraintOperator, 37 37 ISymbolicExpressionTreeGrammarBasedOperator { -
branches/HeuristicLab.EvolutionaryTracking/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding/3.4/Creators/RampedHalfAndHalfTreeCreator.cs
r7439 r7479 31 31 [StorableClass] 32 32 [Item("RampedHalfAndHalfTreeCreator", "An operator that creates new symbolic expression trees in an alternate way: half the trees are created usign the 'Grow' method while the other half are created using the 'Full' method")] 33 public class RampedHalfAndHalfTreeCreator : SymbolicExpressionTreeCreator,33 public class RampedHalfAndHalfTreeCreator : TracingSymbolicExpressionTreeCreator, 34 34 ISymbolicExpressionTreeSizeConstraintOperator, 35 35 ISymbolicExpressionTreeGrammarBasedOperator {
Note: See TracChangeset
for help on using the changeset viewer.