Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/01/18 18:26:53 (5 years ago)
Author:
gkronber
Message:

#2957: initial import of physics problems implemented by lkammere

Location:
trunk/HeuristicLab.Problems.Instances.DataAnalysis/3.3
Files:
6 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/HeuristicLab.Problems.Instances.DataAnalysis/3.3/HeuristicLab.Problems.Instances.DataAnalysis-3.3.csproj

    r15951 r16264  
    169169    <Compile Include="Regression\PennML\PennMLRegressionDataDescriptor.cs" />
    170170    <Compile Include="Regression\PennML\PennMLRegressionInstanceProvider.cs" />
     171    <Compile Include="Regression\Physics\AircraftLift.cs" />
     172    <Compile Include="Regression\Physics\AircraftMaximumLift.cs" />
     173    <Compile Include="Regression\Physics\FluidDynamics.cs" />
     174    <Compile Include="Regression\Physics\PhysicsInstanceProvider.cs" />
     175    <Compile Include="Regression\Physics\RocketFuelFlow.cs" />
    171176    <Compile Include="Regression\VariableNetworks\LinearVariableNetwork.cs" />
    172177    <Compile Include="Regression\VariableNetworks\GaussianProcessVariableNetwork.cs" />
Note: See TracChangeset for help on using the changeset viewer.