- Timestamp:
- 01/27/21 14:10:56 (4 years ago)
- Location:
- branches/3040_VectorBasedGP
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3040_VectorBasedGP
- Property svn:mergeinfo changed
-
branches/3040_VectorBasedGP/HeuristicLab.Random
- Property svn:mergeinfo changed
/branches/3027-NormalDistribution/HeuristicLab.Random (added) merged: 17244-17245 /trunk/HeuristicLab.Random (added) merged: 17806,17810
- Property svn:mergeinfo changed
-
branches/3040_VectorBasedGP/HeuristicLab.Random/3.3/NormalRandomizer.cs
r17180 r17825 26 26 using HeuristicLab.Parameters; 27 27 using HEAL.Attic; 28 using System; 28 29 29 30 namespace HeuristicLab.Random { … … 33 34 [StorableType("0EAF4184-6C98-4C9D-80A1-09A42E03450E")] 34 35 [Item("NormalRandomizer", "Initializes the value of variable 'Value' to a random value normally distributed with parameters 'Mu' and 'Sigma'")] 36 [Obsolete("Use NormalRandomizerPolar instead.")] 35 37 public class NormalRandomizer : SingleSuccessorOperator { 36 38 #region Parameter Properties
Note: See TracChangeset
for help on using the changeset viewer.