Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/06/17 22:50:29 (7 years ago)
Author:
abeham
Message:

#2634:

  • fixed RLD analysis for problem instances with best known quality of 0
  • added option to perform comparison on relative targets or absolute targets
  • some performance improvements
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Optimization.Views/3.3/RunCollectionViews/RunCollectionRLDView.Designer.cs

    r14185 r14647  
    6666      this.targetChart = new HeuristicLab.Visualization.ChartControlsExtensions.EnhancedChart();
    6767      this.boundShadingCheckBox = new System.Windows.Forms.CheckBox();
     68      this.targetsRelativeCheckBox = new System.Windows.Forms.CheckBox();
    6869      this.byCostTabPage = new System.Windows.Forms.TabPage();
    6970      this.byCostViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
     
    143144      this.targetsTextBox.Location = new System.Drawing.Point(59, 8);
    144145      this.targetsTextBox.Name = "targetsTextBox";
    145       this.targetsTextBox.Size = new System.Drawing.Size(287, 20);
     146      this.targetsTextBox.Size = new System.Drawing.Size(211, 20);
    146147      this.targetsTextBox.TabIndex = 1;
    147148      this.toolTip.SetToolTip(this.targetsTextBox, "The order of the targets is important, first to-hit targets\r\nshould be given firs" +
     
    221222      this.aggregateTargetsCheckBox.Checked = true;
    222223      this.aggregateTargetsCheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
    223       this.aggregateTargetsCheckBox.Location = new System.Drawing.Point(352, 10);
     224      this.aggregateTargetsCheckBox.Location = new System.Drawing.Point(353, 10);
    224225      this.aggregateTargetsCheckBox.Name = "aggregateTargetsCheckBox";
    225226      this.aggregateTargetsCheckBox.Size = new System.Drawing.Size(74, 17);
     
    249250      this.byTargetTabPage.Controls.Add(this.targetLogScalingCheckBox);
    250251      this.byTargetTabPage.Controls.Add(this.targetsLabel);
     252      this.byTargetTabPage.Controls.Add(this.targetsRelativeCheckBox);
    251253      this.byTargetTabPage.Controls.Add(this.aggregateTargetsCheckBox);
    252254      this.byTargetTabPage.Controls.Add(this.targetsTextBox);
     
    304306      this.boundShadingCheckBox.UseVisualStyleBackColor = true;
    305307      this.boundShadingCheckBox.CheckedChanged += new System.EventHandler(this.boundShadingCheckBox_CheckedChanged);
     308      //
     309      // targetsRelativeCheckBox
     310      //
     311      this.targetsRelativeCheckBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     312      this.targetsRelativeCheckBox.Appearance = System.Windows.Forms.Appearance.Button;
     313      this.targetsRelativeCheckBox.Checked = true;
     314      this.targetsRelativeCheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
     315      this.targetsRelativeCheckBox.Location = new System.Drawing.Point(276, 6);
     316      this.targetsRelativeCheckBox.Name = "targetsRelativeCheckBox";
     317      this.targetsRelativeCheckBox.Size = new System.Drawing.Size(65, 23);
     318      this.targetsRelativeCheckBox.TabIndex = 2;
     319      this.targetsRelativeCheckBox.Text = "relative";
     320      this.targetsRelativeCheckBox.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     321      this.targetsRelativeCheckBox.UseVisualStyleBackColor = true;
     322      this.targetsRelativeCheckBox.CheckedChanged += new System.EventHandler(this.targetsRelativeCheckBox_CheckedChanged);
    306323      //
    307324      // byCostTabPage
     
    473490    private MainForm.WindowsForms.ViewHost byCostViewHost;
    474491    private System.Windows.Forms.CheckBox boundShadingCheckBox;
     492    private System.Windows.Forms.CheckBox targetsRelativeCheckBox;
    475493  }
    476494}
Note: See TracChangeset for help on using the changeset viewer.