Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/29/19 15:34:05 (5 years ago)
Author:
abeham
Message:

#2521:

  • Added abstract multi-objective problem class for binary vector encoding
  • Added abstract problem classes for integer vector encoding
Location:
branches/2521_ProblemRefactoring/HeuristicLab.Encodings.IntegerVectorEncoding/3.3
Files:
2 added
2 edited

Legend:

Unmodified
Added
Removed
  • branches/2521_ProblemRefactoring/HeuristicLab.Encodings.IntegerVectorEncoding/3.3/HeuristicLab.Encodings.IntegerVectorEncoding-3.3.csproj

    r16723 r16876  
    113113  </ItemGroup>
    114114  <ItemGroup>
     115    <Compile Include="IntegerVectorMultiObjectiveProblem.cs" />
     116    <Compile Include="IntegerVectorProblem.cs" />
    115117    <Compile Include="BoundedIntegerVectorCrossover.cs" />
    116118    <Compile Include="BoundedIntegerVectorManipulator.cs" />
     
    179181  </ItemGroup>
    180182  <ItemGroup>
     183    <ProjectReference Include="..\..\HeuristicLab.Analysis\3.3\HeuristicLab.Analysis-3.3.csproj">
     184      <Project>{887425b4-4348-49ed-a457-b7d2c26ddbf9}</Project>
     185      <Name>HeuristicLab.Analysis-3.3</Name>
     186      <Private>False</Private>
     187    </ProjectReference>
    181188    <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
    182189      <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
  • branches/2521_ProblemRefactoring/HeuristicLab.Encodings.IntegerVectorEncoding/3.3/Plugin.cs.frame

    r16723 r16876  
    2828  [Plugin("HeuristicLab.Encodings.IntegerVectorEncoding", "3.3.15.$WCREV$")]
    2929  [PluginFile("HeuristicLab.Encodings.IntegerVectorEncoding-3.3.dll", PluginFileType.Assembly)]
     30  [PluginDependency("HeuristicLab.Analysis", "3.3")]
    3031  [PluginDependency("HeuristicLab.Collections", "3.3")]
    3132  [PluginDependency("HeuristicLab.Common", "3.3")]
Note: See TracChangeset for help on using the changeset viewer.