Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/27/12 22:12:58 (12 years ago)
Author:
abeham
Message:

#1985: Added optimizer and view

Location:
branches/RuntimeOptimizer/HeuristicLab.Optimization/3.3
Files:
2 added
1 edited
2 moved

Legend:

Unmodified
Added
Removed
  • branches/RuntimeOptimizer/HeuristicLab.Optimization/3.3/HeuristicLab.Optimization-3.3.csproj

    r8600 r8955  
    121121    <Compile Include="Interfaces\ISimilarityBasedOperator.cs" />
    122122    <Compile Include="Interfaces\ISolutionSimilarityCalculator.cs" />
     123    <Compile Include="MetaOptimizers\BatchRun.cs" />
     124    <Compile Include="MetaOptimizers\Experiment.cs" />
     125    <Compile Include="MetaOptimizers\TimeLimitRun.cs" />
    123126    <Compile Include="RunCollectionModification\RunCollectionRunRemover.cs" />
    124127    <Compile Include="Plugin.cs" />
     
    130133    <None Include="Plugin.cs.frame" />
    131134    <Compile Include="Algorithms\Algorithm.cs" />
    132     <Compile Include="BatchRun.cs" />
    133135    <Compile Include="RunCollectionModification\Calculator.cs" />
    134136    <Compile Include="Interfaces\IDiscreteDoubleMatrixModifier.cs" />
     
    173175    <Compile Include="RunCollectionConstraints\IRunCollectionConstraint.cs" />
    174176    <Compile Include="OptimizerList.cs" />
    175     <Compile Include="Experiment.cs" />
    176177    <Compile Include="Interfaces\IOptimizer.cs" />
    177178    <Compile Include="RunCollection.cs" />
     
    281282  -->
    282283  <PropertyGroup>
    283    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     284    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
    284285set ProjectDir=$(ProjectDir)
    285286set SolutionDir=$(SolutionDir)
     
    288289call PreBuildEvent.cmd
    289290</PreBuildEvent>
    290 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
     291    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
    291292export ProjectDir=$(ProjectDir)
    292293export SolutionDir=$(SolutionDir)
Note: See TracChangeset for help on using the changeset viewer.