Uses of Class
repast.simphony.parameter.ParameterTreeSweeper
Package
Description
-
Uses of ParameterTreeSweeper in repast.simphony.parameter
Modifier and TypeMethodDescriptionSweeperProducer.getParameterSweeper()
Gets the ParameterTreeSweeper produced by this SweeperProducer.ParameterSweeperBuilder.getSweeper()
Gets the ParameterTreeSweeper containing the added parameter setters.ModifierConstructorDescriptionCreates ParameterSweeperBuilder with the specified ParameterTreeSweeper. -
Uses of ParameterTreeSweeper in repast.simphony.parameter.bsf
Modifier and TypeMethodDescriptionScriptRunner.getParameterSweeper()
Gets the ParameterTreeSweeper reated by the script via the ParameterSweeperBuilder. -
Uses of ParameterTreeSweeper in repast.simphony.parameter.groovy
Modifier and TypeMethodDescriptionGroovyRunner.getParameterSweeper()
Gets the ParameterTreeSweeper produced by this SweeperProducer. -
Uses of ParameterTreeSweeper in repast.simphony.parameter.optimizer
Modifier and TypeClassDescriptionclass
AParameterSweeper
that attempts to traverse the space in an optimized manner. -
Uses of ParameterTreeSweeper in repast.simphony.parameter.xml
Modifier and TypeFieldDescriptionprotected ParameterTreeSweeper
AbstractXMLSweeperProducer.sweeper
Modifier and TypeMethodDescriptionAbstractXMLSweeperProducer.getParameterSweeper()
Gets the ParameterTreeSweeper produced by this SweeperProducer.Modifier and TypeMethodDescriptionParameterSweepParser.parse()
Parse the url and return the created ParameterTreeSweeper.ModifierConstructorDescriptionParameterSweepParser
(ParameterTreeSweeper sweeper, URL paramsURL) Creates a ParameterSweeper parser to use the specified sweeper and to parse the specified URL.