Changeset 18092
- Timestamp:
- 11/23/21 16:08:47 (3 years ago)
- 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 205 205 <Compile Include="Interpreter\SymbolicDataAnalysisExpressionTreeNativeInterpreter.cs" /> 206 206 <Compile Include="Mutators\SubVectorImprovementManipulator.cs" /> 207 <Compile Include="SegmentOptimization\SegmentOptimizationProblem.cs" /> 207 208 <Compile Include="Selectors\DiversitySelector.cs" /> 208 209 <Compile Include="SymbolicDataAnalysisExpressionTreeAverageSimilarityCalculator.cs" /> … … 404 405 <Private>False</Private> 405 406 </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> 406 411 <ProjectReference Include="..\..\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding\3.4\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4.csproj"> 407 412 <Project>{06D4A186-9319-48A0-BADE-A2058D462EEA}</Project> -
branches/3040_VectorBasedGP/HeuristicLab.Problems.DataAnalysis.Symbolic/3.4/Plugin.cs.frame
r17786 r18092 36 36 [PluginDependency("HeuristicLab.Core", "3.3")] 37 37 [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")] 38 41 [PluginDependency("HeuristicLab.Encodings.SymbolicExpressionTreeEncoding", "3.4")] 39 42 [PluginDependency("HeuristicLab.NativeInterpreter", "0.1")] -
branches/3040_VectorBasedGP/HeuristicLab.Problems.Instances/3.3/HeuristicLab.Problems.Instances-3.3.csproj
r16565 r18092 129 129 <Compile Include="Types\DistanceHelper.cs" /> 130 130 <Compile Include="Types\OPData.cs" /> 131 <Compile Include="Types\SOPData.cs" /> 131 132 <Compile Include="Types\VRP\MDCVRPTWData.cs" /> 132 133 <Compile Include="Types\VRP\MDCVRPData.cs" />
Note: See TracChangeset
for help on using the changeset viewer.