- Timestamp:
- 11/19/21 16:16:54 (3 years ago)
- Location:
- branches/2521_ProblemRefactoring
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2521_ProblemRefactoring
- Property svn:mergeinfo changed
-
branches/2521_ProblemRefactoring/HeuristicLab.Tests
- Property svn:mergeinfo changed
-
branches/2521_ProblemRefactoring/HeuristicLab.Tests/HeuristicLab.Tests.csproj
r17338 r18087 109 109 </PropertyGroup> 110 110 <ItemGroup> 111 <Reference Include="ALGLIB-3. 7.0">112 <HintPath>..\bin\ALGLIB-3. 7.0.dll</HintPath>111 <Reference Include="ALGLIB-3.17.0"> 112 <HintPath>..\bin\ALGLIB-3.17.0.dll</HintPath> 113 113 <Private>False</Private> 114 114 </Reference> … … 206 206 <SpecificVersion>False</SpecificVersion> 207 207 <HintPath>..\bin\HeuristicLab.Encodings.LinearLinkageEncoding-3.4.dll</HintPath> 208 <Private>False</Private> 208 209 </Reference> 209 210 <Reference Include="HeuristicLab.Encodings.PermutationEncoding-3.3"> … … 282 283 <Private>False</Private> 283 284 </Reference> 284 <Reference Include="HeuristicLab.Problems.DataAnalysis-3.4"> 285 <Reference Include="HeuristicLab.Problems.DataAnalysis-3.4, Version=3.4.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 286 <SpecificVersion>False</SpecificVersion> 285 287 <HintPath>..\bin\HeuristicLab.Problems.DataAnalysis-3.4.dll</HintPath> 286 288 <Private>False</Private> 287 289 </Reference> 288 <Reference Include="HeuristicLab.Problems.DataAnalysis.Symbolic-3.4"> 290 <Reference Include="HeuristicLab.Problems.DataAnalysis.Symbolic-3.4, Version=3.4.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 291 <SpecificVersion>False</SpecificVersion> 289 292 <HintPath>..\bin\HeuristicLab.Problems.DataAnalysis.Symbolic-3.4.dll</HintPath> 290 293 <Private>False</Private> … … 473 476 <Compile Include="HeuristicLab-3.3\Samples\OSESGriewankSampleTest.cs" /> 474 477 <Compile Include="HeuristicLab-3.3\Samples\GAGroupingProblemSampleTest.cs" /> 478 <Compile Include="HeuristicLab-3.3\Samples\ShapeConstrainedRegressionSampleTest.cs" /> 475 479 <Compile Include="HeuristicLab-3.3\Samples\LocalSearchKnapsackSampleTest.cs" /> 476 480 <Compile Include="HeuristicLab-3.3\Samples\SimulatedAnnealingRastriginSampleTest.cs" /> … … 498 502 <Compile Include="HeuristicLab-3.3\ToStringTest.cs" /> 499 503 <Compile Include="HeuristicLab.Algorithms.DataAnalysis-3.4\GradientBoostingTest.cs" /> 504 <Compile Include="HeuristicLab.Algorithms.DataAnalysis-3.4\CrossValidationTest.cs" /> 500 505 <Compile Include="HeuristicLab.Algorithms.DataAnalysis-3.4\NcaAlgorithmTest.cs" /> 501 506 <Compile Include="HeuristicLab.Algorithms.DataAnalysis-3.4\SupportVectorMachineTest.cs" />
Note: See TracChangeset
for help on using the changeset viewer.