Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/23/10 06:50:50 (14 years ago)
Author:
swagner
Message:

Operator architecture refactoring (#95)

  • worked on algorithms
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Optimization/3.3/HeuristicLab.Optimization-3.3.csproj

    r2851 r2852  
    5252    <None Include="HeuristicLabOptimizationPlugin.cs.frame" />
    5353    <Compile Include="Algorithm.cs" />
     54    <Compile Include="ISolutionCreator.cs" />
     55    <Compile Include="SingleObjectiveProblem.cs" />
     56    <Compile Include="ISingleObjectiveProblem.cs" />
     57    <Compile Include="IEvaluator.cs" />
     58    <Compile Include="ISingleObjectiveEvaluator.cs" />
     59    <Compile Include="SingleObjectiveEvaluator.cs" />
    5460    <Compile Include="UserDefinedAlgorithm.cs" />
    5561    <Compile Include="EngineAlgorithm.cs" />
     
    8187      <Name>HeuristicLab.Core-3.3</Name>
    8288    </ProjectReference>
     89    <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
     90      <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project>
     91      <Name>HeuristicLab.Data-3.3</Name>
     92    </ProjectReference>
     93    <ProjectReference Include="..\..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj">
     94      <Project>{23DA7FF4-D5B8-41B6-AA96-F0561D24F3EE}</Project>
     95      <Name>HeuristicLab.Operators-3.3</Name>
     96    </ProjectReference>
     97    <ProjectReference Include="..\..\HeuristicLab.Parameters\3.3\HeuristicLab.Parameters-3.3.csproj">
     98      <Project>{56F9106A-079F-4C61-92F6-86A84C2D84B7}</Project>
     99      <Name>HeuristicLab.Parameters-3.3</Name>
     100    </ProjectReference>
    83101    <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">
    84102      <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project>
Note: See TracChangeset for help on using the changeset viewer.