Changeset 16386 for branches/2925_AutoDiffForDynamicalModels/HeuristicLab.Algorithms.ParameterlessPopulationPyramid
- Timestamp:
- 12/15/18 12:07:16 (6 years ago)
- Location:
- branches/2925_AutoDiffForDynamicalModels
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2925_AutoDiffForDynamicalModels
- Property svn:mergeinfo changed
-
branches/2925_AutoDiffForDynamicalModels/HeuristicLab.Algorithms.ParameterlessPopulationPyramid
- Property svn:mergeinfo changed
/branches/2915-AbsoluteSymbol/HeuristicLab.Algorithms.ParameterlessPopulationPyramid (added) merged: 16240 /trunk/HeuristicLab.Algorithms.ParameterlessPopulationPyramid (added) merged: 16071,16356
- Property svn:mergeinfo changed
-
branches/2925_AutoDiffForDynamicalModels/HeuristicLab.Algorithms.ParameterlessPopulationPyramid/3.3/ParameterlessPopulationPyramid.cs
r15583 r16386 231 231 protected override void Initialize(CancellationToken cancellationToken) { 232 232 // Set up the algorithm 233 if (SetSeedRandomly) Seed = new System.Random().Next();233 if (SetSeedRandomly) Seed = RandomSeedGenerator.GetSeed(); 234 234 pyramid = new List<Population>(); 235 235 seen.Clear();
Note: See TracChangeset
for help on using the changeset viewer.