Changeset 6569 for branches/QAPAlgorithms/HeuristicLab.Optimization.Operators/3.3/DiscreteDoubleValueModifier.cs
- Timestamp:
- 07/17/11 22:51:11 (14 years ago)
- Location:
- branches/QAPAlgorithms
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/QAPAlgorithms
- Property svn:ignore
-
old new 12 12 *.psess 13 13 *.vsp 14 *.docstates
-
- Property svn:mergeinfo changed
- Property svn:ignore
-
branches/QAPAlgorithms/HeuristicLab.Optimization.Operators/3.3/DiscreteDoubleValueModifier.cs
r5445 r6569 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.