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/RandomForest/RandomForestUtil.cs

    r14185 r14927  
    3131using HeuristicLab.Data;
    3232using HeuristicLab.Parameters;
    33 using HeuristicLab.Persistence.Default.CompositeSerializers.Storable;
     33using HeuristicLab.Persistence;
    3434using HeuristicLab.Problems.DataAnalysis;
    3535using HeuristicLab.Random;
     
    3737namespace HeuristicLab.Algorithms.DataAnalysis {
    3838  [Item("RFParameter", "A random forest parameter collection")]
    39   [StorableClass]
     39  [StorableType("e25f6027-e05c-4771-b408-db8aaeec8eca")]
    4040  public class RFParameter : ParameterCollection {
    4141    public RFParameter() {
Note: See TracChangeset for help on using the changeset viewer.