Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
08/24/15 13:56:27 (9 years ago)
Author:
gkronber
Message:

#2283: experiments on grammatical optimization algorithms (maxreward instead of avg reward, ...)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.Problems.GrammaticalOptimization-gkr/HeuristicLab.Problems.Bandits/HeuristicLab.Problems.Bandits.csproj

    r12876 r12893  
    2929    <ErrorReport>prompt</ErrorReport>
    3030    <WarningLevel>4</WarningLevel>
     31    <UseVSHostingProcess>true</UseVSHostingProcess>
    3132  </PropertyGroup>
    3233  <ItemGroup>
     
    4142    <Compile Include="BanditHelper.cs" />
    4243    <Compile Include="BernoulliBandit.cs" />
     44    <Compile Include="Bandit.cs" />
     45    <Compile Include="MixtureBandit.cs" />
    4346    <Compile Include="ParetoBandit.cs" />
    4447    <Compile Include="GaussianBandit.cs" />
     
    5356      <Name>HeuristicLab.Common</Name>
    5457    </ProjectReference>
     58    <ProjectReference Include="..\HeuristicLab.Distributions\HeuristicLab.Distributions.csproj">
     59      <Project>{31171165-e16f-4a1a-a8ab-25c6ab3a71b9}</Project>
     60      <Name>HeuristicLab.Distributions</Name>
     61    </ProjectReference>
    5562  </ItemGroup>
    5663  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Note: See TracChangeset for help on using the changeset viewer.