Changeset 13456
- Timestamp:
- 12/14/15 13:48:21 (9 years ago)
- Location:
- stable
- Files:
-
- 53 edited
Legend:
- Unmodified
- Added
- Removed
-
stable
- Property svn:mergeinfo changed
/trunk/sources merged: 13406
- Property svn:mergeinfo changed
-
stable/HeuristicLab.Algorithms.ALPS
- Property svn:mergeinfo changed (with no actual effect on merging)
-
stable/HeuristicLab.Algorithms.DataAnalysis
- Property svn:mergeinfo changed (with no actual effect on merging)
-
stable/HeuristicLab.Algorithms.DataAnalysis.Views
- Property svn:mergeinfo changed (with no actual effect on merging)
-
stable/HeuristicLab.Analysis
- Property svn:mergeinfo changed (with no actual effect on merging)
-
stable/HeuristicLab.Analysis.Views
- Property svn:mergeinfo changed (with no actual effect on merging)
-
stable/HeuristicLab.Analysis.Views/3.3/HeatMapView.resx
- Property svn:mergeinfo changed (with no actual effect on merging)
-
stable/HeuristicLab.Core
- Property svn:mergeinfo changed
/trunk/sources/HeuristicLab.Core merged: 13450
- Property svn:mergeinfo changed
-
stable/HeuristicLab.Core.Views/3.3/TypeSelector.cs
- Property svn:mergeinfo changed (with no actual effect on merging)
-
stable/HeuristicLab.Data.Views
- Property svn:mergeinfo changed (with no actual effect on merging)
-
stable/HeuristicLab.Data.Views/3.3
- Property svn:mergeinfo changed (with no actual effect on merging)
-
stable/HeuristicLab.Data/3.3
- Property svn:mergeinfo changed (with no actual effect on merging)
-
stable/HeuristicLab.DataPreprocessing.Views
- Property svn:mergeinfo changed (with no actual effect on merging)
-
stable/HeuristicLab.DataPreprocessing/3.4
- Property svn:mergeinfo changed (with no actual effect on merging)
-
stable/HeuristicLab.Encodings.BinaryVectorEncoding
- Property svn:mergeinfo changed (with no actual effect on merging)
-
stable/HeuristicLab.Encodings.IntegerVectorEncoding
- Property svn:mergeinfo changed (with no actual effect on merging)
-
stable/HeuristicLab.Encodings.PermutationEncoding
- Property svn:mergeinfo changed (with no actual effect on merging)
-
stable/HeuristicLab.Encodings.RealVectorEncoding
- Property svn:mergeinfo changed (with no actual effect on merging)
-
stable/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding
- Property svn:mergeinfo changed (with no actual effect on merging)
-
stable/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views
- Property svn:mergeinfo changed (with no actual effect on merging)
-
stable/HeuristicLab.ExtLibs
- Property svn:mergeinfo changed (with no actual effect on merging)
-
stable/HeuristicLab.Optimization
- Property svn:mergeinfo changed (with no actual effect on merging)
-
stable/HeuristicLab.Optimization.Views
- Property svn:mergeinfo changed (with no actual effect on merging)
-
stable/HeuristicLab.Optimization/3.3/Problems/SingleObjectiveHeuristicOptimizationProblem.cs
- Property svn:mergeinfo changed (with no actual effect on merging)
-
stable/HeuristicLab.Optimizer
- Property svn:mergeinfo changed
/trunk/sources/HeuristicLab.Optimizer merged: 13406,13434
- Property svn:mergeinfo changed
-
stable/HeuristicLab.Optimizer/3.3/CreateExperimentDialog.cs
r12741 r13456 883 883 && typeof(EnumValue<>).IsAssignableFrom(m.Key.Value.GetType().GetGenericTypeDefinition())) { 884 884 var valueParam = (IValueParameter)variant.Parameters[m.Key.Name]; 885 valueParam.Value = m.Value; 885 dynamic targetEnumValue = valueParam.Value; 886 dynamic sourceEnumValue = m.Value; 887 targetEnumValue.Value = sourceEnumValue.Value; 886 888 variant.Name += m.Key.Name + "=" + m.Value + ", "; 887 889 } else { -
stable/HeuristicLab.Persistence
- Property svn:mergeinfo changed (with no actual effect on merging)
-
stable/HeuristicLab.Problems.ArtificialAnt
- Property svn:mergeinfo changed (with no actual effect on merging)
-
stable/HeuristicLab.Problems.DataAnalysis
- Property svn:mergeinfo changed (with no actual effect on merging)
-
stable/HeuristicLab.Problems.DataAnalysis.Symbolic
- Property svn:mergeinfo changed (with no actual effect on merging)
-
stable/HeuristicLab.Problems.DataAnalysis.Symbolic.Classification
- Property svn:mergeinfo changed (with no actual effect on merging)
-
stable/HeuristicLab.Problems.DataAnalysis.Symbolic.Classification.Views
- Property svn:mergeinfo changed (with no actual effect on merging)
-
stable/HeuristicLab.Problems.DataAnalysis.Symbolic.Regression
- Property svn:mergeinfo changed (with no actual effect on merging)
-
stable/HeuristicLab.Problems.DataAnalysis.Symbolic.Regression.Views
- Property svn:mergeinfo changed (with no actual effect on merging)
-
stable/HeuristicLab.Problems.DataAnalysis.Symbolic.Regression/3.4
- Property svn:mergeinfo changed (with no actual effect on merging)
-
stable/HeuristicLab.Problems.DataAnalysis.Symbolic.TimeSeriesPrognosis
- Property svn:mergeinfo changed (with no actual effect on merging)
-
stable/HeuristicLab.Problems.DataAnalysis.Symbolic.Views
- Property svn:mergeinfo changed (with no actual effect on merging)
-
stable/HeuristicLab.Problems.DataAnalysis.Views
- Property svn:mergeinfo changed (with no actual effect on merging)
-
stable/HeuristicLab.Problems.GrammaticalEvolution
- Property svn:mergeinfo changed (with no actual effect on merging)
-
stable/HeuristicLab.Problems.Instances
- Property svn:mergeinfo changed (with no actual effect on merging)
-
stable/HeuristicLab.Problems.Instances.DataAnalysis
- Property svn:mergeinfo changed (with no actual effect on merging)
-
stable/HeuristicLab.Problems.Instances.DataAnalysis.Views
- Property svn:mergeinfo changed (with no actual effect on merging)
-
stable/HeuristicLab.Problems.Instances.TSPLIB.Views
- Property svn:mergeinfo changed (with no actual effect on merging)
-
stable/HeuristicLab.Problems.LawnMower
- Property svn:mergeinfo changed (with no actual effect on merging)
-
stable/HeuristicLab.Problems.QuadraticAssignment
- Property svn:mergeinfo changed (with no actual effect on merging)
-
stable/HeuristicLab.Problems.QuadraticAssignment.Views
- Property svn:mergeinfo changed (with no actual effect on merging)
-
stable/HeuristicLab.Problems.TestFunctions
- Property svn:mergeinfo changed (with no actual effect on merging)
-
stable/HeuristicLab.Problems.TravelingSalesman.Views
- Property svn:mergeinfo changed (with no actual effect on merging)
-
stable/HeuristicLab.Problems.VehicleRouting
- Property svn:mergeinfo changed (with no actual effect on merging)
-
stable/HeuristicLab.Problems.VehicleRouting.Views
- Property svn:mergeinfo changed (with no actual effect on merging)
-
stable/HeuristicLab.Services.Hive
- Property svn:mergeinfo changed (with no actual effect on merging)
-
stable/HeuristicLab.Services.Hive.DataAccess
- Property svn:mergeinfo changed (with no actual effect on merging)
-
stable/HeuristicLab.Tests
- Property svn:mergeinfo changed (with no actual effect on merging)
Note: See TracChangeset
for help on using the changeset viewer.