Changeset 12828
- Timestamp:
- 08/02/15 13:42:02 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HeuristicLab.Problems.GrammaticalOptimization/Evaluation/MainWindow.xaml.cs
r12827 r12828 163 163 ISymbolicExpressionTreeProblem problem = vm.SelectedProblem; 164 164 165 Random random = new Random(DateTime.Now.Millisecond);165 166 166 167 167 Type policy = vm.SelectedPolicy; … … 188 188 { 189 189 ISolver solver = null; 190 Random random = new Random(Guid.NewGuid().GetHashCode()); 190 191 191 192 if (algorithmType == typeof(MonteCarloTreeSearch_PruneLeaves))
Note: See TracChangeset
for help on using the changeset viewer.