Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/04/17 17:19:35 (8 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/MctsSymbolicRegression/Policies/UcbTuned.cs

    r13669 r14927  
    99using HeuristicLab.Data;
    1010using HeuristicLab.Parameters;
    11 using HeuristicLab.Persistence.Default.CompositeSerializers.Storable;
     11using HeuristicLab.Persistence;
    1212
    1313namespace HeuristicLab.Algorithms.DataAnalysis.MctsSymbolicRegression.Policies {
    14   [StorableClass]
     14  [StorableType("20805399-3b19-4a46-befa-8600bdc566eb")]
    1515  [Item("UcbTuned Policy", "UcbTuned is similar to Ucb but tracks empirical variance. Use parameter c to balance between exploitation and exploration")]
    1616  public class UcbTuned : PolicyBase {
Note: See TracChangeset for help on using the changeset viewer.