Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
10/23/18 19:49:16 (6 years ago)
Author:
gkronber
Message:

#2925: implemented interface to CVODES solver with forward sensitivity calculation.

Location:
branches/2925_AutoDiffForDynamicalModels/AutoDiffForDynamicalModelsTest
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2925_AutoDiffForDynamicalModels/AutoDiffForDynamicalModelsTest/AutoDiffForDynamicalModelsTest.csproj

    r16246 r16251  
    4141  </PropertyGroup>
    4242  <ItemGroup>
     43    <Reference Include="HeuristicLab.Operators.Views.GraphVisualization-3.3">
     44      <HintPath>..\bin\HeuristicLab.Operators.Views.GraphVisualization-3.3.dll</HintPath>
     45    </Reference>
     46    <Reference Include="HeuristicLab.Operators.Views.GraphVisualization.Views-3.3">
     47      <HintPath>..\bin\HeuristicLab.Operators.Views.GraphVisualization.Views-3.3.dll</HintPath>
     48    </Reference>
     49    <Reference Include="HeuristicLab.Persistence-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
     50      <SpecificVersion>False</SpecificVersion>
     51      <HintPath>..\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
     52    </Reference>
     53    <Reference Include="HeuristicLab.Problems.DataAnalysis-3.4, Version=3.4.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
     54      <SpecificVersion>False</SpecificVersion>
     55      <HintPath>..\bin\HeuristicLab.Problems.DataAnalysis-3.4.dll</HintPath>
     56    </Reference>
     57    <Reference Include="HeuristicLab.Problems.Instances-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
     58      <SpecificVersion>False</SpecificVersion>
     59      <HintPath>..\bin\HeuristicLab.Problems.Instances-3.3.dll</HintPath>
     60    </Reference>
     61    <Reference Include="HeuristicLab.Random-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
     62      <SpecificVersion>False</SpecificVersion>
     63      <HintPath>..\bin\HeuristicLab.Random-3.3.dll</HintPath>
     64    </Reference>
     65    <Reference Include="HeuristicLab.SequentialEngine-3.3">
     66      <HintPath>..\bin\HeuristicLab.SequentialEngine-3.3.dll</HintPath>
     67    </Reference>
    4368    <Reference Include="Microsoft.VisualStudio.TestPlatform.TestFramework, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
    4469      <HintPath>..\packages\MSTest.TestFramework.1.3.2\lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.dll</HintPath>
     
    5378    <Compile Include="TestCvodes.cs" />
    5479    <Compile Include="Properties\AssemblyInfo.cs" />
     80    <Compile Include="TestGA.cs" />
    5581  </ItemGroup>
    5682  <ItemGroup>
     83    <None Include="Genetic Algorithm %28GA%29.hl">
     84      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
     85    </None>
    5786    <None Include="packages.config" />
    5887  </ItemGroup>
    5988  <ItemGroup>
     89    <ProjectReference Include="..\HeuristicLab.Algorithms.GeneticAlgorithm\3.3\HeuristicLab.Algorithms.GeneticAlgorithm-3.3.csproj">
     90      <Project>{A51DA44F-CB35-4F6F-99F5-2A2E904AB93B}</Project>
     91      <Name>HeuristicLab.Algorithms.GeneticAlgorithm-3.3</Name>
     92    </ProjectReference>
     93    <ProjectReference Include="..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
     94      <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
     95      <Name>HeuristicLab.Common-3.3</Name>
     96    </ProjectReference>
    6097    <ProjectReference Include="..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
    6198      <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
Note: See TracChangeset for help on using the changeset viewer.