Changeset 6760 for branches/PersistenceSpeedUp/HeuristicLab.Optimization.Operators/3.3/DiscreteDoubleValueModifier.cs
- Timestamp:
- 09/14/11 13:59:25 (13 years ago)
- Location:
- branches/PersistenceSpeedUp
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PersistenceSpeedUp
- Property svn:ignore
-
old new 12 12 *.psess 13 13 *.vsp 14 *.docstates
-
- Property svn:mergeinfo changed
- Property svn:ignore
-
branches/PersistenceSpeedUp/HeuristicLab.Optimization.Operators/3.3/DiscreteDoubleValueModifier.cs
r5445 r6760 34 34 [StorableClass] 35 35 public abstract class DiscreteDoubleValueModifier : SingleSuccessorOperator, IDiscreteDoubleValueModifier { 36 #region parameter properties 36 37 /// <summary> 37 38 /// The parameter that should be modified. … … 70 71 get { return (IValueLookupParameter<IntValue>)Parameters["EndIndex"]; } 71 72 } 72 73 #endregion 73 74 [StorableConstructor] 74 75 protected DiscreteDoubleValueModifier(bool deserializing) : base(deserializing) { }
Note: See TracChangeset
for help on using the changeset viewer.