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/Subtraction.cs

    r308 r434  
    4444      // 2 - 3 seems like an reasonable defaut (used for +,-,*,/) (discussion with swinkler and maffenze)
    4545      AddConstraint(new NumberOfSubOperatorsConstraint(2, 3));
     46      AddConstraint(new SubOperatorTypeConstraint(0));
     47      AddConstraint(new SubOperatorTypeConstraint(1));
     48      AddConstraint(new SubOperatorTypeConstraint(2));
    4649    }
    4750
Note: See TracChangeset for help on using the changeset viewer.