Changeset 2212 for branches/GP-Refactoring-713/sources/HeuristicLab.GP.Operators/3.3/Manipulation/FullTreeShaker.cs
- Timestamp:
- 07/30/09 10:47:00 (15 years ago)
- Location:
- branches/GP-Refactoring-713/sources/HeuristicLab.GP.Operators
- Files:
-
- 2 added
- 1 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
branches/GP-Refactoring-713/sources/HeuristicLab.GP.Operators/3.3/Manipulation/FullTreeShaker.cs
r2210 r2212 20 20 #endregion 21 21 22 using System;23 using System.Collections.Generic;24 22 using System.Linq; 25 using System.Text;26 23 using HeuristicLab.Core; 27 24 using HeuristicLab.Operators; 28 25 using HeuristicLab.Random; 29 26 using HeuristicLab.Data; 27 using HeuristicLab.GP.Interfaces; 30 28 using HeuristicLab.Selection; 31 using HeuristicLab.GP.Interfaces;32 29 33 namespace HeuristicLab.GP {30 namespace HeuristicLab.GP.Operators { 34 31 public class FullTreeShaker : DelegatingOperator { 35 32 public override string Description {
Note: See TracChangeset
for help on using the changeset viewer.