Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
09/03/19 14:49:46 (5 years ago)
Author:
abeham
Message:

#2521: Refactored ParetoFrontScatterPlot (moved from TestFunctions.MultiObjective to Analysis)

  • Introduced generic type that may work with all solution encodings
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2521_ProblemRefactoring/HeuristicLab.Analysis.Views/3.3/HeuristicLab.Analysis.Views-3.3.csproj

    r16723 r17229  
    144144      <DependentUpon>IndexedDataTableView.cs</DependentUpon>
    145145    </Compile>
     146    <Compile Include="ParetoFrontScatterPlotViewOfT.cs">
     147      <SubType>UserControl</SubType>
     148    </Compile>
     149    <Compile Include="ParetoFrontScatterPlotViewOfT.Designer.cs">
     150      <DependentUpon>ParetoFrontScatterPlotViewOfT.cs</DependentUpon>
     151    </Compile>
     152    <Compile Include="ParetoFrontScatterPlotView.cs">
     153      <SubType>UserControl</SubType>
     154    </Compile>
     155    <Compile Include="ParetoFrontScatterPlotView.Designer.cs">
     156      <DependentUpon>ParetoFrontScatterPlotView.cs</DependentUpon>
     157    </Compile>
    146158    <Compile Include="ScatterPlotView.cs">
    147159      <SubType>UserControl</SubType>
Note: See TracChangeset for help on using the changeset viewer.