Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/05/09 18:32:59 (15 years ago)
Author:
gkronber
Message:

Fixed a few issues in persistence of hard-coded GP algorithms. #224 (Simple frontend for GP for non-expert users (similar to HeurisicLab.SGA))

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/CEDMA-Refactoring-Ticket419/HeuristicLab.GP.StructureIdentification/OffSpringSelectionGpEditor.Designer.cs

    r1253 r1262  
    4949      this.tabControl = new System.Windows.Forms.TabControl();
    5050      this.parametersTabPage = new System.Windows.Forms.TabPage();
     51      this.selectionPressureTextBox = new System.Windows.Forms.TextBox();
     52      this.selectionPressureLabel = new System.Windows.Forms.Label();
    5153      this.viewProblemInitializationButton = new System.Windows.Forms.Button();
    5254      this.setProblemInitializationButton = new System.Windows.Forms.Button();
     
    5860      this.mutationRateTextBox = new System.Windows.Forms.TextBox();
    5961      this.mutationRateLabel = new System.Windows.Forms.Label();
    60       this.maximumGenerationsTextBox = new System.Windows.Forms.TextBox();
    61       this.maximumGenerationsLabel = new System.Windows.Forms.Label();
     62      this.maximumEvaluatedSolutionsTextBox = new System.Windows.Forms.TextBox();
     63      this.maxEvaluatedSolutionsLabel = new System.Windows.Forms.Label();
    6264      this.randomSeedTextBox = new System.Windows.Forms.TextBox();
    6365      this.populationSizeTextBox = new System.Windows.Forms.TextBox();
     
    7072      this.resetButton = new System.Windows.Forms.Button();
    7173      this.cloneEngineButton = new System.Windows.Forms.Button();
    72       this.selectionPressureTextBox = new System.Windows.Forms.TextBox();
    73       this.selectionPressureLabel = new System.Windows.Forms.Label();
    7474      this.tabControl.SuspendLayout();
    7575      this.parametersTabPage.SuspendLayout();
     
    114114      this.parametersTabPage.Controls.Add(this.mutationRateTextBox);
    115115      this.parametersTabPage.Controls.Add(this.mutationRateLabel);
    116       this.parametersTabPage.Controls.Add(this.maximumGenerationsTextBox);
    117       this.parametersTabPage.Controls.Add(this.maximumGenerationsLabel);
     116      this.parametersTabPage.Controls.Add(this.maximumEvaluatedSolutionsTextBox);
     117      this.parametersTabPage.Controls.Add(this.maxEvaluatedSolutionsLabel);
    118118      this.parametersTabPage.Controls.Add(this.randomSeedTextBox);
    119119      this.parametersTabPage.Controls.Add(this.populationSizeTextBox);
     
    129129      this.parametersTabPage.UseVisualStyleBackColor = true;
    130130      //
     131      // selectionPressureTextBox
     132      //
     133      this.selectionPressureTextBox.Anchor = System.Windows.Forms.AnchorStyles.None;
     134      this.selectionPressureTextBox.Location = new System.Drawing.Point(218, 130);
     135      this.selectionPressureTextBox.Name = "selectionPressureTextBox";
     136      this.selectionPressureTextBox.Size = new System.Drawing.Size(186, 20);
     137      this.selectionPressureTextBox.TabIndex = 17;
     138      //
     139      // selectionPressureLabel
     140      //
     141      this.selectionPressureLabel.Anchor = System.Windows.Forms.AnchorStyles.None;
     142      this.selectionPressureLabel.AutoSize = true;
     143      this.selectionPressureLabel.Location = new System.Drawing.Point(65, 133);
     144      this.selectionPressureLabel.Name = "selectionPressureLabel";
     145      this.selectionPressureLabel.Size = new System.Drawing.Size(145, 13);
     146      this.selectionPressureLabel.TabIndex = 16;
     147      this.selectionPressureLabel.Text = "Maximum &Selection Pressure:";
     148      //
    131149      // viewProblemInitializationButton
    132150      //
     
    169187      this.setRandomSeedRandomlyCheckBox.TabIndex = 1;
    170188      this.setRandomSeedRandomlyCheckBox.UseVisualStyleBackColor = true;
     189      this.setRandomSeedRandomlyCheckBox.CheckedChanged += new System.EventHandler(this.setRandomSeedRandomlyCheckBox_CheckedChanged);
    171190      //
    172191      // elitesTextBox
     
    216235      this.mutationRateLabel.Text = "&Mutation Rate:";
    217236      //
    218       // maximumGenerationsTextBox
    219       //
    220       this.maximumGenerationsTextBox.Anchor = System.Windows.Forms.AnchorStyles.None;
    221       this.maximumGenerationsTextBox.Location = new System.Drawing.Point(218, 104);
    222       this.maximumGenerationsTextBox.Name = "maximumGenerationsTextBox";
    223       this.maximumGenerationsTextBox.Size = new System.Drawing.Size(186, 20);
    224       this.maximumGenerationsTextBox.TabIndex = 7;
    225       //
    226       // maximumGenerationsLabel
    227       //
    228       this.maximumGenerationsLabel.Anchor = System.Windows.Forms.AnchorStyles.None;
    229       this.maximumGenerationsLabel.AutoSize = true;
    230       this.maximumGenerationsLabel.Location = new System.Drawing.Point(65, 107);
    231       this.maximumGenerationsLabel.Name = "maximumGenerationsLabel";
    232       this.maximumGenerationsLabel.Size = new System.Drawing.Size(114, 13);
    233       this.maximumGenerationsLabel.TabIndex = 6;
    234       this.maximumGenerationsLabel.Text = "Maximum &Generations:";
     237      // maximumEvaluatedSolutionsTextBox
     238      //
     239      this.maximumEvaluatedSolutionsTextBox.Anchor = System.Windows.Forms.AnchorStyles.None;
     240      this.maximumEvaluatedSolutionsTextBox.Location = new System.Drawing.Point(218, 104);
     241      this.maximumEvaluatedSolutionsTextBox.Name = "maximumEvaluatedSolutionsTextBox";
     242      this.maximumEvaluatedSolutionsTextBox.Size = new System.Drawing.Size(186, 20);
     243      this.maximumEvaluatedSolutionsTextBox.TabIndex = 7;
     244      //
     245      // maxEvaluatedSolutionsLabel
     246      //
     247      this.maxEvaluatedSolutionsLabel.Anchor = System.Windows.Forms.AnchorStyles.None;
     248      this.maxEvaluatedSolutionsLabel.AutoSize = true;
     249      this.maxEvaluatedSolutionsLabel.Location = new System.Drawing.Point(65, 107);
     250      this.maxEvaluatedSolutionsLabel.Name = "maxEvaluatedSolutionsLabel";
     251      this.maxEvaluatedSolutionsLabel.Size = new System.Drawing.Size(130, 13);
     252      this.maxEvaluatedSolutionsLabel.TabIndex = 6;
     253      this.maxEvaluatedSolutionsLabel.Text = "Max. E&valuated Solutions:";
    235254      //
    236255      // randomSeedTextBox
     
    334353      this.cloneEngineButton.UseVisualStyleBackColor = true;
    335354      this.cloneEngineButton.Click += new System.EventHandler(this.cloneEngineButton_Click);
    336       //
    337       // selectionPressureTextBox
    338       //
    339       this.selectionPressureTextBox.Anchor = System.Windows.Forms.AnchorStyles.None;
    340       this.selectionPressureTextBox.Location = new System.Drawing.Point(218, 130);
    341       this.selectionPressureTextBox.Name = "selectionPressureTextBox";
    342       this.selectionPressureTextBox.Size = new System.Drawing.Size(186, 20);
    343       this.selectionPressureTextBox.TabIndex = 17;
    344       //
    345       // selectionPressureLabel
    346       //
    347       this.selectionPressureLabel.Anchor = System.Windows.Forms.AnchorStyles.None;
    348       this.selectionPressureLabel.AutoSize = true;
    349       this.selectionPressureLabel.Location = new System.Drawing.Point(65, 133);
    350       this.selectionPressureLabel.Name = "selectionPressureLabel";
    351       this.selectionPressureLabel.Size = new System.Drawing.Size(145, 13);
    352       this.selectionPressureLabel.TabIndex = 16;
    353       this.selectionPressureLabel.Text = "Maximum &Selection Pressure:";
    354355      //
    355356      // OffspringSelectionGpEditor
     
    384385    private System.Windows.Forms.Label populationSizeLabel;
    385386    private System.Windows.Forms.TabPage scopesTabPage;
    386     private System.Windows.Forms.TextBox maximumGenerationsTextBox;
    387     private System.Windows.Forms.Label maximumGenerationsLabel;
     387    private System.Windows.Forms.TextBox maximumEvaluatedSolutionsTextBox;
     388    private System.Windows.Forms.Label maxEvaluatedSolutionsLabel;
    388389    private System.Windows.Forms.TextBox elitesTextBox;
    389390    private System.Windows.Forms.Label elitesLabel;
Note: See TracChangeset for help on using the changeset viewer.