Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
06/22/20 03:45:41 (4 years ago)
Author:
abeham
Message:

#2521:

  • Fixed orienteering problem
  • Corrected ParameterizeOperators in all encoding-specific problem base classes
  • Added new interfaces and wiring code to IntegerVectorEncoding
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2521_ProblemRefactoring/HeuristicLab.Problems.Orienteering/3.3/Interfaces/IOrienteeringSolutionCreator.cs

    r17525 r17620  
    2121
    2222using HEAL.Attic;
    23 using HeuristicLab.Core;
    2423using HeuristicLab.Encodings.IntegerVectorEncoding;
    2524
    2625namespace HeuristicLab.Problems.Orienteering {
    2726  [StorableType("7E0D4527-4D8C-4FBA-BB3A-26F20B6463ED")]
    28   public interface IOrienteeringSolutionCreator : IIntegerVectorCreator {
    29     ILookupParameter<IOrienteeringProblemData> OrienteeringProblemDataParameter { get; }
     27  public interface IOrienteeringSolutionCreator : IIntegerVectorCreator, IOrienteeringOperator {
    3028  }
    3129}
Note: See TracChangeset for help on using the changeset viewer.