Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/13/15 15:00:15 (10 years ago)
Author:
abeham
Message:

#2174, #2282: merged revisions r11961,r11963,r11967,r11970,r11971,r11982,r11984,r11998,r12001,r12002,r12003,r12004,r11939,r11945,r11956,r11958,r11959,r11960,r11983,r11987,r11988,r11990,r11993,r11994,r11996,r11999,r12000 to stable

Location:
stable
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • stable

  • stable/HeuristicLab.Optimization

  • stable/HeuristicLab.Optimization/3.3/HeuristicLab.Optimization-3.3.csproj

    r11924 r12005  
    121121  <ItemGroup>
    122122    <Compile Include="Algorithms\BasicAlgorithm.cs" />
     123    <Compile Include="BasicProblems\BasicProblem.cs" />
     124    <Compile Include="BasicProblems\Encoding.cs" />
     125    <Compile Include="BasicProblems\Individuals\Individual.cs" />
     126    <Compile Include="BasicProblems\Individuals\MultiEncodingIndividual.cs" />
     127    <Compile Include="BasicProblems\Individuals\SingleEncodingIndividual.cs" />
     128    <Compile Include="BasicProblems\Interfaces\IEncoding.cs" />
     129    <Compile Include="BasicProblems\Interfaces\IEncodingOperator.cs" />
     130    <Compile Include="BasicProblems\Interfaces\IMultiEncodingOperator.cs" />
     131    <Compile Include="BasicProblems\Interfaces\IMultiObjectiveProblemDefinition.cs" />
     132    <Compile Include="BasicProblems\Interfaces\internal\IMultiObjectiveAnalysisOperator.cs" />
     133    <Compile Include="BasicProblems\Interfaces\internal\IMultiObjectiveEvaluationOperator.cs" />
     134    <Compile Include="BasicProblems\Interfaces\internal\INeighborBasedOperator.cs" />
     135    <Compile Include="BasicProblems\Interfaces\internal\ISingleObjectiveAnalysisOperator.cs" />
     136    <Compile Include="BasicProblems\Interfaces\internal\ISingleObjectiveEvaluationOperator.cs" />
     137    <Compile Include="BasicProblems\Interfaces\IProblemDefinition.cs" />
     138    <Compile Include="BasicProblems\Interfaces\ISingleObjectiveMoveOperator.cs" />
     139    <Compile Include="BasicProblems\Interfaces\ISingleObjectiveProblemDefinition.cs" />
     140    <Compile Include="BasicProblems\MultiEncoding.cs" />
     141    <Compile Include="BasicProblems\MultiObjectiveBasicProblem.cs" />
     142    <Compile Include="BasicProblems\Operators\MultiEncodingCreator.cs" />
     143    <Compile Include="BasicProblems\Operators\MultiEncodingCrossover.cs" />
     144    <Compile Include="BasicProblems\Operators\MultiEncodingManipulator.cs" />
     145    <Compile Include="BasicProblems\Operators\MultiEncodingOperator.cs" />
     146    <Compile Include="BasicProblems\Operators\MultiObjectiveAnalyzer.cs" />
     147    <Compile Include="BasicProblems\Operators\MultiObjectiveEvaluator.cs" />
     148    <Compile Include="BasicProblems\Operators\SingleObjectiveAnalyzer.cs" />
     149    <Compile Include="BasicProblems\Operators\SingleObjectiveEvaluator.cs" />
     150    <Compile Include="BasicProblems\Operators\SingleObjectiveImprover.cs" />
     151    <Compile Include="BasicProblems\Operators\SingleObjectiveMoveEvaluator.cs" />
     152    <Compile Include="BasicProblems\Operators\SingleObjectiveMoveGenerator.cs" />
     153    <Compile Include="BasicProblems\Operators\SingleObjectiveMoveMaker.cs" />
     154    <Compile Include="BasicProblems\SingleObjectiveBasicProblem.cs" />
    123155    <Compile Include="Interfaces\ILocalImprovementAlgorithmOperator.cs" />
     156    <Compile Include="Interfaces\IMultiObjectiveOperator.cs" />
     157    <Compile Include="Interfaces\ISingleObjectiveOperator.cs" />
    124158    <Compile Include="Interfaces\ISingleObjectivePathRelinker.cs" />
    125159    <Compile Include="Interfaces\ISingleObjectiveImprovementOperator.cs" />
     
    246280      <Private>False</Private>
    247281    </ProjectReference>
     282    <ProjectReference Include="..\..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj">
     283      <Project>{23da7ff4-d5b8-41b6-aa96-f0561d24f3ee}</Project>
     284      <Name>HeuristicLab.Operators-3.3</Name>
     285      <Private>False</Private>
     286    </ProjectReference>
    248287    <ProjectReference Include="..\..\HeuristicLab.Parameters\3.3\HeuristicLab.Parameters-3.3.csproj">
    249288      <Project>{56F9106A-079F-4C61-92F6-86A84C2D84B7}</Project>
Note: See TracChangeset for help on using the changeset viewer.