Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/28/09 19:24:23 (15 years ago)
Author:
gkronber
Message:

Created a branch for #713

Location:
branches/GP-Refactoring-713
Files:
1 edited
1 copied

Legend:

Unmodified
Added
Removed
  • branches/GP-Refactoring-713/sources/HeuristicLab.GP.SantaFe/3.3/Prog3.cs

    r1529 r2202  
    3939    public Prog3()
    4040      : base() {
    41       AddConstraint(new NumberOfSubOperatorsConstraint(3, 3));
    42       AddConstraint(new SubOperatorTypeConstraint(0));
    43       AddConstraint(new SubOperatorTypeConstraint(1));
    44       AddConstraint(new SubOperatorTypeConstraint(2));
     41      MinArity = 3; MaxArity = 3;
    4542    }
    4643  }
Note: See TracChangeset for help on using the changeset viewer.