Changeset 162
- Timestamp:
- 04/22/08 20:16:21 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.StructureIdentification/Manipulation/ChangeNodeTypeManipulation.cs
r155 r162 33 33 namespace HeuristicLab.StructureIdentification { 34 34 public class ChangeNodeTypeManipulation : OperatorBase { 35 36 public override string Description { 37 get { 38 return @"This manipulation operator selects a random tree-node and changes the function type. 39 If this leads to a constraint-violation (wrong number or type of sub-trees) the sub-trees are repaired 40 resulting in a valid tree again."; 41 } 42 } 43 35 44 public ChangeNodeTypeManipulation() 36 45 : base() {
Note: See TracChangeset
for help on using the changeset viewer.