Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
12/05/11 17:03:49 (12 years ago)
Author:
sforsten
Message:

#1669:
-Spatial co-evolution benchmark has been added
-Benchmarks of Trent McConaghy have been added
-2 Classification benchmarks have been added (Mammography and Iris dataset)
-Training and test set include now all samples from the dataset
-Load button and combo box are now disabled when the algorithm is running

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/RegressionBenchmarks/HeuristicLab.Problems.DataAnalysis.Views/3.4/DataAnalysisProblemView.Designer.cs

    r7085 r7127  
    4545    /// </summary>
    4646    private void InitializeComponent() {
    47       this.importButton = new System.Windows.Forms.Button();
     47      this.ImportButton = new System.Windows.Forms.Button();
    4848      this.openFileDialog = new System.Windows.Forms.OpenFileDialog();
    49       this.benchmarkComboBox = new System.Windows.Forms.ComboBox();
    50       this.loadButton = new System.Windows.Forms.Button();
    51       this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
     49      this.BenchmarkComboBox = new System.Windows.Forms.ComboBox();
     50      this.LoadButton = new System.Windows.Forms.Button();
     51      this.BenchmarkTableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
    5252      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
    53       this.tableLayoutPanel1.SuspendLayout();
     53      this.BenchmarkTableLayoutPanel.SuspendLayout();
    5454      this.SuspendLayout();
    5555      //
     
    7070      this.infoLabel.Location = new System.Drawing.Point(474, 3);
    7171      //
    72       // importButton
     72      // ImportButton
    7373      //
    74       this.importButton.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     74      this.ImportButton.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    7575            | System.Windows.Forms.AnchorStyles.Right)));
    76       this.importButton.Location = new System.Drawing.Point(3, 24);
    77       this.importButton.Name = "importButton";
    78       this.importButton.Size = new System.Drawing.Size(487, 23);
    79       this.importButton.TabIndex = 3;
    80       this.importButton.Text = "Import from CSV file";
    81       this.importButton.UseVisualStyleBackColor = true;
    82       this.importButton.Click += new System.EventHandler(this.ImportButton_Click);
     76      this.ImportButton.Location = new System.Drawing.Point(3, 24);
     77      this.ImportButton.Name = "ImportButton";
     78      this.ImportButton.Size = new System.Drawing.Size(487, 23);
     79      this.ImportButton.TabIndex = 3;
     80      this.ImportButton.Text = "Import from CSV file";
     81      this.ImportButton.UseVisualStyleBackColor = true;
     82      this.ImportButton.Click += new System.EventHandler(this.ImportButton_Click);
    8383      //
    8484      // openFileDialog
     
    8787      this.openFileDialog.Title = "Import data...";
    8888      //
    89       // benchmarkComboBox
     89      // BenchmarkComboBox
    9090      //
    91       this.benchmarkComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     91      this.BenchmarkComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    9292            | System.Windows.Forms.AnchorStyles.Right)));
    93       this.benchmarkComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
    94       this.benchmarkComboBox.FormattingEnabled = true;
    95       this.benchmarkComboBox.Location = new System.Drawing.Point(3, 3);
    96       this.benchmarkComboBox.Name = "benchmarkComboBox";
    97       this.benchmarkComboBox.Size = new System.Drawing.Size(240, 21);
    98       this.benchmarkComboBox.TabIndex = 5;
     93      this.BenchmarkComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     94      this.BenchmarkComboBox.FormattingEnabled = true;
     95      this.BenchmarkComboBox.Location = new System.Drawing.Point(3, 3);
     96      this.BenchmarkComboBox.Name = "BenchmarkComboBox";
     97      this.BenchmarkComboBox.Size = new System.Drawing.Size(240, 21);
     98      this.BenchmarkComboBox.TabIndex = 5;
    9999      //
    100       // loadButton
     100      // LoadButton
    101101      //
    102       this.loadButton.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     102      this.LoadButton.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    103103            | System.Windows.Forms.AnchorStyles.Right)));
    104       this.loadButton.Location = new System.Drawing.Point(249, 2);
    105       this.loadButton.Margin = new System.Windows.Forms.Padding(3, 2, 3, 3);
    106       this.loadButton.Name = "loadButton";
    107       this.loadButton.Size = new System.Drawing.Size(241, 23);
    108       this.loadButton.TabIndex = 6;
    109       this.loadButton.Text = "Load";
    110       this.loadButton.UseVisualStyleBackColor = true;
    111       this.loadButton.Click += new System.EventHandler(this.loadButton_Click);
     104      this.LoadButton.Location = new System.Drawing.Point(249, 2);
     105      this.LoadButton.Margin = new System.Windows.Forms.Padding(3, 2, 3, 3);
     106      this.LoadButton.Name = "LoadButton";
     107      this.LoadButton.Size = new System.Drawing.Size(241, 23);
     108      this.LoadButton.TabIndex = 6;
     109      this.LoadButton.Text = "Load";
     110      this.LoadButton.UseVisualStyleBackColor = true;
     111      this.LoadButton.Click += new System.EventHandler(this.loadButton_Click);
    112112      //
    113       // tableLayoutPanel1
     113      // BenchmarkTableLayoutPanel
    114114      //
    115       this.tableLayoutPanel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     115      this.BenchmarkTableLayoutPanel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    116116            | System.Windows.Forms.AnchorStyles.Right)));
    117       this.tableLayoutPanel1.ColumnCount = 2;
    118       this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
    119       this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
    120       this.tableLayoutPanel1.Controls.Add(this.benchmarkComboBox, 0, 0);
    121       this.tableLayoutPanel1.Controls.Add(this.loadButton, 1, 0);
    122       this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 51);
    123       this.tableLayoutPanel1.Name = "tableLayoutPanel1";
    124       this.tableLayoutPanel1.RowCount = 1;
    125       this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
    126       this.tableLayoutPanel1.Size = new System.Drawing.Size(493, 28);
    127       this.tableLayoutPanel1.TabIndex = 7;
     117      this.BenchmarkTableLayoutPanel.ColumnCount = 2;
     118      this.BenchmarkTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     119      this.BenchmarkTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     120      this.BenchmarkTableLayoutPanel.Controls.Add(this.BenchmarkComboBox, 0, 0);
     121      this.BenchmarkTableLayoutPanel.Controls.Add(this.LoadButton, 1, 0);
     122      this.BenchmarkTableLayoutPanel.Location = new System.Drawing.Point(0, 51);
     123      this.BenchmarkTableLayoutPanel.Name = "BenchmarkTableLayoutPanel";
     124      this.BenchmarkTableLayoutPanel.RowCount = 1;
     125      this.BenchmarkTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
     126      this.BenchmarkTableLayoutPanel.Size = new System.Drawing.Size(493, 28);
     127      this.BenchmarkTableLayoutPanel.TabIndex = 7;
    128128      //
    129129      // DataAnalysisProblemView
     
    131131      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    132132      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
    133       this.Controls.Add(this.importButton);
    134       this.Controls.Add(this.tableLayoutPanel1);
     133      this.Controls.Add(this.ImportButton);
     134      this.Controls.Add(this.BenchmarkTableLayoutPanel);
    135135      this.Name = "DataAnalysisProblemView";
    136136      this.Size = new System.Drawing.Size(493, 334);
    137       this.Controls.SetChildIndex(this.tableLayoutPanel1, 0);
    138       this.Controls.SetChildIndex(this.importButton, 0);
     137      this.Controls.SetChildIndex(this.BenchmarkTableLayoutPanel, 0);
     138      this.Controls.SetChildIndex(this.ImportButton, 0);
    139139      this.Controls.SetChildIndex(this.parameterCollectionView, 0);
    140140      this.Controls.SetChildIndex(this.infoLabel, 0);
     
    142142      this.Controls.SetChildIndex(this.nameLabel, 0);
    143143      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
    144       this.tableLayoutPanel1.ResumeLayout(false);
     144      this.BenchmarkTableLayoutPanel.ResumeLayout(false);
    145145      this.ResumeLayout(false);
    146146      this.PerformLayout();
     
    150150    #endregion
    151151
    152     private System.Windows.Forms.Button importButton;
     152    private System.Windows.Forms.Button ImportButton;
    153153    private System.Windows.Forms.OpenFileDialog openFileDialog;
    154     private System.Windows.Forms.ComboBox benchmarkComboBox;
    155     private System.Windows.Forms.Button loadButton;
    156     private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
     154    private System.Windows.Forms.ComboBox BenchmarkComboBox;
     155    private System.Windows.Forms.Button LoadButton;
     156    private System.Windows.Forms.TableLayoutPanel BenchmarkTableLayoutPanel;
    157157  }
    158158}
Note: See TracChangeset for help on using the changeset viewer.