Changeset 14927 for branches/PersistenceReintegration/HeuristicLab.Algorithms.ALPS/3.3/WeightingReducer.cs
- Timestamp:
- 05/04/17 17:19:35 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PersistenceReintegration/HeuristicLab.Algorithms.ALPS/3.3/WeightingReducer.cs
r14185 r14927 27 27 using HeuristicLab.Operators; 28 28 using HeuristicLab.Parameters; 29 using HeuristicLab.Persistence .Default.CompositeSerializers.Storable;29 using HeuristicLab.Persistence; 30 30 31 31 namespace HeuristicLab.Algorithms.ALPS { 32 32 [Item("WeightingReducer", "An operator that combines two values based on the weight of the lower (0.0) and higher (1.0) value.")] 33 [Storable Class]33 [StorableType("ae74d494-0f32-4684-97a2-382d56fc827a")] 34 34 public sealed class WeightingReducer : SingleSuccessorOperator { 35 35 public IScopeTreeLookupParameter<DoubleValue> ParameterToReduce {
Note: See TracChangeset
for help on using the changeset viewer.