Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
09/13/12 13:13:00 (12 years ago)
Author:
jkarder
Message:

#1247: integrated branch into trunk

Location:
trunk/sources/HeuristicLab.Algorithms.RAPGA
Files:
1 edited
1 copied

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Algorithms.RAPGA/3.3/RAPGAMainLoop.cs

    r8622 r8642  
    166166      ProgressiveOffspringPreserver progressiveOffspringSelector = new ProgressiveOffspringPreserver();
    167167      SubScopesCounter subScopesCounter2 = new SubScopesCounter();
    168       Calculator calculator1 = new Calculator();
     168      ExpressionCalculator calculator1 = new ExpressionCalculator();
    169169      ConditionalBranch conditionalBranch1 = new ConditionalBranch();
    170170      Comparator comparator1 = new Comparator();
     
    179179      IntCounter intCounter3 = new IntCounter();
    180180      SubScopesCounter subScopesCounter3 = new SubScopesCounter();
    181       Calculator calculator2 = new Calculator();
     181      ExpressionCalculator calculator2 = new ExpressionCalculator();
    182182      Comparator comparator2 = new Comparator();
    183183      ConditionalBranch conditionalBranch3 = new ConditionalBranch();
Note: See TracChangeset for help on using the changeset viewer.