Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/15/16 10:20:58 (8 years ago)
Author:
gkronber
Message:

#2434: merged changes r14026:14078 from trunk to branch

Location:
branches/crossvalidation-2434
Files:
3 deleted
3 edited
1 copied

Legend:

Unmodified
Added
Removed
  • branches/crossvalidation-2434

  • branches/crossvalidation-2434/HeuristicLab.Optimization

  • branches/crossvalidation-2434/HeuristicLab.Optimization/3.3/HeuristicLab.Optimization-3.3.csproj

    r14029 r14079  
    156156    <Compile Include="Interfaces\ILocalImprovementAlgorithmOperator.cs" />
    157157    <Compile Include="Interfaces\IMultiObjectiveOperator.cs" />
     158    <Compile Include="Results\IResultParameter.cs" />
    158159    <Compile Include="Interfaces\ISingleObjectiveOperator.cs" />
    159160    <Compile Include="Interfaces\ISingleObjectivePathRelinker.cs" />
     
    169170    <Compile Include="MetaOptimizers\Experiment.cs" />
    170171    <Compile Include="MetaOptimizers\TimeLimitRun.cs" />
     172    <Compile Include="Results\ResultParameter.cs" />
    171173    <Compile Include="RunCollectionModification\RunCollectionRunRemover.cs" />
    172174    <Compile Include="Plugin.cs" />
     
    230232    <Compile Include="RunCollection.cs" />
    231233    <Compile Include="Run.cs" />
    232     <Compile Include="Interfaces\IResult.cs" />
     234    <Compile Include="Results\IResult.cs" />
    233235    <Compile Include="Interfaces\IDiscreteDoubleValueModifier.cs" />
    234236    <Compile Include="Interfaces\IExhaustiveMoveGenerator.cs" />
     
    254256    <Compile Include="Interfaces\ITabuChecker.cs" />
    255257    <Compile Include="Interfaces\ITabuMaker.cs" />
    256     <Compile Include="Result.cs" />
     258    <Compile Include="Results\Result.cs" />
    257259    <Compile Include="Algorithms\UserDefinedAlgorithm.cs" />
    258260    <Compile Include="Algorithms\EngineAlgorithm.cs" />
    259261    <Compile Include="Properties\AssemblyInfo.cs" />
    260     <Compile Include="ResultCollection.cs" />
     262    <Compile Include="Results\ResultCollection.cs" />
    261263    <Compile Include="Problems\UserDefinedProblem.cs" />
    262264  </ItemGroup>
Note: See TracChangeset for help on using the changeset viewer.