Uses of Interface
repast.simphony.parameter.RunResultProducer
Packages that use RunResultProducer
Package
Description
-
Uses of RunResultProducer in repast.simphony.parameter.bsf
Constructors in repast.simphony.parameter.bsf with parameters of type RunResultProducerModifierConstructorDescriptionScriptRunner(RunResultProducer producer, File file) Creates a ScriptRunner to run the specified file using the specified RunResultProducer to optimize the parameters.ScriptRunner(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 RunResultProducer in repast.simphony.parameter.optimizer
Fields in repast.simphony.parameter.optimizer declared as RunResultProducerModifier and TypeFieldDescriptionprotected RunResultProducerOptimizedParameterSweeper.resultProducerMethods in repast.simphony.parameter.optimizer that return RunResultProducerModifier and TypeMethodDescriptionOptimizedParameterSweeper.getResultProducer()OptPropertiesParser.getRunResultProducer()Gets the RunResultProducer from the class name in the properties file.Methods in repast.simphony.parameter.optimizer with parameters of type RunResultProducerModifier and TypeMethodDescriptionvoidOptimizedParameterSweeper.setResultProducer(RunResultProducer resultProducer) -
Uses of RunResultProducer in repast.simphony.parameter.xml
Constructors in repast.simphony.parameter.xml with parameters of type RunResultProducerModifierConstructorDescriptionOptimizedXMLSweeperProducer(RunResultProducer producer, URL paramsURL) Creates an OptimizedXMLSweeperProducer from the specified parameter file and RunResultProducer.OptimizedXMLSweeperProducer(RunResultProducer producer, AdvancementChooser chooser, URL paramsURL) Creates an OptimizedXMLSweeperProducer from the specified parameter file, RunResultProducer, and AdvancementChooser.