Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/10/11 01:49:10 (13 years ago)
Author:
abeham
Message:

#1330

  • Unified QAP visualization in solution and problem view
  • Fixed bug in gradient-descent gradient calculation when performing multidimensional scaling
  • Extended QAPLIB parsers to cover some file format variations
  • Added unit tests to check if all QAPLIB instances import without error
  • Changed BestKnownSolution to be an OptionalValueParameter
Location:
branches/QAP
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/QAP

    • Property svn:ignore
      •  

        old new  
        11*.suo
         2TestResults
  • branches/QAP/HeuristicLab.Problems.QuadraticAssignment.Views/3.3/QAPView.Designer.cs

    r5641 r5648  
    5050      this.weightsRadioButton = new System.Windows.Forms.RadioButton();
    5151      this.pictureBox = new System.Windows.Forms.PictureBox();
    52       this.errorLabel = new System.Windows.Forms.Label();
     52      this.stressLabel = new System.Windows.Forms.Label();
    5353      this.assignmentRadioButton = new System.Windows.Forms.RadioButton();
     54      this.label1 = new System.Windows.Forms.Label();
    5455      ((System.ComponentModel.ISupportInitialize)(this.pictureBox)).BeginInit();
    5556      this.SuspendLayout();
     
    101102      this.pictureBox.TabIndex = 4;
    102103      this.pictureBox.TabStop = false;
     104      this.pictureBox.SizeChanged += new System.EventHandler(this.pictureBox_SizeChanged);
    103105      //
    104       // errorLabel
     106      // stressLabel
    105107      //
    106       this.errorLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
    107       this.errorLabel.AutoSize = true;
    108       this.errorLabel.Location = new System.Drawing.Point(323, 10);
    109       this.errorLabel.Name = "errorLabel";
    110       this.errorLabel.Size = new System.Drawing.Size(38, 13);
    111       this.errorLabel.TabIndex = 8;
    112       this.errorLabel.Text = "Error: -";
     108      this.stressLabel.AutoSize = true;
     109      this.stressLabel.Location = new System.Drawing.Point(423, 8);
     110      this.stressLabel.Name = "stressLabel";
     111      this.stressLabel.Size = new System.Drawing.Size(10, 13);
     112      this.stressLabel.TabIndex = 8;
     113      this.stressLabel.Text = "-";
    113114      //
    114115      // assignmentRadioButton
     
    123124      this.assignmentRadioButton.CheckedChanged += new System.EventHandler(this.Redraw);
    124125      //
     126      // label1
     127      //
     128      this.label1.AutoSize = true;
     129      this.label1.Location = new System.Drawing.Point(323, 8);
     130      this.label1.Name = "label1";
     131      this.label1.Size = new System.Drawing.Size(94, 13);
     132      this.label1.TabIndex = 8;
     133      this.label1.Text = "Normalized Stress:";
     134      //
    125135      // QAPView
    126136      //
    127137      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    128138      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
    129       this.Controls.Add(this.errorLabel);
     139      this.Controls.Add(this.label1);
     140      this.Controls.Add(this.stressLabel);
    130141      this.Controls.Add(this.redrawButton);
    131142      this.Controls.Add(this.distancesRadioButton);
     
    147158    private System.Windows.Forms.RadioButton weightsRadioButton;
    148159    private System.Windows.Forms.PictureBox pictureBox;
    149     private System.Windows.Forms.Label errorLabel;
     160    private System.Windows.Forms.Label stressLabel;
    150161    private System.Windows.Forms.RadioButton assignmentRadioButton;
     162    private System.Windows.Forms.Label label1;
    151163
    152164  }
Note: See TracChangeset for help on using the changeset viewer.