Uses of Interface
repast.simphony.parameter.RunResultProducer
Package
Description
-
Uses of RunResultProducer in repast.simphony.parameter.bsf
ModifierConstructorDescriptionScriptRunner
(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
Modifier and TypeFieldDescriptionprotected RunResultProducer
OptimizedParameterSweeper.resultProducer
Modifier and TypeMethodDescriptionOptimizedParameterSweeper.getResultProducer()
OptPropertiesParser.getRunResultProducer()
Gets the RunResultProducer from the class name in the properties file.Modifier and TypeMethodDescriptionvoid
OptimizedParameterSweeper.setResultProducer
(RunResultProducer resultProducer) -
Uses of RunResultProducer in repast.simphony.parameter.xml
ModifierConstructorDescriptionOptimizedXMLSweeperProducer
(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.