Free cookie consent management tool by TermsFeed Policy Generator

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

#2520: changed all usages of StorableClass to use StorableType with an auto-generated GUID (did not add StorableType to other type definitions yet)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/PersistenceReintegration/HeuristicLab.Algorithms.DataAnalysis/3.4/CrossValidation.cs

    r14904 r14927  
    3030using HeuristicLab.Data;
    3131using HeuristicLab.Optimization;
    32 using HeuristicLab.Persistence.Default.CompositeSerializers.Storable;
     32using HeuristicLab.Persistence;
    3333using HeuristicLab.Problems.DataAnalysis;
    3434using HeuristicLab.Problems.DataAnalysis.Symbolic;
     
    3838  [Item("Cross Validation (CV)", "Cross-validation wrapper for data analysis algorithms.")]
    3939  [Creatable(CreatableAttribute.Categories.DataAnalysis, Priority = 100)]
    40   [StorableClass]
     40  [StorableType("7893404d-8ea2-4545-b4d6-ead977c4d270")]
    4141  public sealed class CrossValidation : ParameterizedNamedItem, IAlgorithm, IStorableContent {
    4242    private IDataAnalysisProblemData shuffledProblemData;
Note: See TracChangeset for help on using the changeset viewer.