@syntest/base-language
Advanced tools
Comparing version 0.2.0-beta.43 to 0.2.0-beta.44
@@ -30,3 +30,3 @@ "use strict"; | ||
constructor() { | ||
super("Random", "Random search algorithm"); | ||
super("random", "Random search algorithm"); | ||
} | ||
@@ -33,0 +33,0 @@ createSearchAlgorithm(options) { |
@@ -9,2 +9,3 @@ "use strict"; | ||
const StructuralUncoveredObjectiveManagerPlugin_1 = require("./plugins/objective-managers/StructuralUncoveredObjectiveManagerPlugin"); | ||
const TrackingObjectiveManagerPlugin_1 = require("./plugins/objective-managers/TrackingObjectiveManagerPlugin"); | ||
const UncoveredObjectiveManagerPlugin_1 = require("./plugins/objective-managers/UncoveredObjectiveManagerPlugin"); | ||
@@ -20,2 +21,3 @@ const DefaultProcreationPlugin_1 = require("./plugins/procreation-operators/DefaultProcreationPlugin"); | ||
const NSGAIIPreset_1 = require("./presets/NSGAIIPreset"); | ||
const RandomSearchPreset_1 = require("./presets/RandomSearchPreset"); | ||
class TestingToolModule extends module_1.Module { | ||
@@ -27,2 +29,3 @@ register(moduleManager, _metricManager, _storageManager, _userInterface, _modules) { | ||
moduleManager.registerPlugin(this, new StructuralUncoveredObjectiveManagerPlugin_1.StructuralUncoveredObjectiveManagerPlugin()); | ||
moduleManager.registerPlugin(this, new TrackingObjectiveManagerPlugin_1.TrackingObjectiveManagerPlugin()); | ||
moduleManager.registerPlugin(this, new UncoveredObjectiveManagerPlugin_1.UncoveredObjectiveManagerPlugin()); | ||
@@ -35,5 +38,6 @@ moduleManager.registerPlugin(this, new DefaultProcreationPlugin_1.DefaultProcreationPlugin()); | ||
moduleManager.registerPlugin(this, new SignalTerminationTriggerPlugin_1.SignalTerminationTriggerPlugin()); | ||
moduleManager.registerPreset(this, new DynaMOSAPreset_1.DynaMOSAPreset()); | ||
moduleManager.registerPreset(this, new MOSAPreset_1.MOSAPreset()); | ||
moduleManager.registerPreset(this, new NSGAIIPreset_1.NSGAIIPreset()); | ||
moduleManager.registerPreset(this, new MOSAPreset_1.MOSAPreset()); | ||
moduleManager.registerPreset(this, new DynaMOSAPreset_1.DynaMOSAPreset()); | ||
moduleManager.registerPreset(this, new RandomSearchPreset_1.RandomSearchPreset()); | ||
} | ||
@@ -40,0 +44,0 @@ } |
{ | ||
"name": "@syntest/base-language", | ||
"version": "0.2.0-beta.43", | ||
"version": "0.2.0-beta.44", | ||
"description": "The base testing tool of the SynTest Framework", | ||
@@ -54,3 +54,3 @@ "keywords": [ | ||
"@syntest/module": "^0.1.0-beta.18", | ||
"@syntest/search": "^0.4.0-beta.38", | ||
"@syntest/search": "^0.4.0-beta.39", | ||
"@syntest/storage": "^0.1.0-beta.0", | ||
@@ -66,3 +66,3 @@ "globby": "11.0.4", | ||
}, | ||
"gitHead": "6c0550f9f1ac9c8125a6105b70f747935f5e545e" | ||
"gitHead": "cd8a7f2d2a7d30435738f7a64a8e68debcc45308" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
186234
128
2828