Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
09/17/19 14:05:47 (5 years ago)
Author:
abeham
Message:

#2521: Refactored ContextLookupParameter with suggestions from mkommend

  • Add StorableType attribute to some types
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2521_ProblemRefactoring/HeuristicLab.Optimization/3.3/BasicProblems/Interfaces/ISingleObjectiveProblem.cs

    r17225 r17257  
    2121
    2222
     23using HEAL.Attic;
     24
    2325namespace HeuristicLab.Optimization {
    24   public interface ISingleObjectiveProblem : ISingleObjectiveHeuristicOptimizationProblem {
     26  [StorableType("24830fd5-7d97-41a5-9d7e-d84f1b7ab259")]
     27  public interface ISingleObjectiveProblem : ISingleObjectiveHeuristicOptimizationProblem { }
    2528
    26   }
    27 
     29  [StorableType("9cc9422f-0bb5-41e8-9d9e-6e0b66a66449")]
    2830  public interface ISingleObjectiveProblem<TEncoding, TEncodedSolution> : ISingleObjectiveProblem, IProblem<TEncoding, TEncodedSolution>
    2931    where TEncoding : class, IEncoding<TEncodedSolution>
Note: See TracChangeset for help on using the changeset viewer.