Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/13/18 16:56:35 (7 years ago)
Author:
bburlacu
Message:

#2895: Add solution skeleton for PushGP with genealogy analysis.

Location:
branches/2895_PushGP_GenealogyAnalysis
Files:
1 added
15 deleted
1 edited
1 copied

Legend:

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

    r15692 r15771  
    103103  </Choose>
    104104  <ItemGroup>
    105     <Compile Include="BenchmarkSuiteDataDescriptor.cs" />
    106     <Compile Include="BenchmarkSuiteInstanceProvider.cs" />
    107     <Compile Include="CsvParser.cs" />
    108     <Compile Include="DataTypes.cs" />
    109     <Compile Include="Problems\MedianIntegerError.cs" />
    110     <Compile Include="Problems\ScrabbleScore.cs" />
    111     <Compile Include="ExampleArgumentConverter.cs" />
    112     <Compile Include="IBenchmarkSuiteDataDescriptor.cs" />
    113     <Compile Include="Plugin.cs" />
    114     <Compile Include="Problems\CompareStringLengths.cs" />
    115     <Compile Include="ProblemData.cs" />
    116     <Compile Include="Example.cs" />
    117     <Compile Include="ExampleArgumentType.cs" />
    118     <Compile Include="Problems\ReplaceSpaceWithNewline.cs" />
    119     <Compile Include="Problems\PigLatin.cs" />
    120     <Compile Include="Problems\NumberIo.cs" />
    121     <Compile Include="Problems\NegativeToZero.cs" />
    122     <Compile Include="Problems\MirrorImage.cs" />
    123     <Compile Include="Problems\Median.cs" />
    124     <Compile Include="Problems\LastIndexOfZero.cs" />
    125     <Compile Include="Problems\Grades.cs" />
    126     <Compile Include="Problems\ForLoopIndex.cs" />
    127     <Compile Include="Problems\EvenSquares.cs" />
    128     <Compile Include="Problems\DoubleLetters.cs" />
    129     <Compile Include="Problems\Checksum.cs" />
    130     <Compile Include="Problems\CollatzNumbers.cs" />
    131     <Compile Include="Problems\Digits.cs" />
    132     <Compile Include="Problems\CountOdds.cs" />
    133     <Compile Include="Problems\Smallest.cs" />
    134     <Compile Include="Problems\SmallOrLarge.cs" />
    135     <Compile Include="Problems\StringDifferences.cs" />
    136     <Compile Include="Problems\StringLengthsBackwards.cs" />
    137     <Compile Include="Problems\SumOfSquares.cs" />
    138     <Compile Include="Problems\SuperAnagrams.cs" />
    139     <Compile Include="Problems\Syllables.cs" />
    140     <Compile Include="Problems\VectorAverage.cs" />
    141     <Compile Include="Problems\VectorSummed.cs" />
    142     <Compile Include="Problems\WallisPi.cs" />
    143     <Compile Include="Problems\WordStats.cs" />
    144     <Compile Include="Problems\XWordLines.cs" />
    145     <Compile Include="ProblemType.cs" />
    146105    <Compile Include="Properties\AssemblyInfo.cs" />
    147     <Compile Include="Views\ViewHelper.cs" />
    148     <Compile Include="Views\DataEditorView.cs">
    149       <SubType>UserControl</SubType>
    150     </Compile>
    151     <Compile Include="Views\DataEditorView.Designer.cs">
    152       <DependentUpon>DataEditorView.cs</DependentUpon>
    153     </Compile>
    154   </ItemGroup>
    155   <ItemGroup>
    156     <EmbeddedResource Include="Data\BenchmarkExamples.zip" />
    157     <EmbeddedResource Include="Views\DataEditorView.resx">
    158       <DependentUpon>DataEditorView.cs</DependentUpon>
    159     </EmbeddedResource>
    160   </ItemGroup>
    161   <ItemGroup>
    162     <ProjectReference Include="..\HeuristicLab.Problems.ProgramSynthesis.Base\HeuristicLab.Problems.ProgramSynthesis.Base.csproj">
    163       <Project>{0a60b6ba-8ace-478e-98f3-57441b53b5f9}</Project>
    164       <Name>HeuristicLab.Problems.ProgramSynthesis.Base</Name>
    165     </ProjectReference>
    166   </ItemGroup>
    167   <ItemGroup>
    168     <None Include="BenchmarkSuiteOverview.cd">
    169       <SubType>Designer</SubType>
    170     </None>
    171106  </ItemGroup>
    172107  <Choose>
Note: See TracChangeset for help on using the changeset viewer.