Changeset 6786
- Timestamp:
- 09/16/11 12:20:31 (13 years ago)
- Location:
- branches/GP.Grammar.Editor
- Files:
-
- 23 deleted
- 10 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/GP.Grammar.Editor
- Property svn:ignore
-
old new 12 12 *.psess 13 13 *.vsp 14 *.docstates
-
- Property svn:mergeinfo changed
- Property svn:ignore
-
branches/GP.Grammar.Editor/HeuristicLab.Analysis
- Property svn:mergeinfo changed
/branches/QAPAlgorithms/HeuristicLab.Analysis (added) merged: 6355,6569,6610-6611,6615-6616,6627 /trunk/sources/HeuristicLab.Analysis merged: 6548,6628,6676
- Property svn:mergeinfo changed
-
branches/GP.Grammar.Editor/HeuristicLab.Analysis.Views/3.3/HeatMapView.resx
- Property svn:mergeinfo changed (with no actual effect on merging)
-
branches/GP.Grammar.Editor/HeuristicLab.Encodings.PermutationEncoding
- Property svn:mergeinfo changed
-
branches/GP.Grammar.Editor/HeuristicLab.Optimization/3.3/Problems/SingleObjectiveHeuristicOptimizationProblem.cs
- Property svn:mergeinfo changed (with no actual effect on merging)
-
branches/GP.Grammar.Editor/HeuristicLab.Persistence
- Property svn:mergeinfo changed
/branches/QAPAlgorithms/HeuristicLab.Persistence (added) merged: 6355,6569,6611,6627 /trunk/sources/HeuristicLab.Persistence merged: 6446,6548,6628
- Property svn:mergeinfo changed
-
branches/GP.Grammar.Editor/HeuristicLab.Problems.DataAnalysis
- Property svn:mergeinfo changed
-
branches/GP.Grammar.Editor/HeuristicLab.Problems.DataAnalysis.Symbolic.Views/3.4/RunCollectionVariableImpactView.cs
r6784 r6786 174 174 matrix = new DoubleMatrix(variableNamesList.Count, numberOfRuns + statictics.Count); 175 175 matrix.SortableView = true; 176 matrix.RowNames = variableNamesList;177 176 matrix.ColumnNames = columnNames; 178 177 … … 235 234 targetIndex++; 236 235 } 236 sortedMatrix.RowNames = sortedIndexes.Select(i => variableNamesList[i]); 237 237 238 return sortedMatrix; 238 239 } -
branches/GP.Grammar.Editor/HeuristicLab.Problems.VehicleRouting
- Property svn:mergeinfo changed
-
branches/GP.Grammar.Editor/HeuristicLab.Problems.VehicleRouting.Views
- Property svn:mergeinfo changed
/branches/QAPAlgorithms/HeuristicLab.Problems.VehicleRouting.Views (added) merged: 6355,6569,6611,6627 /trunk/sources/HeuristicLab.Problems.VehicleRouting.Views merged: 6447,6548,6628
- Property svn:mergeinfo changed
Note: See TracChangeset
for help on using the changeset viewer.