Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/30/08 12:42:12 (16 years ago)
Author:
gkronber
Message:

merged changesets r154 r160 r162 from trunk into the stable branch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.0/sources/HeuristicLab.StructureIdentification/Manipulation/ChangeNodeTypeManipulation.cs

    r23 r277  
    3232namespace HeuristicLab.StructureIdentification {
    3333  public class ChangeNodeTypeManipulation : OperatorBase {
     34
     35    public override string Description {
     36      get {
     37        return @"This manipulation operator selects a random tree-node and changes the function type.
     38If this leads to a constraint-violation (wrong number or type of sub-trees) the sub-trees are repaired
     39resulting in a valid tree again.";
     40      }
     41    }
     42
    3443    public ChangeNodeTypeManipulation()
    3544      : base() {
Note: See TracChangeset for help on using the changeset viewer.