Free cookie consent management tool by TermsFeed Policy Generator

Changeset 18092


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

#3040 Added first draft of simple SegmentOptimizationProblem.

Location:
branches/3040_VectorBasedGP
Files:
3 added
3 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>
  • branches/3040_VectorBasedGP/HeuristicLab.Problems.DataAnalysis.Symbolic/3.4/Plugin.cs.frame

    r17786 r18092  
    3636  [PluginDependency("HeuristicLab.Core", "3.3")]
    3737  [PluginDependency("HeuristicLab.Data", "3.3")]
     38  [PluginDependency("HeuristicLab.Encodings.BinaryVectorEncoding", "3.3")]
     39  [PluginDependency("HeuristicLab.Encodings.IntegerVectorEncoding", "3.3")]
     40  [PluginDependency("HeuristicLab.Encodings.RealVectorEncoding", "3.3")]
    3841  [PluginDependency("HeuristicLab.Encodings.SymbolicExpressionTreeEncoding", "3.4")]
    3942  [PluginDependency("HeuristicLab.NativeInterpreter", "0.1")]
  • branches/3040_VectorBasedGP/HeuristicLab.Problems.Instances/3.3/HeuristicLab.Problems.Instances-3.3.csproj

    r16565 r18092  
    129129    <Compile Include="Types\DistanceHelper.cs" />
    130130    <Compile Include="Types\OPData.cs" />
     131    <Compile Include="Types\SOPData.cs" />
    131132    <Compile Include="Types\VRP\MDCVRPTWData.cs" />
    132133    <Compile Include="Types\VRP\MDCVRPData.cs" />
Note: See TracChangeset for help on using the changeset viewer.