- Timestamp:
- 03/25/10 19:19:37 (15 years ago)
- Location:
- trunk/sources/HeuristicLab.Encodings.SymbolicExpressionTree/3.3
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Encodings.SymbolicExpressionTree/3.3
-
Property
svn:ignore
set to
bin
*.user
obj
-
Property
svn:ignore
set to
-
trunk/sources/HeuristicLab.Encodings.SymbolicExpressionTree/3.3/Creators/ProbabilisticTreeCreator.cs
r3218 r3219 23 23 using HeuristicLab.Data; 24 24 using HeuristicLab.Random; 25 using HeuristicLab.GP.Interfaces;26 25 using System; 27 26 28 namespace HeuristicLab. GP.Operators{27 namespace HeuristicLab.Encodings.SymbolicExpressionTree { 29 28 public class ProbabilisticTreeCreator : OperatorBase { 30 29 private static int MAX_TRIES { get { return 100; } } -
trunk/sources/HeuristicLab.Encodings.SymbolicExpressionTree/3.3/Creators/RampedTreeCreator.cs
r3218 r3219 25 25 using HeuristicLab.Random; 26 26 using System.Diagnostics; 27 using HeuristicLab.GP.Interfaces;28 27 29 namespace HeuristicLab. GP.Operators{28 namespace HeuristicLab.Encodings.SymbolicExpressionTree { 30 29 public class RampedTreeCreator : OperatorBase { 31 30 public override string Description {
Note: See TracChangeset
for help on using the changeset viewer.