Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
08/17/11 13:28:24 (13 years ago)
Author:
epitzer
Message:

Add concrete run collection modifiers to add calculated values and discretized values (#1622)

File:
1 edited

Legend:

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

    r6042 r6663  
    111111  </ItemGroup>
    112112  <ItemGroup>
     113    <Compile Include="IRunCollectionModifier.cs" />
    113114    <None Include="HeuristicLabOptimizationPlugin.cs.frame" />
    114115    <Compile Include="Algorithms\Algorithm.cs" />
    115116    <Compile Include="BatchRun.cs" />
     117    <Compile Include="Calculator.cs" />
    116118    <Compile Include="Interfaces\IDiscreteDoubleMatrixModifier.cs" />
    117119    <Compile Include="Algorithms\HeuristicOptimizationEngineAlgorithm.cs" />
     
    136138    <Compile Include="Interfaces\ISingleObjectiveHeuristicOptimizationProblem.cs" />
    137139    <Compile Include="Problems\Problem.cs" />
     140    <Compile Include="RunCollectionFormulaModifer.cs" />
     141    <Compile Include="RunCollectionFuzzifier.cs" />
     142    <Compile Include="RunCollectionModificationEvaluator.cs" />
    138143    <Compile Include="RunCollectionConstraints\RunCollectionComparisonConstraint.cs" />
    139144    <Compile Include="RunCollectionConstraints\RunCollectionConstraintCollection.cs" />
     
    244249    </BootstrapperPackage>
    245250  </ItemGroup>
     251  <ItemGroup>
     252    <Content Include="bin\x86\Debug\HeuristicLab.Collections-3.3.dll" />
     253    <Content Include="bin\x86\Debug\HeuristicLab.Collections-3.3.pdb" />
     254    <Content Include="bin\x86\Debug\HeuristicLab.Common-3.3.dll" />
     255    <Content Include="bin\x86\Debug\HeuristicLab.Common-3.3.pdb" />
     256    <Content Include="bin\x86\Debug\HeuristicLab.Common.Resources-3.3.dll" />
     257    <Content Include="bin\x86\Debug\HeuristicLab.Common.Resources-3.3.pdb" />
     258    <Content Include="bin\x86\Debug\HeuristicLab.Core-3.3.dll" />
     259    <Content Include="bin\x86\Debug\HeuristicLab.Core-3.3.pdb" />
     260    <Content Include="bin\x86\Debug\HeuristicLab.Data-3.3.dll" />
     261    <Content Include="bin\x86\Debug\HeuristicLab.Data-3.3.pdb" />
     262    <Content Include="bin\x86\Debug\HeuristicLab.Optimization-3.3.dll" />
     263    <Content Include="bin\x86\Debug\HeuristicLab.Optimization-3.3.pdb" />
     264    <Content Include="bin\x86\Debug\HeuristicLab.Parameters-3.3.dll" />
     265    <Content Include="bin\x86\Debug\HeuristicLab.Parameters-3.3.pdb" />
     266    <Content Include="bin\x86\Debug\HeuristicLab.Persistence-3.3.dll" />
     267    <Content Include="bin\x86\Debug\HeuristicLab.Persistence-3.3.pdb" />
     268    <Content Include="bin\x86\Debug\HeuristicLab.PluginInfrastructure-3.3.dll" />
     269    <Content Include="bin\x86\Debug\HeuristicLab.PluginInfrastructure-3.3.pdb" />
     270    <Content Include="bin\x86\Debug\HeuristicLab.Tracing-3.3.dll" />
     271    <Content Include="bin\x86\Debug\HeuristicLab.Tracing-3.3.pdb" />
     272    <Content Include="bin\x86\Debug\ICSharpCode.SharpZipLib License.txt" />
     273    <Content Include="bin\x86\Debug\ICSharpCode.SharpZipLib.dll" />
     274  </ItemGroup>
     275  <ItemGroup>
     276    <Folder Include="bin\Debug\" />
     277    <Folder Include="bin\Release\" />
     278    <Folder Include="bin\x64\Debug\" />
     279    <Folder Include="bin\x64\Release\" />
     280    <Folder Include="bin\x86\Release\" />
     281  </ItemGroup>
    246282  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
    247283  <!-- 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.