Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/18/17 01:15:25 (7 years ago)
Author:
pkimmesw
Message:

#2665 BenchmarkSuite, all examples, partially tested, VectorExpressions added

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problem.ProgramSynthesis.BenchmarkSuite/HeuristicLab.BenchmarkSuite.csproj

    r14834 r14875  
    102102    <Compile Include="BenchmarkSuiteInstanceProvider.cs" />
    103103    <Compile Include="DataTypes.cs" />
     104    <Compile Include="Problems\ScrabbleScore.cs" />
    104105    <Compile Include="ExampleArgumentConverter.cs" />
    105106    <Compile Include="IBenchmarkSuiteDataDescriptor.cs" />
    106107    <Compile Include="Plugin.cs" />
    107     <Compile Include="Problems\Data.cs" />
     108    <Compile Include="Problems\CompareStringLengths.cs" />
     109    <Compile Include="Problems\ProblemData.cs" />
    108110    <Compile Include="Example.cs" />
    109111    <Compile Include="ExampleArgumentType.cs" />
     
    123125    <Compile Include="Problems\Digits.cs" />
    124126    <Compile Include="Problems\CountOdds.cs" />
     127    <Compile Include="Problems\Smallest.cs" />
     128    <Compile Include="Problems\SmallOrLarge.cs" />
     129    <Compile Include="Problems\StringDifferences.cs" />
     130    <Compile Include="Problems\StringLengthsBackwards.cs" />
     131    <Compile Include="Problems\SumOfSquares.cs" />
     132    <Compile Include="Problems\SuperAnagrams.cs" />
     133    <Compile Include="Problems\Syllables.cs" />
     134    <Compile Include="Problems\VectorAverage.cs" />
     135    <Compile Include="Problems\VectorSummed.cs" />
     136    <Compile Include="Problems\WallisPi.cs" />
     137    <Compile Include="Problems\WordStats.cs" />
     138    <Compile Include="Problems\XWordLines.cs" />
    125139    <Compile Include="Properties\AssemblyInfo.cs" />
    126140    <Compile Include="Views\ViewHelper.cs" />
     
    137151      <DependentUpon>DataEditorView.cs</DependentUpon>
    138152    </EmbeddedResource>
     153  </ItemGroup>
     154  <ItemGroup>
     155    <ProjectReference Include="..\HeuristicLab.Problems.ProgramSynthesis.Base\HeuristicLab.Problems.ProgramSynthesis.Base.csproj">
     156      <Project>{0a60b6ba-8ace-478e-98f3-57441b53b5f9}</Project>
     157      <Name>HeuristicLab.Problems.ProgramSynthesis.Base</Name>
     158    </ProjectReference>
    139159  </ItemGroup>
    140160  <Choose>
Note: See TracChangeset for help on using the changeset viewer.