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.DataAnalysis/3.4/Interfaces/IDataAnalysisProblem.cs

    r14185 r14929  
    2323using HeuristicLab.Core;
    2424using HeuristicLab.Optimization;
     25using HeuristicLab.Persistence;
    2526
    2627namespace HeuristicLab.Problems.DataAnalysis {
     28  [StorableType("2293165c-bdf5-4605-ad20-efe0c3a1b546")]
    2729  public interface IDataAnalysisProblem : IProblem {
    2830    IParameter ProblemDataParameter { get; }
     
    3133  }
    3234
     35  [StorableType("ba6d87ec-0140-45fa-b425-3aaa27d9fe3e")]
    3336  public interface IDataAnalysisProblem<T> : IDataAnalysisProblem
    3437  where T : class, IDataAnalysisProblemData {
Note: See TracChangeset for help on using the changeset viewer.