Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
12/04/15 10:35:04 (8 years ago)
Author:
mkommend
Message:

#2521: Intermediate version of schedule encoding refactoring.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/ProblemRefactoring/HeuristicLab.Encodings.ScheduleEncoding/3.3/PermutationWithRepetition/Manipulators/PWRManipulator.cs

    r12012 r13435  
    3535    public PWRManipulator()
    3636      : base() {
    37       ScheduleEncodingParameter.ActualName = "PermutationWithRepetition";
     37      ScheduleParameter.ActualName = "PermutationWithRepetition";
    3838    }
    3939
     
    4141
    4242    public override IOperation InstrumentedApply() {
    43       var solution = ScheduleEncodingParameter.ActualValue as PWREncoding;
     43      var solution = ScheduleParameter.ActualValue as PWREncoding;
    4444      if (solution == null) throw new InvalidOperationException("ScheduleEncoding was not found or is not of type PWREncoding.");
    4545      Manipulate(RandomParameter.ActualValue, solution);
Note: See TracChangeset for help on using the changeset viewer.