Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/19/17 12:55:58 (7 years ago)
Author:
pkimmesw
Message:

#2665 Started Plush Encoding, Added Zero Error Individual Count Analyzer

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/HeuristicLab.Problems.ProgramSynthesis.csproj

    r15189 r15273  
    122122      <DependentUpon>Resources.resx</DependentUpon>
    123123    </Compile>
     124    <Compile Include="Push\Analyzer\IIndividualZeroErrorAnalyzer.cs" />
     125    <Compile Include="Push\Analyzer\IndividualZeroErrorAnalyzer.cs" />
    124126    <Compile Include="Push\Analyzer\IPushExpressionAnalyzer.cs" />
    125127    <Compile Include="Push\Analyzer\PushExpressionFrequencyAnalyzer.cs" />
     
    195197    <Compile Include="Push\Extensions\ControlExntensions.cs" />
    196198    <Compile Include="Push\Extensions\EnumExtensions.cs" />
    197     <Compile Include="Push\Extensions\ProblemDataExtensions.cs" />
    198199    <Compile Include="Push\Extensions\LongExtensions.cs" />
    199200    <Compile Include="Push\Extensions\RandomExtensions.cs" />
     
    212213    <Compile Include="Push\Interpreter\PushInterpreter.cs" />
    213214    <Compile Include="Push\Interpreter\PushInterpreterPool.cs" />
     215    <Compile Include="Push\ObjectPools\Random\SeededRandomPool.cs" />
    214216    <Compile Include="Push\ObjectPools\StringBuilderPool.cs" />
    215217    <Compile Include="Push\Parser\PushParser.cs" />
     
    228230    <Compile Include="Push\Selector\LexicaseSelector.cs" />
    229231    <Compile Include="Push\Simplifier\Simplifier.cs" />
     232    <Compile Include="Push\SolutionCreator\PushSolutionCreator.cs" />
     233    <Compile Include="Push\SolutionCreator\PushSolutionEncoding.cs" />
    230234    <Compile Include="Push\Stack\IPrintStack.cs" />
    231235    <Compile Include="Push\Stack\IPushStack.cs" />
Note: See TracChangeset for help on using the changeset viewer.