Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/23/21 16:08:47 (2 years ago)
Author:
pfleck
Message:

#3040 Added first draft of simple SegmentOptimizationProblem.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3040_VectorBasedGP/HeuristicLab.Problems.DataAnalysis.Symbolic/3.4/HeuristicLab.Problems.DataAnalysis.Symbolic-3.4.csproj

    r18082 r18092  
    205205    <Compile Include="Interpreter\SymbolicDataAnalysisExpressionTreeNativeInterpreter.cs" />
    206206    <Compile Include="Mutators\SubVectorImprovementManipulator.cs" />
     207    <Compile Include="SegmentOptimization\SegmentOptimizationProblem.cs" />
    207208    <Compile Include="Selectors\DiversitySelector.cs" />
    208209    <Compile Include="SymbolicDataAnalysisExpressionTreeAverageSimilarityCalculator.cs" />
     
    404405      <Private>False</Private>
    405406    </ProjectReference>
     407    <ProjectReference Include="..\..\HeuristicLab.Encodings.IntegerVectorEncoding\3.3\HeuristicLab.Encodings.IntegerVectorEncoding-3.3.csproj">
     408      <Project>{DDFB14DD-2A85-493C-A52D-E69729BBAEB0}</Project>
     409      <Name>HeuristicLab.Encodings.IntegerVectorEncoding-3.3</Name>
     410    </ProjectReference>
    406411    <ProjectReference Include="..\..\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding\3.4\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4.csproj">
    407412      <Project>{06D4A186-9319-48A0-BADE-A2058D462EEA}</Project>
Note: See TracChangeset for help on using the changeset viewer.