Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/23/15 22:18:35 (8 years ago)
Author:
abeham
Message:

#2521: Adapted multi-encoding for new infrastructure

TODO: Evaluator, Analyzer, ... need to be copied

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/ProblemRefactoring/HeuristicLab.Optimization/3.3/HeuristicLab.Optimization-3.3.csproj

    r13336 r13351  
    121121  <ItemGroup>
    122122    <Compile Include="Algorithms\BasicAlgorithm.cs" />
     123    <Compile Include="BasicProblems\Individuals\MultiSolution.cs" />
    123124    <Compile Include="BasicProblems\Interfaces\ISingleObjectiveProblem.cs" />
     125    <Compile Include="BasicProblems\MultiEncoding.cs" />
     126    <Compile Include="BasicProblems\Operators\MultiEncodingCreator.cs" />
     127    <Compile Include="BasicProblems\Operators\MultiEncodingCrossover.cs" />
     128    <Compile Include="BasicProblems\Operators\MultiEncodingManipulator.cs" />
     129    <Compile Include="BasicProblems\Operators\MultiEncodingOperator.cs" />
    124130    <Compile Include="BasicProblems\Problem.cs" />
    125131    <Compile Include="BasicProblems\Encoding.cs" />
     
    323329    </BootstrapperPackage>
    324330  </ItemGroup>
    325   <ItemGroup>
    326     <Folder Include="BasicProblems\Individuals\" />
    327   </ItemGroup>
     331  <ItemGroup />
    328332  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
    329333  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Note: See TracChangeset for help on using the changeset viewer.