Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/11/17 20:07:13 (7 years ago)
Author:
pkimmesw
Message:

#2665 PooledPushProgram reduces memory usage and increases performance

File:
1 edited

Legend:

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

    r14745 r14746  
    117117    <Compile Include="Push\Creator\PointsBasedPushProgramCreator.cs" />
    118118    <Compile Include="Push\Data\List\SkipList.cs" />
    119     <Compile Include="Push\Data\Pool\ManagedPool.cs" />
     119    <Compile Include="Push\Data\Pool\ManagedPoolProvider.cs" />
    120120    <Compile Include="Push\Data\Pool\ObjectPool.cs" />
    121     <Compile Include="Push\Data\Pool\PoolContainer.cs" />
    122121    <Compile Include="Push\Exporter\Exporter.cs" />
    123122    <Compile Include="Push\Expressions\BooleanExpressions.cs" />
Note: See TracChangeset for help on using the changeset viewer.