Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/04/14 14:26:02 (10 years ago)
Author:
bburlacu
Message:

#1772: Implemented generic genealogy analyzer (should work with any encoding provided the proper wiring is performed in the problem class), and before/after operators for creation, mutation and crossover.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.EvolutionTracking/HeuristicLab.EvolutionTracking/3.4/HeuristicLab.EvolutionTracking-3.4.csproj

    r10269 r10278  
    131131  </ItemGroup>
    132132  <ItemGroup>
     133    <Compile Include="Analyzers\GenealogyAnalyzer.cs" />
    133134    <Compile Include="DirectedGraph\Arc.cs" />
    134135    <Compile Include="DirectedGraph\DirectedGraph.cs" />
     
    137138    <Compile Include="DirectedGraph\Interfaces\IVertex.cs" />
    138139    <Compile Include="DirectedGraph\Vertex.cs" />
    139     <Compile Include="EvolutionTrackingOperators\EvolutionTrackingAfterCreationOperator.cs" />
    140     <Compile Include="EvolutionTrackingOperators\EvolutionTrackingAfterCrossoverOperator.cs" />
    141     <Compile Include="EvolutionTrackingOperators\EvolutionTrackingOperator.cs" />
     140    <Compile Include="Operators\AfterCrossoverOperator.cs" />
     141    <Compile Include="Operators\AfterManipulatorOperator.cs" />
     142    <Compile Include="Operators\AfterSolutionCreatorOperator.cs" />
     143    <Compile Include="Operators\BeforeManipulatorOperator.cs" />
     144    <Compile Include="Operators\EvolutionTrackingOperator.cs" />
    142145    <Compile Include="FPGraph.cs">
    143146      <SubType>Code</SubType>
Note: See TracChangeset for help on using the changeset viewer.