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/JobSequenceMatrix/JSMRandomCreator.cs

    r12012 r13435  
    5252      Parameters.Add(new ValueLookupParameter<IntValue>("Resources", "The number of resources used in this problem instance."));
    5353
    54       ScheduleEncodingParameter.ActualName = "JobSequenceMatrix";
     54      ScheduleParameter.ActualName = "JobSequenceMatrix";
    5555    }
    5656
     
    6767    }
    6868
    69     protected override IScheduleEncoding CreateSolution() {
     69    protected override ISchedule CreateSolution() {
    7070      return Apply(JobsParameter.ActualValue.Value, ResourcesParameter.ActualValue.Value, RandomParameter.ActualValue);
    7171    }
Note: See TracChangeset for help on using the changeset viewer.