Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/15/11 09:51:22 (13 years ago)
Author:
svonolfe
Message:

Implemented review comments from swagner (#1392)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/SuccessProgressAnalysis/HeuristicLab.Problems.VehicleRouting/3.3/Encodings/General/Manipulators/BiasedMultiVRPSolutionManipulator.cs

    r5493 r5682  
    156156      OperationCollection next = new OperationCollection(successorOp);
    157157      if (successor != null) {
    158         ExecutedOperatorParameter.ActualValue = new StringValue(successor.GetType().Name);
     158        SelectedOperatorParameter.ActualValue = new StringValue(successor.GetType().Name);
    159159
    160160        if (CreateChildOperation)
     
    162162        else next.Insert(0, ExecutionContext.CreateOperation(successor));
    163163      } else {
    164         ExecutedOperatorParameter.ActualValue = new StringValue("");
     164        SelectedOperatorParameter.ActualValue = new StringValue("");
    165165      }
    166166
Note: See TracChangeset for help on using the changeset viewer.