Free cookie consent management tool by TermsFeed Policy Generator

Changeset 16696


Ignore:
Timestamp:
03/19/19 13:38:33 (5 years ago)
Author:
gkronber
Message:

#2994 added a separate plugin with an algorithm for constrained non-linear regression

Location:
branches/2994-AutoDiffForIntervals
Files:
8 added
3 edited

Legend:

Unmodified
Added
Removed
  • branches/2994-AutoDiffForIntervals/HeuristicLab 3.3.sln

    r16674 r16696  
    464464EndProject
    465465Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tests", "Tests\Tests.csproj", "{792B51DB-F5AC-4EED-B165-8E57057413B4}"
     466EndProject
     467Project("{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}"
    466468EndProject
    467469Global
     
    22632265    {792B51DB-F5AC-4EED-B165-8E57057413B4}.Release|x86.ActiveCfg = Release|Any CPU
    22642266    {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
    22652279  EndGlobalSection
    22662280  GlobalSection(SolutionProperties) = preSolution
  • branches/2994-AutoDiffForIntervals/Tests/AutoDiffTest.cs

    r16682 r16696  
    99namespace Tests {
    1010  [TestClass]
    11   public class AutoDiffTest {
     11  public class AutoDiffTestClass {
    1212    [TestMethod]
    13     public void Test() {
     13    public void AutoDiffTest() {
    1414      {
    1515        // eval
  • branches/2994-AutoDiffForIntervals/Tests/Tests.csproj

    r16674 r16696  
    4040  </PropertyGroup>
    4141  <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>
    4245    <Reference Include="Microsoft.VisualStudio.TestPlatform.TestFramework, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
    4346      <HintPath>..\packages\MSTest.TestFramework.1.3.2\lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.dll</HintPath>
     
    5053  </ItemGroup>
    5154  <ItemGroup>
     55    <Compile Include="ConstrainedNLRTest.cs" />
    5256    <Compile Include="AutoDiffTest.cs" />
    5357    <Compile Include="Properties\AssemblyInfo.cs" />
     
    5761  </ItemGroup>
    5862  <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>
    5971    <ProjectReference Include="..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
    6072      <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
     
    7385      <Name>HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4</Name>
    7486    </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>
    7591    <ProjectReference Include="..\HeuristicLab.Problems.DataAnalysis.Symbolic\3.4\HeuristicLab.Problems.DataAnalysis.Symbolic-3.4.csproj">
    7692      <Project>{3d28463f-ec96-4d82-afee-38be91a0ca00}</Project>
     
    8096      <Project>{df87c13e-a889-46ff-8153-66dcaa8c5674}</Project>
    8197      <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>
    82102    </ProjectReference>
    83103  </ItemGroup>
Note: See TracChangeset for help on using the changeset viewer.