Changeset 13298
- Timestamp:
- 11/19/15 13:46:27 (9 years ago)
- Location:
- stable
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
stable/HeuristicLab.Algorithms.DataAnalysis.Views
- Property svn:mergeinfo changed
/trunk/sources/HeuristicLab.Algorithms.DataAnalysis.Views merged: 13160
- Property svn:mergeinfo changed
-
stable/HeuristicLab.Algorithms.DataAnalysis.Views/3.4/HeuristicLab.Algorithms.DataAnalysis.Views-3.4.csproj
r13156 r13298 167 167 <DependentUpon>NcaDimensionReductionView.cs</DependentUpon> 168 168 </Compile> 169 <Compile Include="OneRClassificationModelView.cs" /> 169 <Compile Include="OneRClassificationModelView.cs"> 170 <SubType>UserControl</SubType> 171 </Compile> 170 172 <Compile Include="OneRClassificationModelView.Designer.cs"> 171 173 <DependentUpon>OneRClassificationModelView.cs</DependentUpon> -
stable/HeuristicLab.Tests
- Property svn:mergeinfo changed
/trunk/sources/HeuristicLab.Tests merged: 13160
- Property svn:mergeinfo changed
-
stable/HeuristicLab.Tests/HeuristicLab-3.3/Samples/GPMultiplexerSampleTest.cs
r13280 r13298 61 61 62 62 var osga = new OffspringSelectionGeneticAlgorithm(); 63 osga.Name = "Genetic Programming - Multiplexer 11 problem";63 osga.Name = "Genetic Programming - Multiplexer 11 Problem"; 64 64 osga.Description = "A genetic programming algorithm that solves the 11-bit multiplexer problem."; 65 65 osga.Problem = problem;
Note: See TracChangeset
for help on using the changeset viewer.