Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
12/20/16 22:57:11 (7 years ago)
Author:
pkimmesw
Message:

#2665 Added Problem.ProgramSynthesis Project, Fixed Expression Issues, Fixed Code Generation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/PushGP/HeuristicLab.Algorithms.PushGP/HeuristicLab.Algorithms.PushGP/HeuristicLab.Algorithms.PushGP.csproj

    r14398 r14513  
    2222    <ErrorReport>prompt</ErrorReport>
    2323    <WarningLevel>4</WarningLevel>
     24    <LangVersion>5</LangVersion>
    2425  </PropertyGroup>
    2526  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
     
    5253  </ItemGroup>
    5354  <ItemGroup>
    54     <Compile Include="Data\ExpressionNode.cs" />
    55     <Compile Include="Data\ExpressionTree.cs" />
     55    <Compile Include="Data\Pool\IRecyclable.cs" />
     56    <Compile Include="Data\Pool\ObjectPool.cs" />
     57    <Compile Include="Data\Random\RandomFactory.cs" />
     58    <Compile Include="Data\Tree\ExpressionNode.cs" />
     59    <Compile Include="Data\Tree\ExpressionTree.cs" />
    5660    <Compile Include="Exporter\Exporter.cs" />
    5761    <Compile Include="Expressions\BooleanExpressions.cs" />
     
    8387    <Compile Include="Expressions\Expression.cs" />
    8488    <Compile Include="Expressions\NameExpressions.cs" />
     89    <Compile Include="Interpreter\PooledPushGpInterpreter.cs" />
     90    <Compile Include="Interpreter\PushGpInterpreterPool.cs" />
    8591    <Compile Include="Simplifier\ISimplifier.cs" />
    8692    <Compile Include="Simplifier\RandomSimplifier.cs" />
     
    9197    <Compile Include="Interpreter\Configuration.cs" />
    9298    <Compile Include="Generators\CodeGenerator.cs" />
    93     <Compile Include="Parser\Parser.cs" />
     99    <Compile Include="Parser\PushGPParser.cs" />
    94100    <Compile Include="Stack\IStack.cs" />
    95101    <Compile Include="Interpreter\PushGPInterpreter.cs" />
    96102    <Compile Include="Properties\AssemblyInfo.cs" />
    97     <Compile Include="Interpreter\IInterpreter.cs" />
     103    <Compile Include="Interpreter\IPushGpInterpreter.cs" />
    98104    <Compile Include="Stack\PushGPStack.cs" />
    99     <Compile Include="ExpressionTable.cs" />
     105    <Compile Include="Expressions\ExpressionTable.cs" />
    100106  </ItemGroup>
    101107  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Note: See TracChangeset for help on using the changeset viewer.