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/PriorityRulesVector/Manipulators/PRVManipulator.cs

    r12012 r13435  
    3434    public PRVManipulator()
    3535      : base() {
    36       ScheduleEncodingParameter.ActualName = "PriorityRulesVector";
     36      ScheduleParameter.ActualName = "PriorityRulesVector";
    3737    }
    3838
     
    4040
    4141    public override IOperation InstrumentedApply() {
    42       var solution = ScheduleEncodingParameter.ActualValue as PRVEncoding;
     42      var solution = ScheduleParameter.ActualValue as PRVEncoding;
    4343      if (solution == null) throw new InvalidOperationException("ScheduleEncoding was not found or is not of type PRVEncoding.");
    4444      Manipulate(RandomParameter.ActualValue, solution);
Note: See TracChangeset for help on using the changeset viewer.