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.StructureIdentification/3.3/LessThan.cs

    r1529 r2202  
    2828
    2929namespace HeuristicLab.GP.StructureIdentification {
    30   public sealed class LessThan : FunctionBase {
     30  public sealed class LessThan : BinaryFunction {
    3131    public override string Description {
    3232      get {
     
    3737    public LessThan()
    3838      : base() {
    39       AddConstraint(new NumberOfSubOperatorsConstraint(2, 2));
    40       AddConstraint(new SubOperatorTypeConstraint(0));
    41       AddConstraint(new SubOperatorTypeConstraint(1));
    4239    }
    4340  }
Note: See TracChangeset for help on using the changeset viewer.