Free cookie consent management tool by TermsFeed Policy Generator

Changeset 7228 for trunk


Ignore:
Timestamp:
12/22/11 09:13:10 (12 years ago)
Author:
epitzer
Message:

#1622: Move run collection modifiers into a separate folder

Location:
trunk/sources/HeuristicLab.Optimization/3.3
Files:
9 added
8 deleted
1 edited

Legend:

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

    r6986 r7228  
    114114  </ItemGroup>
    115115  <ItemGroup>
    116     <Compile Include="RunCollectionRunRemover.cs" />
     116    <Compile Include="RunCollectionModification\RunCollectionRunRemover.cs" />
    117117    <Compile Include="Plugin.cs" />
    118     <Compile Include="RunCollectionDiscretizer.cs" />
    119     <Compile Include="RunCollectionGroupCreater.cs" />
    120     <Compile Include="RunCollectionSorter.cs" />
    121     <Compile Include="RunCollectionValueRemover.cs" />
    122     <Compile Include="IRunCollectionModifier.cs" />
     118    <Compile Include="RunCollectionModification\RunCollectionDiscretizer.cs" />
     119    <Compile Include="RunCollectionModification\RunCollectionGroupCreater.cs" />
     120    <Compile Include="RunCollectionModification\RunCollectionSorter.cs" />
     121    <Compile Include="RunCollectionModification\RunCollectionValueRemover.cs" />
     122    <Compile Include="Interfaces\IRunCollectionModifier.cs" />
    123123    <None Include="Plugin.cs.frame" />
    124124    <Compile Include="Algorithms\Algorithm.cs" />
    125125    <Compile Include="BatchRun.cs" />
    126     <Compile Include="Calculator.cs" />
     126    <Compile Include="RunCollectionModification\Calculator.cs" />
    127127    <Compile Include="Interfaces\IDiscreteDoubleMatrixModifier.cs" />
    128128    <Compile Include="Algorithms\HeuristicOptimizationEngineAlgorithm.cs" />
     
    147147    <Compile Include="Interfaces\ISingleObjectiveHeuristicOptimizationProblem.cs" />
    148148    <Compile Include="Problems\Problem.cs" />
    149     <Compile Include="RunCollectionFormulaModifer.cs" />
     149    <Compile Include="RunCollectionModification\RunCollectionFormulaModifer.cs" />
    150150    <Compile Include="RunCollectionConstraints\RunCollectionComparisonConstraint.cs" />
    151151    <Compile Include="RunCollectionConstraints\RunCollectionConstraintCollection.cs" />
Note: See TracChangeset for help on using the changeset viewer.