Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/19/10 06:19:16 (14 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.Operators/3.3/DoubleCounter.cs

    r2794 r2834  
    5050    }
    5151
    52     public override IExecutionSequence Apply() {
     52    public override IOperation Apply() {
    5353      if (ValueParameter.ActualValue == null) ValueParameter.ActualValue = new DoubleData();
    5454      ValueParameter.ActualValue.Value += IncrementParameter.ActualValue.Value;
Note: See TracChangeset for help on using the changeset viewer.