[11789] | 1 | //------------------------------------------------------------------------------
|
---|
| 2 | // <auto-generated>
|
---|
| 3 | // This code was generated by a tool.
|
---|
| 4 | // Runtime Version:4.0.30319.34014
|
---|
| 5 | //
|
---|
| 6 | // Changes to this file may cause incorrect behavior and will be lost if
|
---|
| 7 | // the code is regenerated.
|
---|
| 8 | // </auto-generated>
|
---|
| 9 | //------------------------------------------------------------------------------
|
---|
| 10 |
|
---|
| 11 | namespace HeuristicLab.Tests {
|
---|
| 12 | using System;
|
---|
| 13 |
|
---|
| 14 |
|
---|
| 15 | /// <summary>
|
---|
| 16 | /// A strongly-typed resource class, for looking up localized strings, etc.
|
---|
| 17 | /// </summary>
|
---|
| 18 | // This class was auto-generated by the StronglyTypedResourceBuilder
|
---|
| 19 | // class via a tool like ResGen or Visual Studio.
|
---|
| 20 | // To add or remove a member, edit your .ResX file then rerun ResGen
|
---|
| 21 | // with the /str option, or rebuild your VS project.
|
---|
| 22 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
|
---|
| 23 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
---|
| 24 | [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
---|
| 25 | internal class ScriptSources {
|
---|
| 26 |
|
---|
| 27 | private static global::System.Resources.ResourceManager resourceMan;
|
---|
| 28 |
|
---|
| 29 | private static global::System.Globalization.CultureInfo resourceCulture;
|
---|
| 30 |
|
---|
| 31 | [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
|
---|
| 32 | internal ScriptSources() {
|
---|
| 33 | }
|
---|
| 34 |
|
---|
| 35 | /// <summary>
|
---|
| 36 | /// Returns the cached ResourceManager instance used by this class.
|
---|
| 37 | /// </summary>
|
---|
| 38 | [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
|
---|
| 39 | internal static global::System.Resources.ResourceManager ResourceManager {
|
---|
| 40 | get {
|
---|
| 41 | if (object.ReferenceEquals(resourceMan, null)) {
|
---|
| 42 | global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("HeuristicLab.Tests.HeuristicLab.Scripting_3._3.Script_Sources.ScriptSources", typeof(ScriptSources).Assembly);
|
---|
| 43 | resourceMan = temp;
|
---|
| 44 | }
|
---|
| 45 | return resourceMan;
|
---|
| 46 | }
|
---|
| 47 | }
|
---|
| 48 |
|
---|
| 49 | /// <summary>
|
---|
| 50 | /// Overrides the current thread's CurrentUICulture property for all
|
---|
| 51 | /// resource lookups using this strongly typed resource class.
|
---|
| 52 | /// </summary>
|
---|
| 53 | [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
|
---|
| 54 | internal static global::System.Globalization.CultureInfo Culture {
|
---|
| 55 | get {
|
---|
| 56 | return resourceCulture;
|
---|
| 57 | }
|
---|
| 58 | set {
|
---|
| 59 | resourceCulture = value;
|
---|
| 60 | }
|
---|
| 61 | }
|
---|
| 62 |
|
---|
| 63 | /// <summary>
|
---|
| 64 | /// Looks up a localized string similar to using System;
|
---|
| 65 | ///using System.Linq;
|
---|
| 66 | ///
|
---|
| 67 | ///using HeuristicLab.Analysis;
|
---|
| 68 | ///using HeuristicLab.Data;
|
---|
| 69 | ///using HeuristicLab.Encodings.PermutationEncoding;
|
---|
| 70 | ///using HeuristicLab.Problems.Instances.QAPLIB;
|
---|
| 71 | ///using HeuristicLab.Problems.QuadraticAssignment;
|
---|
| 72 | ///using HeuristicLab.Random;
|
---|
| 73 | ///
|
---|
| 74 | ///public class GAQAPScript : HeuristicLab.Scripting.CSharpScriptBase {
|
---|
| 75 | /// public override void Main() {
|
---|
| 76 | /// DateTime start = DateTime.UtcNow;
|
---|
| 77 | ///
|
---|
| 78 | /// QuadraticAssignmentProblem qap;
|
---|
| 79 | /// if (vars.Contains("qap")) qap = vars.qap;
|
---|
| 80 | /// else {
|
---|
| 81 | /// [rest of string was truncated]";.
|
---|
| 82 | /// </summary>
|
---|
| 83 | internal static string GAQAPScriptSource {
|
---|
| 84 | get {
|
---|
| 85 | return ResourceManager.GetString("GAQAPScriptSource", resourceCulture);
|
---|
| 86 | }
|
---|
| 87 | }
|
---|
| 88 |
|
---|
| 89 | /// <summary>
|
---|
| 90 | /// Looks up a localized string similar to using System;
|
---|
| 91 | ///using System.Collections.Generic;
|
---|
| 92 | ///using System.Linq;
|
---|
| 93 | ///
|
---|
| 94 | ///using HeuristicLab.Algorithms.DataAnalysis;
|
---|
| 95 | ///using HeuristicLab.Problems.DataAnalysis;
|
---|
| 96 | ///using HeuristicLab.Problems.Instances.DataAnalysis;
|
---|
| 97 | ///using HeuristicLab.Scripting;
|
---|
| 98 | ///
|
---|
| 99 | ///public class RFClassificationCrossValidationScript : HeuristicLab.Scripting.CSharpScriptBase {
|
---|
| 100 | /// /* Maximum degree of parallelism (specifies whether or not the grid search should be parallelized) */
|
---|
| 101 | /// const int maximumDegreeOfParallelism = 4;
|
---|
| 102 | /// /* Number of cross [rest of string was truncated]";.
|
---|
| 103 | /// </summary>
|
---|
| 104 | internal static string GridSearchRFClassificationScriptSource {
|
---|
| 105 | get {
|
---|
| 106 | return ResourceManager.GetString("GridSearchRFClassificationScriptSource", resourceCulture);
|
---|
| 107 | }
|
---|
| 108 | }
|
---|
| 109 |
|
---|
| 110 | /// <summary>
|
---|
| 111 | /// Looks up a localized string similar to using System;
|
---|
| 112 | ///using System.Collections.Generic;
|
---|
| 113 | ///using System.Linq;
|
---|
| 114 | ///
|
---|
| 115 | ///using HeuristicLab.Algorithms.DataAnalysis;
|
---|
| 116 | ///using HeuristicLab.Problems.DataAnalysis;
|
---|
| 117 | ///using HeuristicLab.Problems.Instances.DataAnalysis;
|
---|
| 118 | ///using HeuristicLab.Random;
|
---|
| 119 | ///using HeuristicLab.Scripting;
|
---|
| 120 | ///
|
---|
| 121 | ///public class RFRegressionCrossValidationScript : HeuristicLab.Scripting.CSharpScriptBase {
|
---|
| 122 | /// /* Maximum degree of parallelism (specifies whether or not the grid search should be parallelized) */
|
---|
| 123 | /// const int maximumDegreeOfParallelism = [rest of string was truncated]";.
|
---|
| 124 | /// </summary>
|
---|
| 125 | internal static string GridSearchRFRegressionScriptSource {
|
---|
| 126 | get {
|
---|
| 127 | return ResourceManager.GetString("GridSearchRFRegressionScriptSource", resourceCulture);
|
---|
| 128 | }
|
---|
| 129 | }
|
---|
| 130 |
|
---|
| 131 | /// <summary>
|
---|
| 132 | /// Looks up a localized string similar to using System;
|
---|
| 133 | ///using System.Collections.Generic;
|
---|
| 134 | ///using System.Linq;
|
---|
| 135 | ///using System.Linq.Expressions;
|
---|
| 136 | ///
|
---|
| 137 | ///using HeuristicLab.Algorithms.DataAnalysis;
|
---|
| 138 | ///using HeuristicLab.Core;
|
---|
| 139 | ///using HeuristicLab.Data;
|
---|
| 140 | ///using HeuristicLab.Parameters;
|
---|
| 141 | ///using HeuristicLab.Problems.DataAnalysis;
|
---|
| 142 | ///using HeuristicLab.Problems.Instances.DataAnalysis;
|
---|
| 143 | ///using HeuristicLab.Scripting;
|
---|
| 144 | ///
|
---|
| 145 | ///using LibSVM;
|
---|
| 146 | ///
|
---|
| 147 | ///public class SVMClassificationCrossValidationScript : HeuristicLab.Scripting.CSharpScriptBase {
|
---|
| 148 | /// /* Maximum degree of parallelism ( [rest of string was truncated]";.
|
---|
| 149 | /// </summary>
|
---|
| 150 | internal static string GridSearchSVMClassificationScriptSource {
|
---|
| 151 | get {
|
---|
| 152 | return ResourceManager.GetString("GridSearchSVMClassificationScriptSource", resourceCulture);
|
---|
| 153 | }
|
---|
| 154 | }
|
---|
| 155 |
|
---|
| 156 | /// <summary>
|
---|
| 157 | /// Looks up a localized string similar to using System;
|
---|
| 158 | ///using System.Collections.Generic;
|
---|
| 159 | ///using System.Linq;
|
---|
| 160 | ///using System.Linq.Expressions;
|
---|
| 161 | ///
|
---|
| 162 | ///using HeuristicLab.Algorithms.DataAnalysis;
|
---|
| 163 | ///using HeuristicLab.Core;
|
---|
| 164 | ///using HeuristicLab.Data;
|
---|
| 165 | ///using HeuristicLab.Parameters;
|
---|
| 166 | ///using HeuristicLab.Problems.DataAnalysis;
|
---|
| 167 | ///using HeuristicLab.Problems.Instances.DataAnalysis;
|
---|
| 168 | ///using HeuristicLab.Scripting;
|
---|
| 169 | ///
|
---|
| 170 | ///using LibSVM;
|
---|
| 171 | ///
|
---|
| 172 | ///public class SVMRegressionCrossValidationScript : HeuristicLab.Scripting.CSharpScriptBase {
|
---|
| 173 | /// /* Maximum degree of parallelism (spec [rest of string was truncated]";.
|
---|
| 174 | /// </summary>
|
---|
| 175 | internal static string GridSearchSVMRegressionScriptSource {
|
---|
| 176 | get {
|
---|
| 177 | return ResourceManager.GetString("GridSearchSVMRegressionScriptSource", resourceCulture);
|
---|
| 178 | }
|
---|
| 179 | }
|
---|
| 180 |
|
---|
| 181 | /// <summary>
|
---|
| 182 | /// Looks up a localized string similar to using System;
|
---|
| 183 | ///using System.Linq;
|
---|
| 184 | ///using System.Threading;
|
---|
| 185 | ///using System.Windows.Forms;
|
---|
| 186 | ///
|
---|
| 187 | ///using HeuristicLab.Algorithms.GeneticAlgorithm;
|
---|
| 188 | ///using HeuristicLab.Core;
|
---|
| 189 | ///using HeuristicLab.MainForm;
|
---|
| 190 | ///using HeuristicLab.MainForm.WindowsForms;
|
---|
| 191 | ///using HeuristicLab.Optimization;
|
---|
| 192 | ///using HeuristicLab.Optimization.Views;
|
---|
| 193 | ///using HeuristicLab.Problems.TravelingSalesman;
|
---|
| 194 | ///
|
---|
| 195 | ///public class GUIAutomationScript : HeuristicLab.Scripting.CSharpScriptBase {
|
---|
| 196 | /// readonly ManualResetEvent mutex = new ManualResetEvent(false);
|
---|
| 197 | ///
|
---|
| 198 | /// p [rest of string was truncated]";.
|
---|
| 199 | /// </summary>
|
---|
| 200 | internal static string GUIAutomationScriptSource {
|
---|
| 201 | get {
|
---|
| 202 | return ResourceManager.GetString("GUIAutomationScriptSource", resourceCulture);
|
---|
| 203 | }
|
---|
| 204 | }
|
---|
| 205 |
|
---|
| 206 | /// <summary>
|
---|
| 207 | /// Looks up a localized string similar to using System;
|
---|
| 208 | ///using System.Linq;
|
---|
| 209 | ///
|
---|
| 210 | ///public class OSGARastriginScript : HeuristicLab.Scripting.CSharpScriptBase {
|
---|
| 211 | /// public override void Main() {
|
---|
| 212 | /// int N = vars.N.Value;
|
---|
| 213 | /// double minX = vars.minX.Value;
|
---|
| 214 | /// double maxX = vars.maxX.Value;
|
---|
| 215 | /// int seed = vars.seed.Value;
|
---|
| 216 | /// var rand = new Random(seed);
|
---|
| 217 | ///
|
---|
| 218 | /// var result = OSGA(rand, popSize: 1000, iterations: 5000, maxSelPres: 1000, mutationRate: 0.1,
|
---|
| 219 | /// obj: Rastrigin,
|
---|
| 220 | /// // x ~(i.i.d) U(0,1) * 10.24 - 5.12
|
---|
| 221 | /// creator: () => Enum [rest of string was truncated]";.
|
---|
| 222 | /// </summary>
|
---|
| 223 | internal static string OSGARastriginScriptSource {
|
---|
| 224 | get {
|
---|
| 225 | return ResourceManager.GetString("OSGARastriginScriptSource", resourceCulture);
|
---|
| 226 | }
|
---|
| 227 | }
|
---|
| 228 | }
|
---|
| 229 | }
|
---|