Uses of Interface
repast.simphony.parameter.optimizer.AdvancementChooser
Packages that use AdvancementChooser
Package
Description
-
Uses of AdvancementChooser in repast.simphony.parameter.bsf
Constructors in repast.simphony.parameter.bsf with parameters of type AdvancementChooserModifierConstructorDescriptionScriptRunner(RunResultProducer producer, AdvancementChooser chooser, File file) Creates a ScriptRunner to run the specified file using the specified RunResultProducer, and AdvancementChooser to optimize the parameters. -
Uses of AdvancementChooser in repast.simphony.parameter.optimizer
Classes in repast.simphony.parameter.optimizer that implement AdvancementChooserModifier and TypeClassDescriptionclassclassThis is a simple advancement algorithm that will perform a Hill Climbing traversal of the space.static classThis just goes FORWARD through the parameter space.Fields in repast.simphony.parameter.optimizer declared as AdvancementChooserModifier and TypeFieldDescriptionprotected AdvancementChooserOptimizedParameterSweeper.advancementChooserMethods in repast.simphony.parameter.optimizer that return AdvancementChooserModifier and TypeMethodDescriptionOptimizedParameterSweeper.getAdvancementChooser()OptPropertiesParser.getAdvancementChooser()Gets the AdvancementChooser (if any) from the class name in the properties file.Methods in repast.simphony.parameter.optimizer with parameters of type AdvancementChooserModifier and TypeMethodDescriptionvoidOptimizedParameterSweeper.setAdvancementChooser(AdvancementChooser chooser) -
Uses of AdvancementChooser in repast.simphony.parameter.xml
Constructors in repast.simphony.parameter.xml with parameters of type AdvancementChooserModifierConstructorDescriptionOptimizedXMLSweeperProducer(RunResultProducer producer, AdvancementChooser chooser, URL paramsURL) Creates an OptimizedXMLSweeperProducer from the specified parameter file, RunResultProducer, and AdvancementChooser.