Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/06/10 19:02:45 (14 years ago)
Author:
gkronber
Message:

Adapted analyzers to use ScopeTreeLookupParameter and wire the depth setting correctly for

  • SymbolicExpressionTreeEncoding
  • ArtificialAntProblem
  • SymbolicRegression

#999

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding/3.3/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.3.csproj

    r3651 r3681  
    8383  </ItemGroup>
    8484  <ItemGroup>
    85     <Compile Include="Analyzers\PopulationMinAvgMaxTreeSizeAnalyzer.cs" />
    86     <Compile Include="Analyzers\SymbolicExpressionTreeSizeAnalyzer.cs" />
     85    <Compile Include="Analyzers\MinAvgMaxSymbolicExpressionTreeSizeAnalyzer.cs" />
    8786    <Compile Include="Analyzers\SymbolicExpressionTreeSizeCalculator.cs" />
    8887    <Compile Include="ArchitectureManipulators\ArgumentCreater.cs" />
     
    103102    <Compile Include="Interfaces\ISymbolicExpressionTreeCreator.cs" />
    104103    <Compile Include="Interfaces\ISymbolicExpressionTreeCrossover.cs" />
    105     <Compile Include="Interfaces\ISymbolicExpressionTreeMultiPopulationAnalyzer.cs" />
    106     <Compile Include="Interfaces\ISymbolicExpressionTreePopulationAnalyzer.cs" />
    107104    <Compile Include="Manipulators\ChangeNodeTypeManipulation.cs" />
    108105    <Compile Include="Interfaces\ISymbolicExpressionTreeManipulator.cs" />
Note: See TracChangeset for help on using the changeset viewer.