Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/15/19 12:45:38 (5 years ago)
Author:
gkronber
Message:

#2925: Add problem instance provider and instances. Use penalized regression splines for calculation of numeric differences (for pre-tuning).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2925_AutoDiffForDynamicalModels/HeuristicLab.Problems.DynamicalSystemsModelling/3.3/HeuristicLab.Problems.DynamicalSystemsModelling-3.3.csproj

    r16664 r16954  
    114114    </Reference>
    115115    <Reference Include="System.Drawing" />
     116    <Reference Include="System.IO.Compression" />
    116117    <Reference Include="System.Windows.Forms" />
    117118  </ItemGroup>
    118119  <ItemGroup>
     120    <Compile Include="Instances\DataDescriptor.cs" />
    119121    <Compile Include="OdeParameterIdentification.cs" />
    120122    <Compile Include="Plugin.cs" />
    121123    <Compile Include="Problem.cs" />
    122124    <Compile Include="Properties\AssemblyInfo.cs" />
     125    <Compile Include="ProblemInstanceProvider.cs" />
    123126    <Compile Include="Solution.cs" />
    124127    <Compile Include="SolutionView.cs">
     
    132135  <ItemGroup>
    133136    <None Include="HeuristicLab.snk" />
     137    <None Include="Instances\bacterial_1.csv" />
     138    <EmbeddedResource Include="Instances\bacterial_1.csv.zip" />
     139    <None Include="Instances\bar_magnets_1.csv" />
     140    <EmbeddedResource Include="Instances\bar_magnets_1.csv.zip" />
     141    <None Include="Instances\ChemicalReaction.csv" />
     142    <EmbeddedResource Include="Instances\ChemicalReaction.csv.zip" />
     143    <None Include="Instances\E-CELL.csv" />
     144    <EmbeddedResource Include="Instances\E-CELL.csv.zip" />
     145    <None Include="Instances\Glider_1.csv" />
     146    <EmbeddedResource Include="Instances\Glider_1.csv.zip" />
     147    <None Include="Instances\LotkaVolterra.csv" />
     148    <EmbeddedResource Include="Instances\LotkaVolterra.csv.zip" />
     149    <None Include="Instances\predator_prey_1.csv" />
     150    <EmbeddedResource Include="Instances\predator_prey_1.csv.zip" />
     151    <None Include="Instances\S-System.csv" />
     152    <EmbeddedResource Include="Instances\S-System.csv.zip" />
     153    <None Include="Instances\shear_flow_1.csv" />
     154    <EmbeddedResource Include="Instances\shear_flow_1.csv.zip" />
     155    <None Include="Instances\ThreeLotkaVolterra.csv" />
     156    <EmbeddedResource Include="Instances\ThreeLotkaVolterra.csv.zip" />
     157    <None Include="Instances\van_der_pol_1.csv" />
     158    <EmbeddedResource Include="Instances\van_der_pol_1.csv.zip" />
    134159    <None Include="packages.config" />
    135160    <None Include="Plugin.cs.frame" />
     
    232257      <Name>HeuristicLab.Problems.DataAnalysis-3.4</Name>
    233258      <Private>False</Private>
     259    </ProjectReference>
     260    <ProjectReference Include="..\..\HeuristicLab.Problems.Instances.DataAnalysis\3.3\HeuristicLab.Problems.Instances.DataAnalysis-3.3.csproj">
     261      <Project>{94C7714E-29D4-4D6D-B213-2C18D627AB75}</Project>
     262      <Name>HeuristicLab.Problems.Instances.DataAnalysis-3.3</Name>
    234263    </ProjectReference>
    235264    <ProjectReference Include="..\..\HeuristicLab.Problems.Instances\3.3\HeuristicLab.Problems.Instances-3.3.csproj">
Note: See TracChangeset for help on using the changeset viewer.