Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/30/09 19:41:58 (15 years ago)
Author:
gkronber
Message:

GP Refactoring #713

  • cleaned code
  • reintegrated GP.Boolean and GP.SantaFe
  • worked on serialization of function trees
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/GP-Refactoring-713/sources/HeuristicLab.GP/3.3/HeuristicLab.GP-3.3.csproj

    r2212 r2216  
    8383  <ItemGroup>
    8484    <Compile Include="BaseClasses\BinaryFunction.cs" />
     85    <Compile Include="BaseClasses\FunctionLibraryInjectorBase.cs" />
     86    <Compile Include="BaseClasses\TerminalTreeNode.cs" />
    8587    <Compile Include="BaseClasses\FunctionBase.cs" />
    8688    <Compile Include="BaseClasses\FunctionTreeBase.cs" />
    8789    <Compile Include="BaseClasses\Terminal.cs" />
    8890    <Compile Include="BaseClasses\UnaryFunction.cs" />
     91    <Compile Include="FunctionTreeSerializer.cs" />
    8992    <Compile Include="FunctionLibrary.cs" />
    9093    <Compile Include="FunctionLibraryEditor.cs">
Note: See TracChangeset for help on using the changeset viewer.