Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/01/12 00:14:00 (13 years ago)
Author:
abeham
Message:

#1614

  • Allowed to view the solution of a certain point in the pareto chart
  • Added multi crossovers and manipulators
  • Added population diversity analyzer
  • Fixed a few bugs
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/GeneralizedQAP/HeuristicLab.Problems.GeneralizedQuadraticAssignment.Views/3.3/GQAPAssignmentArchiveView.Designer.cs

    r7418 r7437  
    5656      chartArea1.AxisX.Title = "FlowDistanceQuality";
    5757      chartArea1.AxisY.Title = "InstallationQuality";
     58      chartArea1.CursorX.IsUserEnabled = true;
     59      chartArea1.CursorX.IsUserSelectionEnabled = true;
     60      chartArea1.CursorY.IsUserEnabled = true;
     61      chartArea1.CursorY.IsUserSelectionEnabled = true;
    5862      chartArea1.Name = "ChartArea1";
    5963      this.paretoFrontChart.ChartAreas.Add(chartArea1);
     
    7276      this.paretoFrontChart.TabIndex = 0;
    7377      this.paretoFrontChart.Text = "Pareto Front";
     78      this.paretoFrontChart.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.paretoFrontChart_MouseDoubleClick);
    7479      //
    7580      // messageLabel
Note: See TracChangeset for help on using the changeset viewer.