Changeset 5337 for branches/HeuristicLab.MetaOptimization/HeuristicLab.Problems.MetaOptimization/3.3/Operators/Manipulators/NormalIntValueManipulator.cs
- Timestamp:
- 01/20/11 01:30:44 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HeuristicLab.MetaOptimization/HeuristicLab.Problems.MetaOptimization/3.3/Operators/Manipulators/NormalIntValueManipulator.cs
r5293 r5337 47 47 NormalAllPositionsManipulator.Apply(random, vector, strategy); 48 48 value.Value = (int)vector[0]; 49 range.ApplyStepSize(value);49 value.Value = range.ApplyStepSize(value.Value); 50 50 ok = range.IsInRange(value.Value); 51 51 }
Note: See TracChangeset
for help on using the changeset viewer.