Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/14/12 10:27:44 (12 years ago)
Author:
gkronber
Message:

#1847 added initial implementation of move operators for symbolic expression tree encoding

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/GP-MoveOperators/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding/3.4/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4.csproj

    r6978 r7802  
    132132    <Compile Include="Creators\RampedHalfAndHalfTreeCreator.cs" />
    133133    <Compile Include="Interfaces\IReadOnlySymbol.cs" />
     134    <Compile Include="Interfaces\Operators\ISymbolicExpressionTreeMoveGenerator.cs" />
     135    <Compile Include="Interfaces\Operators\ISymbolicExpressionTreeMoveOperator.cs" />
    134136    <Compile Include="Interfaces\ISymbolicExpressionGrammar.cs" />
    135137    <Compile Include="Interfaces\ISymbolicExpressionGrammarBase.cs" />
     
    157159    <Compile Include="Manipulators\OnePointShaker.cs" />
    158160    <Compile Include="Manipulators\SymbolicExpressionTreeManipulator.cs" />
     161    <Compile Include="Moves\ChangeNodeTypeMoveGenerator.cs" />
     162    <Compile Include="Moves\ChangeNodeTypeMove.cs" />
     163    <Compile Include="Moves\ChangeNodeTypeMoveMaker.cs" />
     164    <Compile Include="Moves\ChangeNodeTypeMultiMoveGenerator.cs" />
     165    <Compile Include="Moves\ShakeMultiMoveGenerator.cs" />
     166    <Compile Include="Moves\ShakeMoveGenerator.cs" />
    159167    <Compile Include="Plugin.cs" />
    160168    <Compile Include="SymbolicExpressionGrammarBase.cs" />
Note: See TracChangeset for help on using the changeset viewer.