📄 mainform.designer.cs
字号:
this.identicalBehaviourToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
this.identicalBehaviourToolStripMenuItem.Name = "identicalBehaviourToolStripMenuItem";
this.identicalBehaviourToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Alt)
| System.Windows.Forms.Keys.B)));
this.identicalBehaviourToolStripMenuItem.Size = new System.Drawing.Size(236, 22);
this.identicalBehaviourToolStripMenuItem.Text = "Identical Behaviour";
this.identicalBehaviourToolStripMenuItem.ToolTipText = "Usually the behaviour change affects only for one vehicle and others will\r\nresort" +
" to default(the one with which they were initialized). This makes all\r\nbehave id" +
"entically.";
this.identicalBehaviourToolStripMenuItem.Click += new System.EventHandler(this.identicalBehaviourToolStripMenuItem_Click);
//
// weightedSumToolStripMenuItem
//
this.weightedSumToolStripMenuItem.Checked = true;
this.weightedSumToolStripMenuItem.CheckOnClick = true;
this.weightedSumToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
this.weightedSumToolStripMenuItem.Name = "weightedSumToolStripMenuItem";
this.weightedSumToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Alt)
| System.Windows.Forms.Keys.W)));
this.weightedSumToolStripMenuItem.Size = new System.Drawing.Size(236, 22);
this.weightedSumToolStripMenuItem.Text = "Weighted Sum";
this.weightedSumToolStripMenuItem.ToolTipText = "A way of calculating the total force. Should\'nt be of much concern.";
this.weightedSumToolStripMenuItem.Click += new System.EventHandler(this.weightedSumToolStripMenuItem_Click);
//
// pathToolStripMenuItem
//
this.pathToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.dToolStripMenuItem,
this.specialPathsToolStripMenuItem});
this.pathToolStripMenuItem.Name = "pathToolStripMenuItem";
this.pathToolStripMenuItem.Size = new System.Drawing.Size(236, 22);
this.pathToolStripMenuItem.Text = "Path";
//
// dToolStripMenuItem
//
this.dToolStripMenuItem.Name = "dToolStripMenuItem";
this.dToolStripMenuItem.Size = new System.Drawing.Size(148, 22);
this.dToolStripMenuItem.Text = "New Path";
this.dToolStripMenuItem.ToolTipText = "Generate random paths to follow.";
this.dToolStripMenuItem.Click += new System.EventHandler(this.dToolStripMenuItem_Click);
//
// specialPathsToolStripMenuItem
//
this.specialPathsToolStripMenuItem.CheckOnClick = true;
this.specialPathsToolStripMenuItem.Name = "specialPathsToolStripMenuItem";
this.specialPathsToolStripMenuItem.Size = new System.Drawing.Size(148, 22);
this.specialPathsToolStripMenuItem.Text = "Special Paths";
this.specialPathsToolStripMenuItem.ToolTipText = "Sadly, only one path - AI. They are very difficult to code.";
this.specialPathsToolStripMenuItem.Click += new System.EventHandler(this.specialPathsToolStripMenuItem_Click);
//
// numberOfVehiclesToolStripMenuItem
//
this.numberOfVehiclesToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.numberOfCars});
this.numberOfVehiclesToolStripMenuItem.Name = "numberOfVehiclesToolStripMenuItem";
this.numberOfVehiclesToolStripMenuItem.Size = new System.Drawing.Size(236, 22);
this.numberOfVehiclesToolStripMenuItem.Text = "Number Of Vehicles";
//
// numberOfCars
//
this.numberOfCars.Name = "numberOfCars";
this.numberOfCars.Size = new System.Drawing.Size(100, 21);
this.numberOfCars.Text = "1";
this.numberOfCars.ToolTipText = "Enter the total number of vehicles to generate. You may have to wait if identical" +
" vehicles is not checked,\r\nbut don\'t worry the application is working in the bac" +
"kground.";
//
// neuralNetworksToolStripMenuItem
//
this.neuralNetworksToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.eStringsToolStripMenuItem});
this.neuralNetworksToolStripMenuItem.Name = "neuralNetworksToolStripMenuItem";
this.neuralNetworksToolStripMenuItem.Size = new System.Drawing.Size(108, 20);
this.neuralNetworksToolStripMenuItem.Text = "Genetic Algorithms";
//
// eStringsToolStripMenuItem
//
this.eStringsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.initializeToolStripMenuItem1,
this.settingsToolStripMenuItem1});
this.eStringsToolStripMenuItem.Name = "eStringsToolStripMenuItem";
this.eStringsToolStripMenuItem.Size = new System.Drawing.Size(127, 22);
this.eStringsToolStripMenuItem.Text = "E Strings";
//
// initializeToolStripMenuItem1
//
this.initializeToolStripMenuItem1.Name = "initializeToolStripMenuItem1";
this.initializeToolStripMenuItem1.Size = new System.Drawing.Size(172, 22);
this.initializeToolStripMenuItem1.Text = "Initialize and Start";
this.initializeToolStripMenuItem1.ToolTipText = "Initialize objects of Evolving Strings and start.";
this.initializeToolStripMenuItem1.Click += new System.EventHandler(this.initializeToolStripMenuItem1_Click);
//
// settingsToolStripMenuItem1
//
this.settingsToolStripMenuItem1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.populationSizeToolStripMenuItem,
this.maxIterationToolStripMenuItem,
this.elitismToolStripMenuItem,
this.toolStripMenuItem2,
this.menuBoxTargetString});
this.settingsToolStripMenuItem1.Name = "settingsToolStripMenuItem1";
this.settingsToolStripMenuItem1.Size = new System.Drawing.Size(172, 22);
this.settingsToolStripMenuItem1.Text = "Settings";
//
// populationSizeToolStripMenuItem
//
this.populationSizeToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.textBoxPopulationSize});
this.populationSizeToolStripMenuItem.Name = "populationSizeToolStripMenuItem";
this.populationSizeToolStripMenuItem.Size = new System.Drawing.Size(157, 22);
this.populationSizeToolStripMenuItem.Text = "Population Size";
//
// textBoxPopulationSize
//
this.textBoxPopulationSize.Name = "textBoxPopulationSize";
this.textBoxPopulationSize.Size = new System.Drawing.Size(100, 21);
this.textBoxPopulationSize.Text = "80000";
this.textBoxPopulationSize.ToolTipText = "Enter the number of total population to be generated, a big number is good.";
//
// maxIterationToolStripMenuItem
//
this.maxIterationToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.textBoxMaxIteration});
this.maxIterationToolStripMenuItem.Name = "maxIterationToolStripMenuItem";
this.maxIterationToolStripMenuItem.Size = new System.Drawing.Size(157, 22);
this.maxIterationToolStripMenuItem.Text = "Max Iteration";
//
// textBoxMaxIteration
//
this.textBoxMaxIteration.Name = "textBoxMaxIteration";
this.textBoxMaxIteration.Size = new System.Drawing.Size(100, 21);
this.textBoxMaxIteration.Text = "1000";
this.textBoxMaxIteration.ToolTipText = "The number of iterations after which the computer should give up!";
//
// elitismToolStripMenuItem
//
this.elitismToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.textBoxElitismRate});
this.elitismToolStripMenuItem.Name = "elitismToolStripMenuItem";
this.elitismToolStripMenuItem.Size = new System.Drawing.Size(157, 22);
this.elitismToolStripMenuItem.Text = "Elitism Rate";
//
// textBoxElitismRate
//
this.textBoxElitismRate.Name = "textBoxElitismRate";
this.textBoxElitismRate.Size = new System.Drawing.Size(100, 21);
this.textBoxElitismRate.Text = ".35";
this.textBoxElitismRate.ToolTipText = "The % of elite populaton that should be copied exactly to the next generation. 0 " +
"< x < 1";
//
// toolStripMenuItem2
//
this.toolStripMenuItem2.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.textBoxMutationRate});
this.toolStripMenuItem2.Name = "toolStripMenuItem2";
this.toolStripMenuItem2.Size = new System.Drawing.Size(157, 22);
this.toolStripMenuItem2.Text = "Mutation Rate";
//
// textBoxMutationRate
//
this.textBoxMutationRate.Name = "textBoxMutationRate";
this.textBoxMutationRate.Size = new System.Drawing.Size(100, 21);
this.textBoxMutationRate.Text = ".15";
this.textBoxMutationRate.ToolTipText = "The % of times random changes should be induced into the string. 0 < x < 1";
//
// menuBoxTargetString
//
this.menuBoxTargetString.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.textBoxTargetString});
this.menuBoxTargetString.Name = "menuBoxTargetString";
this.menuBoxTargetString.Size = new System.Drawing.Size(157, 22);
this.menuBoxTargetString.Text = "Target String";
//
// textBoxTargetString
//
this.textBoxTargetString.Name = "textBoxTargetString";
this.textBoxTargetString.Size = new System.Drawing.Size(100, 21);
this.textBoxTargetString.Text = "I Can Mutate";
this.textBoxTargetString.ToolTipText = "What to converge to. Choose a small string for faster evaluation.";
//
// geneticAlgorithmsToolStripMenuItem
//
this.geneticAlgorithmsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.sheepsToolStripMenuItem1});
this.geneticAlgorithmsToolStripMenuItem.Name = "geneticAlgorithmsToolStripMenuItem";
this.geneticAlgorithmsToolStripMenuItem.Size = new System.Drawing.Size(98, 20);
this.geneticAlgorithmsToolStripMenuItem.Text = "Neural Networks";
//
// sheepsToolStripMenuItem1
//
this.sheepsToolStripMenuItem1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.initializeToolStripMenuItem2,
this.settingsToolStripMenuItem2});
this.sheepsToolStripMenuItem1.Name = "sheepsToolStripMenuItem1";
this.sheepsToolStripMenuItem1.Size = new System.Drawing.Size(152, 22);
this.sheepsToolStripMenuItem1.Text = "Ants";
//
// initializeToolStripMenuItem2
//
this.initializeToolStripMenuItem2.Name = "initializeToolStripMenuItem2";
this.initializeToolStripMenuItem2.Size = new System.Drawing.Size(152, 22);
this.initializeToolStripMenuItem2.Text = "Initialize";
this.initializeToolStripMenuItem2.ToolTipText = "Initialize ant objects and start simulation.";
this.initializeToolStripMenuItem2.Click += new System.EventHandler(this.initializeToolStripMenuItem2_Click);
//
// settingsToolStripMenuItem2
//
this.settingsToolStripMenuItem2.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.fastModeToolStripMenuItem,
this.showDetailsToolStripMenuItem,
this.landMinesToolStripMenuItem,
this.elitismToolStripMenuItem1,
this.transferFunctionToolStripMenuItem,
this.noOfOrgToolStripMenuItem,
this.noOfFoodToolStripMenuItem});
this.settingsToolStripMenuItem2.Name = "settingsToolStripMenuItem2";
this.settingsToolStripMenuItem2.Size = new System.Drawing.Size(152, 22);
this.settingsToolStripMenuItem2.Text = "Settings";
//
// fastModeToolStripMenuItem
//
this.fastModeToolStripMenuItem.CheckOnClick = true;
this.fastModeToolStripMenuItem.Name = "fastModeToolStripMenuItem";
this.fastModeToolStripMenuItem.Size = new System.Drawing.Size(170, 22);
this.fastModeToolStripMenuItem.Text = "Fast Mode";
this.fastModeToolStripMenuItem.ToolTipText = "Should the animation be stopped and only results shown?\r\nFast mode allows you to " +
"see the bigger picture quickly.";
this.fastModeToolStripMenuItem.Click += new System.EventHandler(this.fastModeToolStripMenuItem_Click);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -