Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
12/28/10 01:44:33 (14 years ago)
Author:
swagner
Message:

Revoked changes of r5177 (#1333)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/ParallelEngine/HeuristicLab.Problems.Knapsack/3.3/MoveEvaluators/KnapsackOneBitflipMoveEvaluator.cs

    r5177 r5178  
    5050    }
    5151
    52     public override IOperation Apply(IExecutionContext context) {
     52    public override IOperation Apply() {
    5353      BinaryVector binaryVector = BinaryVectorParameter.ActualValue;
    5454      OneBitflipMove move = OneBitflipMoveParameter.ActualValue;
     
    6767      if (MoveQualityParameter.ActualValue == null) MoveQualityParameter.ActualValue = new DoubleValue(moveQuality);
    6868      else MoveQualityParameter.ActualValue.Value = moveQuality;
    69       return base.Apply(context);
     69      return base.Apply();
    7070    }
    7171  }
Note: See TracChangeset for help on using the changeset viewer.