Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
08/04/08 00:34:29 (16 years ago)
Author:
gkronber
Message:

added creation of empty SubOperatorTypeConstraints for each input of each function (#163)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Functions/Division.cs

    r229 r434  
    5050      // 2 - 3 seems like an reasonable defaut (used for +,-,*,/) (discussion with swinkler and maffenze)
    5151      AddConstraint(new NumberOfSubOperatorsConstraint(2, 3));
     52      AddConstraint(new SubOperatorTypeConstraint(0));
     53      AddConstraint(new SubOperatorTypeConstraint(1));
     54      AddConstraint(new SubOperatorTypeConstraint(2));
    5255    }
    5356
Note: See TracChangeset for help on using the changeset viewer.