Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/16/14 16:37:56 (10 years ago)
Author:
bburlacu
Message:

#1772: Small changes to the GenealogyGraph. Added generic Fragment class and interface. Added the SymbolicDataAnalysisPopulationDiversityAnalyzer. Added specialized tracking operators for symbolic data analysis. Merged trunk changes.

File:
1 edited

Legend:

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

    r10278 r10347  
    106106      <Private>False</Private>
    107107    </Reference>
    108     <Reference Include="HeuristicLab.Problems.DataAnalysis-3.4, Version=3.4.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
    109       <Private>False</Private>
    110     </Reference>
    111     <Reference Include="HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-3.4, Version=3.4.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
    112       <Private>False</Private>
    113     </Reference>
    114     <Reference Include="HeuristicLab.Problems.DataAnalysis.Symbolic.Regression.Views-3.4, Version=3.4.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
    115       <Private>False</Private>
    116     </Reference>
    117108    <Reference Include="HeuristicLab.Random-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
    118109      <SpecificVersion>False</SpecificVersion>
     
    138129    <Compile Include="DirectedGraph\Interfaces\IVertex.cs" />
    139130    <Compile Include="DirectedGraph\Vertex.cs" />
     131    <Compile Include="Fragment.cs" />
     132    <Compile Include="Interfaces\IFragment.cs" />
     133    <Compile Include="Operators\BeforeCrossoverOperator.cs" />
    140134    <Compile Include="Operators\AfterCrossoverOperator.cs" />
    141135    <Compile Include="Operators\AfterManipulatorOperator.cs" />
     
    143137    <Compile Include="Operators\BeforeManipulatorOperator.cs" />
    144138    <Compile Include="Operators\EvolutionTrackingOperator.cs" />
    145     <Compile Include="FPGraph.cs">
    146       <SubType>Code</SubType>
    147     </Compile>
    148139    <Compile Include="GenealogyGraph\GenealogyGraph.cs" />
    149140    <Compile Include="GenealogyGraph\GenealogyGraphArc.cs" />
     
    152143    <Compile Include="GenealogyGraph\Interfaces\IGenealogyGraphArc.cs" />
    153144    <Compile Include="GenealogyGraph\Interfaces\IGenealogyGraphNode.cs" />
     145    <Compile Include="Operators\Interfaces\IManipulatorOperator.cs" />
     146    <Compile Include="Operators\Interfaces\ICrossoverOperator.cs" />
    154147    <Compile Include="Plugin.cs">
    155148      <SubType>Code</SubType>
    156149    </Compile>
    157150    <Compile Include="Properties\AssemblyInfo.cs" />
    158     <Compile Include="SymbolGraph.cs">
    159       <SubType>Code</SubType>
    160     </Compile>
    161   </ItemGroup>
    162   <ItemGroup>
    163     <ProjectReference Include="..\..\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding\3.4\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4.csproj">
    164       <Project>{06d4a186-9319-48a0-bade-a2058d462eea}</Project>
    165       <Name>HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4</Name>
    166     </ProjectReference>
    167151  </ItemGroup>
    168152  <ItemGroup>
Note: See TracChangeset for help on using the changeset viewer.