Changeset 1077 for branches/3.1/sources/HeuristicLab.RealVector/VariableStrengthNormalAllPositionsManipulator.cs
- Timestamp:
- 01/07/09 09:36:20 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.1/sources/HeuristicLab.RealVector/VariableStrengthNormalAllPositionsManipulator.cs
r95 r1077 47 47 48 48 protected override double[] Manipulate(IScope scope, IRandom random, double[] vector) { 49 double shakingFactor = scope.GetVariableValue<DoubleData>("ShakingFactor", true).Data;49 double shakingFactor = GetVariableValue<DoubleData>("ShakingFactor", scope, true).Data; 50 50 return Apply(shakingFactor, random, vector); 51 51 }
Note: See TracChangeset
for help on using the changeset viewer.