Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/24/10 11:44:05 (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

    r2852 r2857  
    5252    <None Include="HeuristicLabOptimizationPlugin.cs.frame" />
    5353    <Compile Include="Algorithm.cs" />
     54    <Compile Include="IManipulationOperator.cs" />
     55    <Compile Include="ICrossoverOperator.cs" />
     56    <Compile Include="IStochasticSolutionCreator.cs" />
     57    <Compile Include="IStochasticOperator.cs" />
    5458    <Compile Include="ISolutionCreator.cs" />
    5559    <Compile Include="SingleObjectiveProblem.cs" />
Note: See TracChangeset for help on using the changeset viewer.