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.Optimization/3.3/Interfaces/IRun.cs

    r14185 r14929  
    2424using HeuristicLab.Collections;
    2525using HeuristicLab.Core;
     26using HeuristicLab.Persistence;
    2627
    2728namespace HeuristicLab.Optimization {
     
    2930  /// Represents the parameters and results of an algorithm run.
    3031  /// </summary>
     32  [StorableType("af79d3ea-3411-48d7-ba1e-d23965541fbe")]
    3133  public interface IRun : INamedItem, INotifyPropertyChanged {
    3234    IAlgorithm Algorithm { get; }
Note: See TracChangeset for help on using the changeset viewer.