Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
12/15/15 15:16:24 (8 years ago)
Author:
mkommend
Message:

#2521: Refactored problem base classes and adapted scheduling encoding, scheduling problem and unit tests.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/ProblemRefactoring/HeuristicLab.Tests/HeuristicLab-3.3/Samples/RAPGASchedulingSampleTest.cs

    r12012 r13469  
    2323using System.Linq;
    2424using HeuristicLab.Algorithms.RAPGA;
    25 using HeuristicLab.Encodings.ScheduleEncoding.JobSequenceMatrix;
     25using HeuristicLab.Encodings.ScheduleEncoding;
    2626using HeuristicLab.Persistence.Default.Xml;
    2727using HeuristicLab.Problems.Scheduling;
     
    5757    private RAPGA CreateRAPGASchedulingSample() {
    5858      #region Problem Configuration
    59       JobShopSchedulingProblem problem = new JobShopSchedulingProblem();
     59      var problem = new JobShopSchedulingProblemNew();
    6060      #endregion
    6161
Note: See TracChangeset for help on using the changeset viewer.