Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/22/19 10:06:42 (5 years ago)
Author:
pfleck
Message:

#3040

  • Added double vectors for Dataset. Extended the type-checks for DataAnalysisProblemData.
  • Added a small benchmark instance with data containing vectors. Adapted the ArtificialRegressionDataDescriptor to be able to specify non-double values.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3040_VectorBasedGP/HeuristicLab.Problems.Instances.DataAnalysis/3.3/HeuristicLab.Problems.Instances.DataAnalysis-3.3.csproj

    r16658 r17364  
    2424    <WarningLevel>4</WarningLevel>
    2525    <Prefer32Bit>false</Prefer32Bit>
    26     <LangVersion>5</LangVersion>
     26    <LangVersion>6</LangVersion>
    2727  </PropertyGroup>
    2828  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
     
    3434    <WarningLevel>4</WarningLevel>
    3535    <Prefer32Bit>false</Prefer32Bit>
    36     <LangVersion>5</LangVersion>
     36    <LangVersion>6</LangVersion>
    3737  </PropertyGroup>
    3838  <PropertyGroup>
     
    243243    <Compile Include="Regression\Various\SpatialCoevolution.cs" />
    244244    <Compile Include="Regression\Various\VariousInstanceProvider.cs" />
     245    <Compile Include="Regression\VectorData\VariousInstanceProvider.cs" />
     246    <Compile Include="Regression\VectorData\VectorDataTestOne.cs" />
    245247    <Compile Include="Regression\Vladislavleva\KotanchekFunction.cs" />
    246248    <Compile Include="Regression\Vladislavleva\RationalPolynomialThreeDimensional.cs" />
Note: See TracChangeset for help on using the changeset viewer.