Changeset 14711 for branches/PersistenceOverhaul/HeuristicLab.Optimization.Operators/3.3/GeneralizedExponentialDiscreteDoubleValueModifier.cs
- Timestamp:
- 03/03/17 11:41:43 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PersistenceOverhaul/HeuristicLab.Optimization.Operators/3.3/GeneralizedExponentialDiscreteDoubleValueModifier.cs
r13368 r14711 40 40 Negative slopes are automatically generated if the start value is greater than the end value. 41 41 If you use `base`=1 you will get a linear interpolation.")] 42 [Storable Class("1F41ABE2-F2E8-48C3-8C90-3DE01F71DF85")]42 [StorableType("1F41ABE2-F2E8-48C3-8C90-3DE01F71DF85")] 43 43 public class GeneralizedExponentialDiscreteDoubleValueModifier : DiscreteDoubleValueModifier { 44 44
Note: See TracChangeset
for help on using the changeset viewer.