Changeset 1076
- Timestamp:
- 01/07/09 09:35:50 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.RealVector/VariableStrengthNormalAllPositionsManipulator.cs
r95 r1076 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.