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.GrammaticalEvolution/3.4/SymbolicRegression/IGESymbolicDataAnalysisProblem.cs

    r14185 r14929  
    2828using HeuristicLab.Problems.DataAnalysis;
    2929using HeuristicLab.Problems.DataAnalysis.Symbolic;
     30using HeuristicLab.Persistence;
    3031
    3132namespace HeuristicLab.Problems.GrammaticalEvolution {
     33  [StorableType("ec39245d-648f-448f-b68d-104fa6e8d04f")]
    3234  public interface IGESymbolicDataAnalysisProblem : IDataAnalysisProblem, IHeuristicOptimizationProblem {
    3335
     
    4749  }
    4850
     51  [StorableType("7c9a5407-6a34-488d-9e66-159d773a4e04")]
    4952  public interface IGESymbolicDataAnalysisSingleObjectiveProblem : IGESymbolicDataAnalysisProblem, ISingleObjectiveHeuristicOptimizationProblem { }
    5053}
Note: See TracChangeset for help on using the changeset viewer.