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.Problems.ProgramSynthesis/HeuristicLab.Problems.ProgramSynthesis.csproj

    r14834 r14875  
    121121    <Compile Include="Push\Attributes\PushStackAttribute.cs" />
    122122    <Compile Include="Push\Configuration\IEnabledExpressionsConfiguration.cs" />
    123     <Compile Include="Push\Creator\PointsBasedPushProgramCreator.cs" />
    124123    <Compile Include="Push\Data\List\SkipList.cs" />
    125124    <Compile Include="Push\Data\Pool\IPooledObject.cs" />
     
    130129    <Compile Include="Push\Data\Tree\TreeExtensions.cs" />
    131130    <Compile Include="Push\Data\Tree\TreeNode.cs" />
    132     <Compile Include="Push\Erc\BooleanErcOptions.cs" />
    133     <Compile Include="Push\Erc\CharErcOptions.cs" />
    134     <Compile Include="Push\Erc\ErcOption.cs" />
    135     <Compile Include="Push\Erc\FloatErcOptions.cs" />
    136     <Compile Include="Push\Erc\IntegerErcOptions.cs" />
    137     <Compile Include="Push\Erc\Interfaces\IReadOnlyBooleanErcOptions.cs" />
    138     <Compile Include="Push\Erc\Interfaces\IReadOnlyCharErcOptions.cs" />
    139     <Compile Include="Push\Erc\Interfaces\IReadOnlyErcOption.cs" />
    140     <Compile Include="Push\Erc\Interfaces\IReadOnlyErcOptionConstants.cs" />
    141     <Compile Include="Push\Erc\Interfaces\IReadOnlyErcOptionRange.cs" />
    142     <Compile Include="Push\Erc\Interfaces\IReadOnlyFloatErcOptions.cs" />
    143     <Compile Include="Push\Erc\Interfaces\IReadOnlyIntegerErcOptions.cs" />
    144     <Compile Include="Push\Erc\Interfaces\IReadOnlyErcOptions.cs" />
    145     <Compile Include="Push\Erc\Interfaces\IReadOnlyNameErcOptions.cs" />
    146     <Compile Include="Push\Erc\Interfaces\IReadOnlyStringErcOptions.cs" />
    147     <Compile Include="Push\Erc\ErcOptions.cs" />
    148     <Compile Include="Push\Erc\NameErcOptions.cs" />
    149     <Compile Include="Push\Erc\StringErcOptions.cs" />
    150131    <Compile Include="Push\Exporter\Exporter.cs" />
    151132    <Compile Include="Push\Expressions\BooleanExpressions.cs" />
     
    170151    <Compile Include="Push\Expressions\PushExpressions.cs" />
    171152    <Compile Include="Push\Expressions\PushProgram.cs" />
    172     <Compile Include="Push\Expressions\PushResultExpression.cs" />
    173153    <Compile Include="Push\Expressions\RandExpressions.cs" />
    174154    <Compile Include="Push\Expressions\RotateExpressions.cs" />
     
    219199    <Compile Include="Push\Interpreter\PushInterpreterPool.cs" />
    220200    <Compile Include="Push\Parser\PushParser.cs" />
    221     <Compile Include="Push\Creator\IPushProgramCreator.cs" />
    222201    <Compile Include="Push\Problem\DataBounds.cs" />
    223202    <Compile Include="Push\Problem\EvaluationResult.cs" />
     
    265244      <Name>HeuristicLab.BenchmarkSuite</Name>
    266245    </ProjectReference>
     246    <ProjectReference Include="..\HeuristicLab.Problems.ProgramSynthesis.Base\HeuristicLab.Problems.ProgramSynthesis.Base.csproj">
     247      <Project>{0a60b6ba-8ace-478e-98f3-57441b53b5f9}</Project>
     248      <Name>HeuristicLab.Problems.ProgramSynthesis.Base</Name>
     249    </ProjectReference>
    267250  </ItemGroup>
    268251  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Note: See TracChangeset for help on using the changeset viewer.