Changeset 16311 for branches/2845_EnhancedProgress/HeuristicLab.Random/3.3
- Timestamp:
- 11/20/18 15:26:57 (6 years ago)
- Location:
- branches/2845_EnhancedProgress
- Files:
-
- 14 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
branches/2845_EnhancedProgress
- Property svn:mergeinfo changed
-
branches/2845_EnhancedProgress/HeuristicLab.Random
-
Property
svn:mergeinfo
set to
(toggle deleted branches)
/branches/2839_HiveProjectManagement/HeuristicLab.Random merged eligible /stable/HeuristicLab.Random merged eligible /trunk/HeuristicLab.Random merged eligible /branches/1721-RandomForestPersistence/HeuristicLab.Random 10321-10322 /branches/Algorithms.GradientDescent/HeuristicLab.Random 5516-5520 /branches/Async/HeuristicLab.Random 13329-15286 /branches/Benchmarking/sources/HeuristicLab.Random 6917-7005 /branches/CloningRefactoring/HeuristicLab.Random 4656-4721 /branches/CodeEditor/HeuristicLab.Random 11700-11806 /branches/DataAnalysis Refactoring/HeuristicLab.Random 5471-5808 /branches/DataAnalysis SolutionEnsembles/HeuristicLab.Random 5815-6180 /branches/DataAnalysis/HeuristicLab.Random 4458-4459,4462,4464 /branches/DataPreprocessing/HeuristicLab.Random 10085-11101 /branches/GP.Grammar.Editor/HeuristicLab.Random 6284-6795 /branches/GP.Symbols (TimeLag, Diff, Integral)/HeuristicLab.Random 5060 /branches/HLScript/HeuristicLab.Random 10331-10358 /branches/HeuristicLab.DatasetRefactor/sources/HeuristicLab.Random 11570-12508 /branches/HeuristicLab.Problems.DataAnalysis.Trading/HeuristicLab.Random 6123-9799 /branches/HeuristicLab.Problems.Orienteering/HeuristicLab.Random 11130-12721 /branches/HiveStatistics/sources/HeuristicLab.Random 12440-12877 /branches/LogResidualEvaluator/HeuristicLab.Random 10202-10483 /branches/NET40/sources/HeuristicLab.Random 5138-5162 /branches/NSGA-II Changes/HeuristicLab.Random 12033-12122 /branches/ParallelEngine/HeuristicLab.Random 5175-5192 /branches/ProblemInstancesRegressionAndClassification/HeuristicLab.Random 7568-7810 /branches/QAPAlgorithms/HeuristicLab.Random 6350-6627 /branches/Restructure trunk solution/HeuristicLab.Random 6828 /branches/RuntimeOptimizer/HeuristicLab.Random 8943-9078 /branches/ScatterSearch (trunk integration)/HeuristicLab.Random 7787-8333 /branches/SlaveShutdown/HeuristicLab.Random 8944-8956 /branches/SpectralKernelForGaussianProcesses/HeuristicLab.Random 10204-10479 /branches/SuccessProgressAnalysis/HeuristicLab.Random 5370-5682 /branches/Trunk/HeuristicLab.Random 6829-6865 /branches/UnloadJobs/HeuristicLab.Random 9168-9215 /branches/VNS/HeuristicLab.Random 5594-5752 /branches/crossvalidation-2434/HeuristicLab.Random 12948-12950 /branches/histogram/HeuristicLab.Random 5959-6341 /branches/symbreg-factors-2650/HeuristicLab.Random 14232-14825
-
Property
svn:mergeinfo
set to
(toggle deleted branches)
-
branches/2845_EnhancedProgress/HeuristicLab.Random/3.3/GammaDistributedRandom.cs
r16308 r16311 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-201 6Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) 2002-2018 Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. -
branches/2845_EnhancedProgress/HeuristicLab.Random/3.3/HeuristicLab.Random-3.3.csproj
r14407 r16311 120 120 <Compile Include="GammaDistributedRandom.cs" /> 121 121 <Compile Include="ListExtensions.cs" /> 122 <Compile Include="RandomSeedGenerator.cs" /> 122 123 <Compile Include="UniformDistributedRandom.cs" /> 123 124 <Compile Include="FastRandom.cs" /> -
branches/2845_EnhancedProgress/HeuristicLab.Random/3.3/ListExtensions.cs
r16308 r16311 2 2 3 3 /* HeuristicLab 4 * Copyright (C) 2002-201 6Heuristic and Evolutionary Algorithms Laboratory (HEAL)4 * Copyright (C) 2002-2018 Heuristic and Evolutionary Algorithms Laboratory (HEAL) 5 5 * 6 6 * This file is part of HeuristicLab. -
branches/2845_EnhancedProgress/HeuristicLab.Random/3.3/MersenneTwister.cs
r16308 r16311 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-201 6Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) 2002-2018 Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. -
branches/2845_EnhancedProgress/HeuristicLab.Random/3.3/NormalDistributedRandom.cs
r16308 r16311 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-201 6Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) 2002-2018 Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. -
branches/2845_EnhancedProgress/HeuristicLab.Random/3.3/NormalRandomizer.cs
r16308 r16311 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-201 6Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) 2002-2018 Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. -
branches/2845_EnhancedProgress/HeuristicLab.Random/3.3/Plugin.cs.frame
r16308 r16311 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-201 6Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) 2002-2018 Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. … … 26 26 /// Plugin class for HeuristicLab.Random plugin. 27 27 /// </summary> 28 [Plugin("HeuristicLab.Random", "3.3.1 4.$WCREV$")]28 [Plugin("HeuristicLab.Random", "3.3.15.$WCREV$")] 29 29 [PluginFile("HeuristicLab.Random-3.3.dll", PluginFileType.Assembly)] 30 30 [PluginDependency("HeuristicLab.Collections", "3.3")] -
branches/2845_EnhancedProgress/HeuristicLab.Random/3.3/Properties/AssemblyInfo.cs.frame
r16308 r16311 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-201 6Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) 2002-2018 Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. … … 32 32 [assembly: AssemblyCompany("")] 33 33 [assembly: AssemblyProduct("HeuristicLab")] 34 [assembly: AssemblyCopyright("(c) 2002-201 6HEAL")]34 [assembly: AssemblyCopyright("(c) 2002-2018 HEAL")] 35 35 [assembly: AssemblyTrademark("")] 36 36 [assembly: AssemblyCulture("")] … … 54 54 // by using the '*' as shown below: 55 55 [assembly: AssemblyVersion("3.3.0.0")] 56 [assembly: AssemblyFileVersion("3.3.1 4.$WCREV$")]56 [assembly: AssemblyFileVersion("3.3.15.$WCREV$")] -
branches/2845_EnhancedProgress/HeuristicLab.Random/3.3/RandomCreator.cs
r16308 r16311 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-201 6Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) 2002-2018 Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. … … 94 94 IntValue seed = SeedParameter.ActualValue; 95 95 96 if (setSeedRandomly) seed.Value = new System.Random().Next();96 if (setSeedRandomly) seed.Value = RandomSeedGenerator.GetSeed(); 97 97 IRandom random = (IRandom)RandomType.Clone(); 98 98 random.Reset(seed.Value); -
branches/2845_EnhancedProgress/HeuristicLab.Random/3.3/RandomEnumerable.cs
r16308 r16311 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-201 6Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) 2002-2018 Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. -
branches/2845_EnhancedProgress/HeuristicLab.Random/3.3/UniformDistributedRandom.cs
r16308 r16311 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-201 6Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) 2002-2018 Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. -
branches/2845_EnhancedProgress/HeuristicLab.Random/3.3/UniformRandomizer.cs
r16308 r16311 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-201 6Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) 2002-2018 Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab.
Note: See TracChangeset
for help on using the changeset viewer.