Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
12/20/18 10:22:45 (5 years ago)
Author:
chaider
Message:

#2971

  • Added parameter VariableRanges to RegressionProblemData
  • Added VariableRanges class
  • Added View class for VariableRanges
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2971_named_intervals/HeuristicLab.Data/3.3/HeuristicLab.Data-3.3.csproj

    r16372 r16413  
    4141    <DebugType>full</DebugType>
    4242    <Optimize>false</Optimize>
    43     <OutputPath>$(SolutionDir)\bin\</OutputPath>
     43    <OutputPath>..\..\..\..\trunk\bin\</OutputPath>
    4444    <DefineConstants>DEBUG;TRACE</DefineConstants>
    4545    <ErrorReport>prompt</ErrorReport>
     
    123123      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
    124124    </Reference>
     125    <Reference Include="HeuristicLab.Problems.DataAnalysis-3.4, Version=3.4.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
     126      <SpecificVersion>False</SpecificVersion>
     127      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Problems.DataAnalysis-3.4.dll</HintPath>
     128    </Reference>
    125129    <Reference Include="System" />
    126130    <Reference Include="System.Core">
     
    132136  </ItemGroup>
    133137  <ItemGroup>
     138    <Compile Include="VariableRanges.cs" />
    134139    <None Include="Plugin.cs.frame" />
    135140    <Compile Include="BoolArray.cs" />
     
    139144    <Compile Include="ComparisonType.cs" />
    140145    <Compile Include="EnumValue.cs" />
     146    <Compile Include="Interfaces\IVariableRanges.cs" />
    141147    <Compile Include="Interfaces\IValueTypeArray.cs" />
    142148    <Compile Include="Path Types\DirectoryValue.cs" />
Note: See TracChangeset for help on using the changeset viewer.