Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/03/17 11:41:43 (7 years ago)
Author:
gkronber
Message:

#2520

  • renamed StorableClass -> StorableType
  • changed persistence to use GUIDs instead of type names
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/PersistenceOverhaul/HeuristicLab.Algorithms.ALPS/3.3/WeightingReducer.cs

    r13368 r14711  
    3131namespace HeuristicLab.Algorithms.ALPS {
    3232  [Item("WeightingReducer", "An operator that combines two values based on the weight of the lower (0.0) and higher (1.0) value.")]
    33   [StorableClass("78A7C73B-714D-4FEA-9FF5-21579B405397")]
     33  [StorableType("78A7C73B-714D-4FEA-9FF5-21579B405397")]
    3434  public sealed class WeightingReducer : SingleSuccessorOperator {
    3535    public IScopeTreeLookupParameter<DoubleValue> ParameterToReduce {
Note: See TracChangeset for help on using the changeset viewer.