Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
10/07/11 13:41:27 (13 years ago)
Author:
bburlacu
Message:

#1654: Implemented first versions of the Grow, Full and RampedHalfAndHalf tree creators.

Location:
trunk/sources
Files:
3 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources

    • Property svn:ignore
      •  

        old new  
        1717protoc.exe
        1818HeuristicLab.ExtLibs.6.0.ReSharper.user
         19Doxygen
  • trunk/sources/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding/3.4/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4.csproj

    r6866 r6887  
    123123    <Compile Include="Compiler\Instruction.cs" />
    124124    <Compile Include="Compiler\SymbolicExpressionTreeCompiler.cs" />
     125    <Compile Include="Creators\FullTreeCreator.cs">
     126      <SubType>Code</SubType>
     127    </Compile>
     128    <Compile Include="Creators\GrowTreeCreator.cs">
     129      <SubType>Code</SubType>
     130    </Compile>
     131    <Compile Include="Creators\RampedHalfAndHalfTreeCreator.cs" />
    125132    <Compile Include="Interfaces\IReadOnlySymbol.cs" />
    126133    <Compile Include="Interfaces\ISymbolicExpressionGrammar.cs" />
Note: See TracChangeset for help on using the changeset viewer.