Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/04/13 22:34:57 (12 years ago)
Author:
gkronber
Message:

#1967: worked on tuned GP model and benchmark instances

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.Problems.GaussianProcessTuning/ILNumerics.2.14.4735.573/ILNumerics.csproj

    r9102 r9112  
    2828    <DebugType>pdbonly</DebugType>
    2929    <Optimize>true</Optimize>
    30     <OutputPath>..\..\bin\</OutputPath>
     30    <OutputPath>..\..\..\trunk\sources\bin\</OutputPath>
    3131    <DefineConstants>TRACE</DefineConstants>
    3232    <ErrorReport>prompt</ErrorReport>
     
    5050  </PropertyGroup>
    5151  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
    52     <OutputPath>..\..\bin\</OutputPath>
     52    <OutputPath>..\..\..\trunk\sources\bin\</OutputPath>
    5353    <DefineConstants>x64 KMEANSVERBOSE_ MKLFFT_VERBOSE</DefineConstants>
    5454    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     
    8080  </PropertyGroup>
    8181  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
    82     <OutputPath>..\..\bin\</OutputPath>
     82    <OutputPath>..\..\..\trunk\sources\bin\</OutputPath>
    8383    <DefineConstants>VERBOSE_ FINALIZE_DISPOSE_ KMEANSVERBOSE_</DefineConstants>
    8484    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     
    8888    <ErrorReport>prompt</ErrorReport>
    8989    <UseVSHostingProcess>false</UseVSHostingProcess>
    90     <DocumentationFile>..\..\bin\ILNumerics.xml</DocumentationFile>
     90    <DocumentationFile>
     91    </DocumentationFile>
    9192    <WarningLevel>4</WarningLevel>
    9293    <DebugSymbols>true</DebugSymbols>
Note: See TracChangeset for help on using the changeset viewer.