Free cookie consent management tool by TermsFeed Policy Generator

Changeset 162


Ignore:
Timestamp:
04/22/08 20:16:21 (16 years ago)
Author:
gkronber
Message:

added description for GP manipulation operator ChangeNodeTypeManipulation

File:
1 edited

Legend:

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

    r155 r162  
    3333namespace HeuristicLab.StructureIdentification {
    3434  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.
     39If this leads to a constraint-violation (wrong number or type of sub-trees) the sub-trees are repaired
     40resulting in a valid tree again.";
     41      }
     42    }
     43
    3544    public ChangeNodeTypeManipulation()
    3645      : base() {
Note: See TracChangeset for help on using the changeset viewer.