Changeset 16696
- Timestamp:
- 03/19/19 13:38:33 (6 years ago)
- Location:
- branches/2994-AutoDiffForIntervals
- Files:
-
- 8 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2994-AutoDiffForIntervals/HeuristicLab 3.3.sln
r16674 r16696 464 464 EndProject 465 465 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tests", "Tests\Tests.csproj", "{792B51DB-F5AC-4EED-B165-8E57057413B4}" 466 EndProject 467 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Algorithms.DataAnalysis.ConstrainedNonlinearRegression-3.4", "HeuristicLab.Algorithms.DataAnalysis.ConstrainedNonlinearRegression\3.4\HeuristicLab.Algorithms.DataAnalysis.ConstrainedNonlinearRegression-3.4.csproj", "{E4CED29F-964F-42AE-B400-AA00D0229CE5}" 466 468 EndProject 467 469 Global … … 2263 2265 {792B51DB-F5AC-4EED-B165-8E57057413B4}.Release|x86.ActiveCfg = Release|Any CPU 2264 2266 {792B51DB-F5AC-4EED-B165-8E57057413B4}.Release|x86.Build.0 = Release|Any CPU 2267 {E4CED29F-964F-42AE-B400-AA00D0229CE5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU 2268 {E4CED29F-964F-42AE-B400-AA00D0229CE5}.Debug|Any CPU.Build.0 = Debug|Any CPU 2269 {E4CED29F-964F-42AE-B400-AA00D0229CE5}.Debug|x64.ActiveCfg = Debug|Any CPU 2270 {E4CED29F-964F-42AE-B400-AA00D0229CE5}.Debug|x64.Build.0 = Debug|Any CPU 2271 {E4CED29F-964F-42AE-B400-AA00D0229CE5}.Debug|x86.ActiveCfg = Debug|Any CPU 2272 {E4CED29F-964F-42AE-B400-AA00D0229CE5}.Debug|x86.Build.0 = Debug|Any CPU 2273 {E4CED29F-964F-42AE-B400-AA00D0229CE5}.Release|Any CPU.ActiveCfg = Release|Any CPU 2274 {E4CED29F-964F-42AE-B400-AA00D0229CE5}.Release|Any CPU.Build.0 = Release|Any CPU 2275 {E4CED29F-964F-42AE-B400-AA00D0229CE5}.Release|x64.ActiveCfg = Release|Any CPU 2276 {E4CED29F-964F-42AE-B400-AA00D0229CE5}.Release|x64.Build.0 = Release|Any CPU 2277 {E4CED29F-964F-42AE-B400-AA00D0229CE5}.Release|x86.ActiveCfg = Release|Any CPU 2278 {E4CED29F-964F-42AE-B400-AA00D0229CE5}.Release|x86.Build.0 = Release|Any CPU 2265 2279 EndGlobalSection 2266 2280 GlobalSection(SolutionProperties) = preSolution -
branches/2994-AutoDiffForIntervals/Tests/AutoDiffTest.cs
r16682 r16696 9 9 namespace Tests { 10 10 [TestClass] 11 public class AutoDiffTest {11 public class AutoDiffTestClass { 12 12 [TestMethod] 13 public void Test() {13 public void AutoDiffTest() { 14 14 { 15 15 // eval -
branches/2994-AutoDiffForIntervals/Tests/Tests.csproj
r16674 r16696 40 40 </PropertyGroup> 41 41 <ItemGroup> 42 <Reference Include="HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-3.4"> 43 <HintPath>..\..\..\trunk\bin\HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-3.4.dll</HintPath> 44 </Reference> 42 45 <Reference Include="Microsoft.VisualStudio.TestPlatform.TestFramework, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> 43 46 <HintPath>..\packages\MSTest.TestFramework.1.3.2\lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.dll</HintPath> … … 50 53 </ItemGroup> 51 54 <ItemGroup> 55 <Compile Include="ConstrainedNLRTest.cs" /> 52 56 <Compile Include="AutoDiffTest.cs" /> 53 57 <Compile Include="Properties\AssemblyInfo.cs" /> … … 57 61 </ItemGroup> 58 62 <ItemGroup> 63 <ProjectReference Include="..\HeuristicLab.Algorithms.DataAnalysis.ConstrainedNonlinearRegression\3.4\HeuristicLab.Algorithms.DataAnalysis.ConstrainedNonlinearRegression-3.4.csproj"> 64 <Project>{e4ced29f-964f-42ae-b400-aa00d0229ce5}</Project> 65 <Name>HeuristicLab.Algorithms.DataAnalysis.ConstrainedNonlinearRegression-3.4</Name> 66 </ProjectReference> 67 <ProjectReference Include="..\HeuristicLab.Algorithms.DataAnalysis\3.4\HeuristicLab.Algorithms.DataAnalysis-3.4.csproj"> 68 <Project>{2E782078-FA81-4B70-B56F-74CE38DAC6C8}</Project> 69 <Name>HeuristicLab.Algorithms.DataAnalysis-3.4</Name> 70 </ProjectReference> 59 71 <ProjectReference Include="..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj"> 60 72 <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project> … … 73 85 <Name>HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4</Name> 74 86 </ProjectReference> 87 <ProjectReference Include="..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj"> 88 <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project> 89 <Name>HeuristicLab.Optimization-3.3</Name> 90 </ProjectReference> 75 91 <ProjectReference Include="..\HeuristicLab.Problems.DataAnalysis.Symbolic\3.4\HeuristicLab.Problems.DataAnalysis.Symbolic-3.4.csproj"> 76 92 <Project>{3d28463f-ec96-4d82-afee-38be91a0ca00}</Project> … … 80 96 <Project>{df87c13e-a889-46ff-8153-66dcaa8c5674}</Project> 81 97 <Name>HeuristicLab.Problems.DataAnalysis-3.4</Name> 98 </ProjectReference> 99 <ProjectReference Include="..\HeuristicLab.Random\3.3\HeuristicLab.Random-3.3.csproj"> 100 <Project>{F4539FB6-4708-40C9-BE64-0A1390AEA197}</Project> 101 <Name>HeuristicLab.Random-3.3</Name> 82 102 </ProjectReference> 83 103 </ItemGroup>
Note: See TracChangeset
for help on using the changeset viewer.