Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/04/17 19:06:54 (7 years ago)
Author:
gkronber
Message:

#2520 fixed unit tests for new persistence: loading & storing all samples

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/PersistenceReintegration/HeuristicLab.Problems.TravelingSalesman/3.3/Interfaces/ITSPPathEvaluator.cs

    r14185 r14929  
    2222using HeuristicLab.Core;
    2323using HeuristicLab.Encodings.PermutationEncoding;
     24using HeuristicLab.Persistence;
    2425
    2526namespace HeuristicLab.Problems.TravelingSalesman {
     
    2728  /// An interface which represents an evaluation operator which evaluates TSP solutions given in path representation.
    2829  /// </summary>
     30  [StorableType("59b83748-bea3-46d2-a34b-e3a049ce4e21")]
    2931  public interface ITSPPathEvaluator : ITSPEvaluator {
    3032    ILookupParameter<Permutation> PermutationParameter { get; }
Note: See TracChangeset for help on using the changeset viewer.