Free cookie consent management tool by TermsFeed Policy Generator

Changeset 13737


Ignore:
Timestamp:
03/26/16 11:14:10 (8 years ago)
Author:
abeham
Message:

#2431:

  • removed IRRestarter (replaced by IteratedAlgorithm)
  • removed cut-off estimation view (didn't work satisfactorily)
Location:
branches/PerformanceComparison
Files:
6 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • branches/PerformanceComparison/HeuristicLab.Analysis/3.3/HeuristicLab.Analysis-3.3.csproj

    r12956 r13737  
    200200    <Compile Include="MultiObjective\ParetoFrontAnalyzer.cs" />
    201201    <Compile Include="Optimizers\IteratedAlgorithm.cs" />
    202     <Compile Include="Optimizers\IRRestarter.cs" />
    203202    <Compile Include="Plugin.cs" />
    204203    <Compile Include="PopulationSimilarityAnalysis\PopulationDiversityAnalyzer.cs" />
  • branches/PerformanceComparison/HeuristicLab.Optimization.Views/3.3/HeuristicLab.Optimization.Views-3.3.csproj

    r13667 r13737  
    234234      <DependentUpon>ICharacteristicCalculatorView.cs</DependentUpon>
    235235    </Compile>
    236     <Compile Include="IRRestarterView.cs">
    237       <SubType>UserControl</SubType>
    238     </Compile>
    239     <Compile Include="IRRestarterView.Designer.cs">
    240       <DependentUpon>IRRestarterView.cs</DependentUpon>
    241     </Compile>
    242236    <Compile Include="ISolutionSimilarityCalculatorView.cs">
    243237      <SubType>UserControl</SubType>
     
    354348    <Compile Include="RunCollectionConstraintViews\RunCollectionEqualityConstraintView.Designer.cs">
    355349      <DependentUpon>RunCollectionEqualityConstraintView.cs</DependentUpon>
    356     </Compile>
    357     <Compile Include="RunCollectionViews\RunCollectionIteratedSamplingView.cs">
    358       <SubType>UserControl</SubType>
    359     </Compile>
    360     <Compile Include="RunCollectionViews\RunCollectionIteratedSamplingView.Designer.cs">
    361       <DependentUpon>RunCollectionIteratedSamplingView.cs</DependentUpon>
    362350    </Compile>
    363351    <Compile Include="RunCollectionViews\RunCollectionRLDView.cs">
     
    470458    <EmbeddedResource Include="CreateNewSingleEncodingDialog.resx">
    471459      <DependentUpon>CreateNewSingleEncodingDialog.cs</DependentUpon>
    472     </EmbeddedResource>
    473     <EmbeddedResource Include="RunCollectionViews\RunCollectionIteratedSamplingView.resx">
    474       <DependentUpon>RunCollectionIteratedSamplingView.cs</DependentUpon>
    475460    </EmbeddedResource>
    476461  </ItemGroup>
Note: See TracChangeset for help on using the changeset viewer.