- Timestamp:
- 04/04/17 16:56:06 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/symbreg-factors-2650/HeuristicLab.Problems.DataAnalysis.Symbolic/3.4/Symbols/VariableTreeNodeBase.cs
r14815 r14824 70 70 base.ShakeLocalParameters(random, shakingFactor); 71 71 72 // 50% additive & 50% multiplicative ( BUG in if statement below!)72 // 50% additive & 50% multiplicative (TODO: BUG in if statement below -> fix in HL 4.0!) 73 73 if(random.NextDouble() < 0) { 74 74 double x = NormalDistributedRandom.NextDouble(random, Symbol.WeightManipulatorMu, Symbol.WeightManipulatorSigma);
Note: See TracChangeset
for help on using the changeset viewer.