Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/19/16 17:52:59 (8 years ago)
Author:
mkommend
Message:

#1087: Integrated multi-objective test functions in the trunk.

File:
1 copied

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Problems.TestFunctions.Views/3.3/MultiObjectiveTestFunctionParetoFrontScatterPlotView.cs

    r14111 r14120  
    3131  [View("Scatter Plot")]
    3232  [Content(typeof(ScatterPlotContent))]
    33   public partial class MOQualitiesScatterPlotView : ItemView {
     33  public partial class MultiObjectiveTestFunctionParetoFrontScatterPlotView : ItemView {
    3434    private const string QUALITIES = "Qualities";
    3535    private const string PARETO_FRONT = "Best Known Pareto Front";
     
    4545    }
    4646
    47     public MOQualitiesScatterPlotView()
     47    public MultiObjectiveTestFunctionParetoFrontScatterPlotView()
    4848      : base() {
    4949      InitializeComponent();
Note: See TracChangeset for help on using the changeset viewer.