Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/19/10 06:19:16 (15 years ago)
Author:
swagner
Message:

Operator architecture refactoring (#95)

  • worked on operators, engines, and optimization
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.SGA/3.3/SGAOperator.cs

    r2830 r2834  
    193193    }
    194194
    195     public override IExecutionSequence Apply() {
     195    public override IOperation Apply() {
    196196      int populationSize = CurrentScope.SubScopes.Count;
    197197      // dynamically set the number of parents which are selected for reproduction
Note: See TracChangeset for help on using the changeset viewer.