#region License Information /* HeuristicLab * Copyright (C) 2002-2008 Heuristic and Evolutionary Algorithms Laboratory (HEAL) * * This file is part of HeuristicLab. * * HeuristicLab is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * HeuristicLab is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with HeuristicLab. If not, see . */ #endregion namespace HeuristicLab.ES { partial class ESEditor { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (chooseOperatorDialog != null) chooseOperatorDialog.Dispose(); if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Component Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.executeButton = new System.Windows.Forms.Button(); this.tabControl = new System.Windows.Forms.TabControl(); this.parametersTabPage = new System.Windows.Forms.TabPage(); this.successRuleGroupBox = new System.Windows.Forms.GroupBox(); this.dampeningFactorTextBox = new System.Windows.Forms.TextBox(); this.dampeningFactorLabel = new System.Windows.Forms.Label(); this.learningRateTextBox = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.targetSuccessRateTextBox = new System.Windows.Forms.TextBox(); this.targetSuccessRateLabel = new System.Windows.Forms.Label(); this.parentSelectionGroupBox = new System.Windows.Forms.GroupBox(); this.commaRadioButton = new System.Windows.Forms.RadioButton(); this.plusRadioButton = new System.Windows.Forms.RadioButton(); this.setRecombinationButton = new System.Windows.Forms.Button(); this.viewRecombinationButton = new System.Windows.Forms.Button(); this.recombinationTextBox = new System.Windows.Forms.TextBox(); this.recombinationLabel = new System.Windows.Forms.Label(); this.rhoTextBox = new System.Windows.Forms.TextBox(); this.rhoLabel = new System.Windows.Forms.Label(); this.useSuccessRuleCheckBox = new System.Windows.Forms.CheckBox(); this.setEvaluationButton = new System.Windows.Forms.Button(); this.setMutationButton = new System.Windows.Forms.Button(); this.setSolutionGenerationButton = new System.Windows.Forms.Button(); this.viewEvaluationButton = new System.Windows.Forms.Button(); this.viewMutationButton = new System.Windows.Forms.Button(); this.viewSolutionGenerationButton = new System.Windows.Forms.Button(); this.viewProblemInitializationButton = new System.Windows.Forms.Button(); this.setProblemInitializationButton = new System.Windows.Forms.Button(); this.evaluationTextBox = new System.Windows.Forms.TextBox(); this.mutationTextBox = new System.Windows.Forms.TextBox(); this.solutionGenerationTextBox = new System.Windows.Forms.TextBox(); this.problemInitializationTextBox = new System.Windows.Forms.TextBox(); this.setRandomSeedRandomlyCheckBox = new System.Windows.Forms.CheckBox(); this.initialMutationStrengthTextBox = new System.Windows.Forms.TextBox(); this.evaluationLabel = new System.Windows.Forms.Label(); this.mutationLabel = new System.Windows.Forms.Label(); this.solutionGenerationLabel = new System.Windows.Forms.Label(); this.problemInitializationLabel = new System.Windows.Forms.Label(); this.initialMutationStrengthLabel = new System.Windows.Forms.Label(); this.mutationRateLabel = new System.Windows.Forms.Label(); this.maximumGenerationsTextBox = new System.Windows.Forms.TextBox(); this.maximumGenerationsLabel = new System.Windows.Forms.Label(); this.randomSeedTextBox = new System.Windows.Forms.TextBox(); this.muTextBox = new System.Windows.Forms.TextBox(); this.setRandomSeedRandomlyLabel = new System.Windows.Forms.Label(); this.randomSeedLabel = new System.Windows.Forms.Label(); this.populationSizeLabel = new System.Windows.Forms.Label(); this.lambdaTextBox = new System.Windows.Forms.TextBox(); this.scopesTabPage = new System.Windows.Forms.TabPage(); this.scopeView = new HeuristicLab.Core.ScopeView(); this.abortButton = new System.Windows.Forms.Button(); this.resetButton = new System.Windows.Forms.Button(); this.cloneEngineButton = new System.Windows.Forms.Button(); this.tabControl.SuspendLayout(); this.parametersTabPage.SuspendLayout(); this.successRuleGroupBox.SuspendLayout(); this.parentSelectionGroupBox.SuspendLayout(); this.scopesTabPage.SuspendLayout(); this.SuspendLayout(); // // executeButton // this.executeButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.executeButton.Location = new System.Drawing.Point(0, 529); this.executeButton.Name = "executeButton"; this.executeButton.Size = new System.Drawing.Size(75, 23); this.executeButton.TabIndex = 1; this.executeButton.Text = "&Execute"; this.executeButton.UseVisualStyleBackColor = true; this.executeButton.Click += new System.EventHandler(this.executeButton_Click); // // tabControl // this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.tabControl.Controls.Add(this.parametersTabPage); this.tabControl.Controls.Add(this.scopesTabPage); this.tabControl.Location = new System.Drawing.Point(0, 0); this.tabControl.Name = "tabControl"; this.tabControl.SelectedIndex = 0; this.tabControl.Size = new System.Drawing.Size(526, 523); this.tabControl.TabIndex = 0; // // parametersTabPage // this.parametersTabPage.Controls.Add(this.successRuleGroupBox); this.parametersTabPage.Controls.Add(this.parentSelectionGroupBox); this.parametersTabPage.Controls.Add(this.setRecombinationButton); this.parametersTabPage.Controls.Add(this.viewRecombinationButton); this.parametersTabPage.Controls.Add(this.recombinationTextBox); this.parametersTabPage.Controls.Add(this.recombinationLabel); this.parametersTabPage.Controls.Add(this.rhoTextBox); this.parametersTabPage.Controls.Add(this.rhoLabel); this.parametersTabPage.Controls.Add(this.useSuccessRuleCheckBox); this.parametersTabPage.Controls.Add(this.setEvaluationButton); this.parametersTabPage.Controls.Add(this.setMutationButton); this.parametersTabPage.Controls.Add(this.setSolutionGenerationButton); this.parametersTabPage.Controls.Add(this.viewEvaluationButton); this.parametersTabPage.Controls.Add(this.viewMutationButton); this.parametersTabPage.Controls.Add(this.viewSolutionGenerationButton); this.parametersTabPage.Controls.Add(this.viewProblemInitializationButton); this.parametersTabPage.Controls.Add(this.setProblemInitializationButton); this.parametersTabPage.Controls.Add(this.evaluationTextBox); this.parametersTabPage.Controls.Add(this.mutationTextBox); this.parametersTabPage.Controls.Add(this.solutionGenerationTextBox); this.parametersTabPage.Controls.Add(this.problemInitializationTextBox); this.parametersTabPage.Controls.Add(this.setRandomSeedRandomlyCheckBox); this.parametersTabPage.Controls.Add(this.initialMutationStrengthTextBox); this.parametersTabPage.Controls.Add(this.evaluationLabel); this.parametersTabPage.Controls.Add(this.mutationLabel); this.parametersTabPage.Controls.Add(this.solutionGenerationLabel); this.parametersTabPage.Controls.Add(this.problemInitializationLabel); this.parametersTabPage.Controls.Add(this.initialMutationStrengthLabel); this.parametersTabPage.Controls.Add(this.mutationRateLabel); this.parametersTabPage.Controls.Add(this.maximumGenerationsTextBox); this.parametersTabPage.Controls.Add(this.maximumGenerationsLabel); this.parametersTabPage.Controls.Add(this.randomSeedTextBox); this.parametersTabPage.Controls.Add(this.muTextBox); this.parametersTabPage.Controls.Add(this.setRandomSeedRandomlyLabel); this.parametersTabPage.Controls.Add(this.randomSeedLabel); this.parametersTabPage.Controls.Add(this.populationSizeLabel); this.parametersTabPage.Controls.Add(this.lambdaTextBox); this.parametersTabPage.Location = new System.Drawing.Point(4, 22); this.parametersTabPage.Name = "parametersTabPage"; this.parametersTabPage.Padding = new System.Windows.Forms.Padding(3); this.parametersTabPage.Size = new System.Drawing.Size(518, 497); this.parametersTabPage.TabIndex = 0; this.parametersTabPage.Text = "Parameters"; this.parametersTabPage.UseVisualStyleBackColor = true; // // successRuleGroupBox // this.successRuleGroupBox.Anchor = System.Windows.Forms.AnchorStyles.None; this.successRuleGroupBox.Controls.Add(this.dampeningFactorTextBox); this.successRuleGroupBox.Controls.Add(this.dampeningFactorLabel); this.successRuleGroupBox.Controls.Add(this.learningRateTextBox); this.successRuleGroupBox.Controls.Add(this.label1); this.successRuleGroupBox.Controls.Add(this.targetSuccessRateTextBox); this.successRuleGroupBox.Controls.Add(this.targetSuccessRateLabel); this.successRuleGroupBox.Location = new System.Drawing.Point(68, 201); this.successRuleGroupBox.Name = "successRuleGroupBox"; this.successRuleGroupBox.Size = new System.Drawing.Size(336, 100); this.successRuleGroupBox.TabIndex = 40; this.successRuleGroupBox.TabStop = false; this.successRuleGroupBox.Text = "Success Rule Mutation Strength Adjustment"; // // dampeningFactorTextBox // this.dampeningFactorTextBox.Anchor = System.Windows.Forms.AnchorStyles.Top; this.dampeningFactorTextBox.Location = new System.Drawing.Point(150, 71); this.dampeningFactorTextBox.Name = "dampeningFactorTextBox"; this.dampeningFactorTextBox.Size = new System.Drawing.Size(180, 20); this.dampeningFactorTextBox.TabIndex = 19; // // dampeningFactorLabel // this.dampeningFactorLabel.Anchor = System.Windows.Forms.AnchorStyles.Top; this.dampeningFactorLabel.AutoSize = true; this.dampeningFactorLabel.Location = new System.Drawing.Point(7, 74); this.dampeningFactorLabel.Name = "dampeningFactorLabel"; this.dampeningFactorLabel.Size = new System.Drawing.Size(97, 13); this.dampeningFactorLabel.TabIndex = 18; this.dampeningFactorLabel.Text = "Dampening Factor:"; // // learningRateTextBox // this.learningRateTextBox.Anchor = System.Windows.Forms.AnchorStyles.Top; this.learningRateTextBox.Location = new System.Drawing.Point(150, 45); this.learningRateTextBox.Name = "learningRateTextBox"; this.learningRateTextBox.Size = new System.Drawing.Size(180, 20); this.learningRateTextBox.TabIndex = 17; // // label1 // this.label1.Anchor = System.Windows.Forms.AnchorStyles.Top; this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(7, 48); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(77, 13); this.label1.TabIndex = 16; this.label1.Text = "Learning Rate:"; // // targetSuccessRateTextBox // this.targetSuccessRateTextBox.Anchor = System.Windows.Forms.AnchorStyles.Top; this.targetSuccessRateTextBox.Location = new System.Drawing.Point(150, 19); this.targetSuccessRateTextBox.Name = "targetSuccessRateTextBox"; this.targetSuccessRateTextBox.Size = new System.Drawing.Size(180, 20); this.targetSuccessRateTextBox.TabIndex = 15; // // targetSuccessRateLabel // this.targetSuccessRateLabel.Anchor = System.Windows.Forms.AnchorStyles.Top; this.targetSuccessRateLabel.AutoSize = true; this.targetSuccessRateLabel.Location = new System.Drawing.Point(7, 22); this.targetSuccessRateLabel.Name = "targetSuccessRateLabel"; this.targetSuccessRateLabel.Size = new System.Drawing.Size(111, 13); this.targetSuccessRateLabel.TabIndex = 14; this.targetSuccessRateLabel.Text = "Target Success Rate:"; // // parentSelectionGroupBox // this.parentSelectionGroupBox.Anchor = System.Windows.Forms.AnchorStyles.None; this.parentSelectionGroupBox.Controls.Add(this.commaRadioButton); this.parentSelectionGroupBox.Controls.Add(this.plusRadioButton); this.parentSelectionGroupBox.Location = new System.Drawing.Point(218, 307); this.parentSelectionGroupBox.Name = "parentSelectionGroupBox"; this.parentSelectionGroupBox.Size = new System.Drawing.Size(186, 38); this.parentSelectionGroupBox.TabIndex = 39; this.parentSelectionGroupBox.TabStop = false; this.parentSelectionGroupBox.Text = "Parent Selection"; // // commaRadioButton // this.commaRadioButton.AutoSize = true; this.commaRadioButton.Location = new System.Drawing.Point(57, 15); this.commaRadioButton.Name = "commaRadioButton"; this.commaRadioButton.Size = new System.Drawing.Size(60, 17); this.commaRadioButton.TabIndex = 1; this.commaRadioButton.Text = "Comma"; this.commaRadioButton.UseVisualStyleBackColor = true; this.commaRadioButton.CheckedChanged += new System.EventHandler(this.commaRadioButton_CheckedChanged); // // plusRadioButton // this.plusRadioButton.AutoSize = true; this.plusRadioButton.Checked = true; this.plusRadioButton.Location = new System.Drawing.Point(6, 15); this.plusRadioButton.Name = "plusRadioButton"; this.plusRadioButton.Size = new System.Drawing.Size(45, 17); this.plusRadioButton.TabIndex = 0; this.plusRadioButton.TabStop = true; this.plusRadioButton.Text = "Plus"; this.plusRadioButton.UseVisualStyleBackColor = true; this.plusRadioButton.CheckedChanged += new System.EventHandler(this.plusRadioButton_CheckedChanged); // // setRecombinationButton // this.setRecombinationButton.Anchor = System.Windows.Forms.AnchorStyles.None; this.setRecombinationButton.Location = new System.Drawing.Point(469, 465); this.setRecombinationButton.Name = "setRecombinationButton"; this.setRecombinationButton.Size = new System.Drawing.Size(43, 20); this.setRecombinationButton.TabIndex = 38; this.setRecombinationButton.Text = "Set..."; this.setRecombinationButton.UseVisualStyleBackColor = true; this.setRecombinationButton.Click += new System.EventHandler(this.setRecombinationButton_Click); // // viewRecombinationButton // this.viewRecombinationButton.Anchor = System.Windows.Forms.AnchorStyles.None; this.viewRecombinationButton.Location = new System.Drawing.Point(410, 465); this.viewRecombinationButton.Name = "viewRecombinationButton"; this.viewRecombinationButton.Size = new System.Drawing.Size(53, 20); this.viewRecombinationButton.TabIndex = 37; this.viewRecombinationButton.Text = "View..."; this.viewRecombinationButton.UseVisualStyleBackColor = true; this.viewRecombinationButton.Click += new System.EventHandler(this.viewRecombinationButton_Click); // // recombinationTextBox // this.recombinationTextBox.Anchor = System.Windows.Forms.AnchorStyles.None; this.recombinationTextBox.Location = new System.Drawing.Point(218, 465); this.recombinationTextBox.Name = "recombinationTextBox"; this.recombinationTextBox.ReadOnly = true; this.recombinationTextBox.Size = new System.Drawing.Size(186, 20); this.recombinationTextBox.TabIndex = 36; // // recombinationLabel // this.recombinationLabel.Anchor = System.Windows.Forms.AnchorStyles.None; this.recombinationLabel.AutoSize = true; this.recombinationLabel.Location = new System.Drawing.Point(65, 468); this.recombinationLabel.Name = "recombinationLabel"; this.recombinationLabel.Size = new System.Drawing.Size(81, 13); this.recombinationLabel.TabIndex = 35; this.recombinationLabel.Text = "Recombination:"; // // rhoTextBox // this.rhoTextBox.Anchor = System.Windows.Forms.AnchorStyles.None; this.rhoTextBox.Location = new System.Drawing.Point(218, 94); this.rhoTextBox.Name = "rhoTextBox"; this.rhoTextBox.Size = new System.Drawing.Size(186, 20); this.rhoTextBox.TabIndex = 7; // // rhoLabel // this.rhoLabel.Anchor = System.Windows.Forms.AnchorStyles.None; this.rhoLabel.AutoSize = true; this.rhoLabel.Location = new System.Drawing.Point(65, 97); this.rhoLabel.Name = "rhoLabel"; this.rhoLabel.Size = new System.Drawing.Size(30, 13); this.rhoLabel.TabIndex = 6; this.rhoLabel.Text = "Rho:"; // // useSuccessRuleCheckBox // this.useSuccessRuleCheckBox.Anchor = System.Windows.Forms.AnchorStyles.None; this.useSuccessRuleCheckBox.AutoSize = true; this.useSuccessRuleCheckBox.Checked = true; this.useSuccessRuleCheckBox.CheckState = System.Windows.Forms.CheckState.Checked; this.useSuccessRuleCheckBox.Location = new System.Drawing.Point(410, 248); this.useSuccessRuleCheckBox.Name = "useSuccessRuleCheckBox"; this.useSuccessRuleCheckBox.Size = new System.Drawing.Size(51, 17); this.useSuccessRuleCheckBox.TabIndex = 16; this.useSuccessRuleCheckBox.Text = "Use?"; this.useSuccessRuleCheckBox.UseVisualStyleBackColor = true; this.useSuccessRuleCheckBox.CheckedChanged += new System.EventHandler(this.useSuccessRuleCheckBox_CheckedChanged); // // setEvaluationButton // this.setEvaluationButton.Anchor = System.Windows.Forms.AnchorStyles.None; this.setEvaluationButton.Location = new System.Drawing.Point(469, 439); this.setEvaluationButton.Name = "setEvaluationButton"; this.setEvaluationButton.Size = new System.Drawing.Size(43, 20); this.setEvaluationButton.TabIndex = 34; this.setEvaluationButton.Text = "Set..."; this.setEvaluationButton.UseVisualStyleBackColor = true; this.setEvaluationButton.Click += new System.EventHandler(this.setEvaluationButton_Click); // // setMutationButton // this.setMutationButton.Anchor = System.Windows.Forms.AnchorStyles.None; this.setMutationButton.Location = new System.Drawing.Point(469, 413); this.setMutationButton.Name = "setMutationButton"; this.setMutationButton.Size = new System.Drawing.Size(43, 20); this.setMutationButton.TabIndex = 30; this.setMutationButton.Text = "Set..."; this.setMutationButton.UseVisualStyleBackColor = true; this.setMutationButton.Click += new System.EventHandler(this.setMutationButton_Click); // // setSolutionGenerationButton // this.setSolutionGenerationButton.Anchor = System.Windows.Forms.AnchorStyles.None; this.setSolutionGenerationButton.Location = new System.Drawing.Point(469, 387); this.setSolutionGenerationButton.Name = "setSolutionGenerationButton"; this.setSolutionGenerationButton.Size = new System.Drawing.Size(43, 20); this.setSolutionGenerationButton.TabIndex = 26; this.setSolutionGenerationButton.Text = "Set..."; this.setSolutionGenerationButton.UseVisualStyleBackColor = true; this.setSolutionGenerationButton.Click += new System.EventHandler(this.setSolutionGenerationButton_Click); // // viewEvaluationButton // this.viewEvaluationButton.Anchor = System.Windows.Forms.AnchorStyles.None; this.viewEvaluationButton.Location = new System.Drawing.Point(410, 439); this.viewEvaluationButton.Name = "viewEvaluationButton"; this.viewEvaluationButton.Size = new System.Drawing.Size(53, 20); this.viewEvaluationButton.TabIndex = 33; this.viewEvaluationButton.Text = "View..."; this.viewEvaluationButton.UseVisualStyleBackColor = true; this.viewEvaluationButton.Click += new System.EventHandler(this.viewEvaluationButton_Click); // // viewMutationButton // this.viewMutationButton.Anchor = System.Windows.Forms.AnchorStyles.None; this.viewMutationButton.Location = new System.Drawing.Point(410, 413); this.viewMutationButton.Name = "viewMutationButton"; this.viewMutationButton.Size = new System.Drawing.Size(53, 20); this.viewMutationButton.TabIndex = 29; this.viewMutationButton.Text = "View..."; this.viewMutationButton.UseVisualStyleBackColor = true; this.viewMutationButton.Click += new System.EventHandler(this.viewMutationButton_Click); // // viewSolutionGenerationButton // this.viewSolutionGenerationButton.Anchor = System.Windows.Forms.AnchorStyles.None; this.viewSolutionGenerationButton.Location = new System.Drawing.Point(410, 387); this.viewSolutionGenerationButton.Name = "viewSolutionGenerationButton"; this.viewSolutionGenerationButton.Size = new System.Drawing.Size(53, 20); this.viewSolutionGenerationButton.TabIndex = 25; this.viewSolutionGenerationButton.Text = "View..."; this.viewSolutionGenerationButton.UseVisualStyleBackColor = true; this.viewSolutionGenerationButton.Click += new System.EventHandler(this.viewSolutionGenerationButton_Click); // // viewProblemInitializationButton // this.viewProblemInitializationButton.Anchor = System.Windows.Forms.AnchorStyles.None; this.viewProblemInitializationButton.Location = new System.Drawing.Point(410, 361); this.viewProblemInitializationButton.Name = "viewProblemInitializationButton"; this.viewProblemInitializationButton.Size = new System.Drawing.Size(53, 20); this.viewProblemInitializationButton.TabIndex = 21; this.viewProblemInitializationButton.Text = "View..."; this.viewProblemInitializationButton.UseVisualStyleBackColor = true; this.viewProblemInitializationButton.Click += new System.EventHandler(this.viewProblemInitializationButton_Click); // // setProblemInitializationButton // this.setProblemInitializationButton.Anchor = System.Windows.Forms.AnchorStyles.None; this.setProblemInitializationButton.Location = new System.Drawing.Point(469, 361); this.setProblemInitializationButton.Name = "setProblemInitializationButton"; this.setProblemInitializationButton.Size = new System.Drawing.Size(43, 20); this.setProblemInitializationButton.TabIndex = 22; this.setProblemInitializationButton.Text = "Set..."; this.setProblemInitializationButton.UseVisualStyleBackColor = true; this.setProblemInitializationButton.Click += new System.EventHandler(this.setProblemInitializationButton_Click); // // evaluationTextBox // this.evaluationTextBox.Anchor = System.Windows.Forms.AnchorStyles.None; this.evaluationTextBox.Location = new System.Drawing.Point(218, 439); this.evaluationTextBox.Name = "evaluationTextBox"; this.evaluationTextBox.ReadOnly = true; this.evaluationTextBox.Size = new System.Drawing.Size(186, 20); this.evaluationTextBox.TabIndex = 32; // // mutationTextBox // this.mutationTextBox.Anchor = System.Windows.Forms.AnchorStyles.None; this.mutationTextBox.Location = new System.Drawing.Point(218, 413); this.mutationTextBox.Name = "mutationTextBox"; this.mutationTextBox.ReadOnly = true; this.mutationTextBox.Size = new System.Drawing.Size(186, 20); this.mutationTextBox.TabIndex = 28; // // solutionGenerationTextBox // this.solutionGenerationTextBox.Anchor = System.Windows.Forms.AnchorStyles.None; this.solutionGenerationTextBox.Location = new System.Drawing.Point(218, 387); this.solutionGenerationTextBox.Name = "solutionGenerationTextBox"; this.solutionGenerationTextBox.ReadOnly = true; this.solutionGenerationTextBox.Size = new System.Drawing.Size(186, 20); this.solutionGenerationTextBox.TabIndex = 24; // // problemInitializationTextBox // this.problemInitializationTextBox.Anchor = System.Windows.Forms.AnchorStyles.None; this.problemInitializationTextBox.Location = new System.Drawing.Point(218, 361); this.problemInitializationTextBox.Name = "problemInitializationTextBox"; this.problemInitializationTextBox.ReadOnly = true; this.problemInitializationTextBox.Size = new System.Drawing.Size(186, 20); this.problemInitializationTextBox.TabIndex = 20; // // setRandomSeedRandomlyCheckBox // this.setRandomSeedRandomlyCheckBox.Anchor = System.Windows.Forms.AnchorStyles.None; this.setRandomSeedRandomlyCheckBox.AutoSize = true; this.setRandomSeedRandomlyCheckBox.Location = new System.Drawing.Point(218, 12); this.setRandomSeedRandomlyCheckBox.Name = "setRandomSeedRandomlyCheckBox"; this.setRandomSeedRandomlyCheckBox.Size = new System.Drawing.Size(15, 14); this.setRandomSeedRandomlyCheckBox.TabIndex = 1; this.setRandomSeedRandomlyCheckBox.UseVisualStyleBackColor = true; // // initialMutationStrengthTextBox // this.initialMutationStrengthTextBox.Anchor = System.Windows.Forms.AnchorStyles.None; this.initialMutationStrengthTextBox.Location = new System.Drawing.Point(218, 172); this.initialMutationStrengthTextBox.Name = "initialMutationStrengthTextBox"; this.initialMutationStrengthTextBox.Size = new System.Drawing.Size(186, 20); this.initialMutationStrengthTextBox.TabIndex = 13; // // evaluationLabel // this.evaluationLabel.Anchor = System.Windows.Forms.AnchorStyles.None; this.evaluationLabel.AutoSize = true; this.evaluationLabel.Location = new System.Drawing.Point(65, 442); this.evaluationLabel.Name = "evaluationLabel"; this.evaluationLabel.Size = new System.Drawing.Size(60, 13); this.evaluationLabel.TabIndex = 31; this.evaluationLabel.Text = "&Evaluation:"; // // mutationLabel // this.mutationLabel.Anchor = System.Windows.Forms.AnchorStyles.None; this.mutationLabel.AutoSize = true; this.mutationLabel.Location = new System.Drawing.Point(65, 416); this.mutationLabel.Name = "mutationLabel"; this.mutationLabel.Size = new System.Drawing.Size(51, 13); this.mutationLabel.TabIndex = 27; this.mutationLabel.Text = "&Mutation:"; // // solutionGenerationLabel // this.solutionGenerationLabel.Anchor = System.Windows.Forms.AnchorStyles.None; this.solutionGenerationLabel.AutoSize = true; this.solutionGenerationLabel.Location = new System.Drawing.Point(65, 390); this.solutionGenerationLabel.Name = "solutionGenerationLabel"; this.solutionGenerationLabel.Size = new System.Drawing.Size(103, 13); this.solutionGenerationLabel.TabIndex = 23; this.solutionGenerationLabel.Text = "&Solution Generation:"; // // problemInitializationLabel // this.problemInitializationLabel.Anchor = System.Windows.Forms.AnchorStyles.None; this.problemInitializationLabel.AutoSize = true; this.problemInitializationLabel.Location = new System.Drawing.Point(65, 364); this.problemInitializationLabel.Name = "problemInitializationLabel"; this.problemInitializationLabel.Size = new System.Drawing.Size(105, 13); this.problemInitializationLabel.TabIndex = 19; this.problemInitializationLabel.Text = "&Problem Initialization:"; // // initialMutationStrengthLabel // this.initialMutationStrengthLabel.Anchor = System.Windows.Forms.AnchorStyles.None; this.initialMutationStrengthLabel.AutoSize = true; this.initialMutationStrengthLabel.Location = new System.Drawing.Point(65, 175); this.initialMutationStrengthLabel.Name = "initialMutationStrengthLabel"; this.initialMutationStrengthLabel.Size = new System.Drawing.Size(121, 13); this.initialMutationStrengthLabel.TabIndex = 12; this.initialMutationStrengthLabel.Text = "Initial Mutation Strength:"; // // mutationRateLabel // this.mutationRateLabel.Anchor = System.Windows.Forms.AnchorStyles.None; this.mutationRateLabel.AutoSize = true; this.mutationRateLabel.Location = new System.Drawing.Point(65, 123); this.mutationRateLabel.Name = "mutationRateLabel"; this.mutationRateLabel.Size = new System.Drawing.Size(48, 13); this.mutationRateLabel.TabIndex = 8; this.mutationRateLabel.Text = "Lambda:"; // // maximumGenerationsTextBox // this.maximumGenerationsTextBox.Anchor = System.Windows.Forms.AnchorStyles.None; this.maximumGenerationsTextBox.Location = new System.Drawing.Point(218, 146); this.maximumGenerationsTextBox.Name = "maximumGenerationsTextBox"; this.maximumGenerationsTextBox.Size = new System.Drawing.Size(186, 20); this.maximumGenerationsTextBox.TabIndex = 11; // // maximumGenerationsLabel // this.maximumGenerationsLabel.Anchor = System.Windows.Forms.AnchorStyles.None; this.maximumGenerationsLabel.AutoSize = true; this.maximumGenerationsLabel.Location = new System.Drawing.Point(65, 149); this.maximumGenerationsLabel.Name = "maximumGenerationsLabel"; this.maximumGenerationsLabel.Size = new System.Drawing.Size(114, 13); this.maximumGenerationsLabel.TabIndex = 10; this.maximumGenerationsLabel.Text = "Maximum &Generations:"; // // randomSeedTextBox // this.randomSeedTextBox.Anchor = System.Windows.Forms.AnchorStyles.None; this.randomSeedTextBox.Location = new System.Drawing.Point(218, 32); this.randomSeedTextBox.Name = "randomSeedTextBox"; this.randomSeedTextBox.Size = new System.Drawing.Size(186, 20); this.randomSeedTextBox.TabIndex = 3; // // muTextBox // this.muTextBox.Anchor = System.Windows.Forms.AnchorStyles.None; this.muTextBox.Location = new System.Drawing.Point(218, 68); this.muTextBox.Name = "muTextBox"; this.muTextBox.Size = new System.Drawing.Size(186, 20); this.muTextBox.TabIndex = 5; // // setRandomSeedRandomlyLabel // this.setRandomSeedRandomlyLabel.Anchor = System.Windows.Forms.AnchorStyles.None; this.setRandomSeedRandomlyLabel.AutoSize = true; this.setRandomSeedRandomlyLabel.Location = new System.Drawing.Point(65, 12); this.setRandomSeedRandomlyLabel.Name = "setRandomSeedRandomlyLabel"; this.setRandomSeedRandomlyLabel.Size = new System.Drawing.Size(147, 13); this.setRandomSeedRandomlyLabel.TabIndex = 0; this.setRandomSeedRandomlyLabel.Text = "Set &Random Seed Randomly:"; // // randomSeedLabel // this.randomSeedLabel.Anchor = System.Windows.Forms.AnchorStyles.None; this.randomSeedLabel.AutoSize = true; this.randomSeedLabel.Location = new System.Drawing.Point(65, 35); this.randomSeedLabel.Name = "randomSeedLabel"; this.randomSeedLabel.Size = new System.Drawing.Size(78, 13); this.randomSeedLabel.TabIndex = 2; this.randomSeedLabel.Text = "&Random Seed:"; // // populationSizeLabel // this.populationSizeLabel.Anchor = System.Windows.Forms.AnchorStyles.None; this.populationSizeLabel.AutoSize = true; this.populationSizeLabel.Location = new System.Drawing.Point(65, 71); this.populationSizeLabel.Name = "populationSizeLabel"; this.populationSizeLabel.Size = new System.Drawing.Size(25, 13); this.populationSizeLabel.TabIndex = 4; this.populationSizeLabel.Text = "Mu:"; // // lambdaTextBox // this.lambdaTextBox.Anchor = System.Windows.Forms.AnchorStyles.None; this.lambdaTextBox.Location = new System.Drawing.Point(218, 120); this.lambdaTextBox.Name = "lambdaTextBox"; this.lambdaTextBox.Size = new System.Drawing.Size(186, 20); this.lambdaTextBox.TabIndex = 9; // // scopesTabPage // this.scopesTabPage.Controls.Add(this.scopeView); this.scopesTabPage.Location = new System.Drawing.Point(4, 22); this.scopesTabPage.Name = "scopesTabPage"; this.scopesTabPage.Padding = new System.Windows.Forms.Padding(3); this.scopesTabPage.Size = new System.Drawing.Size(518, 497); this.scopesTabPage.TabIndex = 2; this.scopesTabPage.Text = "Scopes"; this.scopesTabPage.UseVisualStyleBackColor = true; // // scopeView // this.scopeView.Caption = "Scope"; this.scopeView.Dock = System.Windows.Forms.DockStyle.Fill; this.scopeView.Location = new System.Drawing.Point(3, 3); this.scopeView.Name = "scopeView"; this.scopeView.Scope = null; this.scopeView.Size = new System.Drawing.Size(512, 491); this.scopeView.TabIndex = 0; // // abortButton // this.abortButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.abortButton.Enabled = false; this.abortButton.Location = new System.Drawing.Point(81, 529); this.abortButton.Name = "abortButton"; this.abortButton.Size = new System.Drawing.Size(75, 23); this.abortButton.TabIndex = 2; this.abortButton.Text = "&Abort"; this.abortButton.UseVisualStyleBackColor = true; this.abortButton.Click += new System.EventHandler(this.abortButton_Click); // // resetButton // this.resetButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.resetButton.Location = new System.Drawing.Point(162, 529); this.resetButton.Name = "resetButton"; this.resetButton.Size = new System.Drawing.Size(75, 23); this.resetButton.TabIndex = 3; this.resetButton.Text = "&Reset"; this.resetButton.UseVisualStyleBackColor = true; this.resetButton.Click += new System.EventHandler(this.resetButton_Click); // // cloneEngineButton // this.cloneEngineButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.cloneEngineButton.Location = new System.Drawing.Point(420, 529); this.cloneEngineButton.Name = "cloneEngineButton"; this.cloneEngineButton.Size = new System.Drawing.Size(106, 23); this.cloneEngineButton.TabIndex = 4; this.cloneEngineButton.Text = "&Clone Engine..."; this.cloneEngineButton.UseVisualStyleBackColor = true; this.cloneEngineButton.Click += new System.EventHandler(this.cloneEngineButton_Click); // // ESEditor // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.tabControl); this.Controls.Add(this.cloneEngineButton); this.Controls.Add(this.resetButton); this.Controls.Add(this.abortButton); this.Controls.Add(this.executeButton); this.Name = "ESEditor"; this.Size = new System.Drawing.Size(526, 552); this.tabControl.ResumeLayout(false); this.parametersTabPage.ResumeLayout(false); this.parametersTabPage.PerformLayout(); this.successRuleGroupBox.ResumeLayout(false); this.successRuleGroupBox.PerformLayout(); this.parentSelectionGroupBox.ResumeLayout(false); this.parentSelectionGroupBox.PerformLayout(); this.scopesTabPage.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Button executeButton; private System.Windows.Forms.TabControl tabControl; private System.Windows.Forms.TabPage parametersTabPage; private System.Windows.Forms.Button abortButton; private System.Windows.Forms.Button resetButton; private System.Windows.Forms.TextBox lambdaTextBox; private System.Windows.Forms.Label mutationRateLabel; private System.Windows.Forms.TextBox muTextBox; private System.Windows.Forms.Label populationSizeLabel; private System.Windows.Forms.TabPage scopesTabPage; private System.Windows.Forms.TextBox maximumGenerationsTextBox; private System.Windows.Forms.Label maximumGenerationsLabel; private System.Windows.Forms.TextBox initialMutationStrengthTextBox; private System.Windows.Forms.Label initialMutationStrengthLabel; private System.Windows.Forms.TextBox randomSeedTextBox; private System.Windows.Forms.Label setRandomSeedRandomlyLabel; private System.Windows.Forms.Label randomSeedLabel; private System.Windows.Forms.CheckBox setRandomSeedRandomlyCheckBox; private System.Windows.Forms.Label problemInitializationLabel; private System.Windows.Forms.Label evaluationLabel; private System.Windows.Forms.Label mutationLabel; private System.Windows.Forms.Label solutionGenerationLabel; private System.Windows.Forms.Button cloneEngineButton; private System.Windows.Forms.TextBox mutationTextBox; private System.Windows.Forms.TextBox solutionGenerationTextBox; private System.Windows.Forms.TextBox problemInitializationTextBox; private System.Windows.Forms.TextBox evaluationTextBox; private System.Windows.Forms.Button setProblemInitializationButton; private System.Windows.Forms.Button setEvaluationButton; private System.Windows.Forms.Button setMutationButton; private System.Windows.Forms.Button setSolutionGenerationButton; private HeuristicLab.Core.ScopeView scopeView; private System.Windows.Forms.Button viewEvaluationButton; private System.Windows.Forms.Button viewMutationButton; private System.Windows.Forms.Button viewSolutionGenerationButton; private System.Windows.Forms.Button viewProblemInitializationButton; private System.Windows.Forms.TextBox targetSuccessRateTextBox; private System.Windows.Forms.Label targetSuccessRateLabel; private System.Windows.Forms.CheckBox useSuccessRuleCheckBox; private System.Windows.Forms.Button setRecombinationButton; private System.Windows.Forms.Button viewRecombinationButton; private System.Windows.Forms.TextBox recombinationTextBox; private System.Windows.Forms.Label recombinationLabel; private System.Windows.Forms.TextBox rhoTextBox; private System.Windows.Forms.Label rhoLabel; private System.Windows.Forms.GroupBox parentSelectionGroupBox; private System.Windows.Forms.RadioButton commaRadioButton; private System.Windows.Forms.RadioButton plusRadioButton; private System.Windows.Forms.GroupBox successRuleGroupBox; private System.Windows.Forms.TextBox learningRateTextBox; private System.Windows.Forms.Label label1; private System.Windows.Forms.TextBox dampeningFactorTextBox; private System.Windows.Forms.Label dampeningFactorLabel; } }