Uses of Class
repast.simphony.parameter.ParameterTreeSweeper
Packages that use ParameterTreeSweeper
Package
Description
-
Uses of ParameterTreeSweeper in repast.simphony.parameter
Methods in repast.simphony.parameter that return ParameterTreeSweeperModifier and TypeMethodDescriptionSweeperProducer.getParameterSweeper()
Gets the ParameterTreeSweeper produced by this SweeperProducer.ParameterSweeperBuilder.getSweeper()
Gets the ParameterTreeSweeper containing the added parameter setters.Constructors in repast.simphony.parameter with parameters of type ParameterTreeSweeperModifierConstructorDescriptionCreates ParameterSweeperBuilder with the specified ParameterTreeSweeper. -
Uses of ParameterTreeSweeper in repast.simphony.parameter.bsf
Methods in repast.simphony.parameter.bsf that return ParameterTreeSweeperModifier and TypeMethodDescriptionScriptRunner.getParameterSweeper()
Gets the ParameterTreeSweeper reated by the script via the ParameterSweeperBuilder. -
Uses of ParameterTreeSweeper in repast.simphony.parameter.groovy
Methods in repast.simphony.parameter.groovy that return ParameterTreeSweeperModifier and TypeMethodDescriptionGroovyRunner.getParameterSweeper()
Gets the ParameterTreeSweeper produced by this SweeperProducer. -
Uses of ParameterTreeSweeper in repast.simphony.parameter.optimizer
Subclasses of ParameterTreeSweeper in repast.simphony.parameter.optimizerModifier and TypeClassDescriptionclass
AParameterSweeper
that attempts to traverse the space in an optimized manner. -
Uses of ParameterTreeSweeper in repast.simphony.parameter.xml
Fields in repast.simphony.parameter.xml declared as ParameterTreeSweeperModifier and TypeFieldDescriptionprotected ParameterTreeSweeper
AbstractXMLSweeperProducer.sweeper
Methods in repast.simphony.parameter.xml that return ParameterTreeSweeperModifier and TypeMethodDescriptionAbstractXMLSweeperProducer.getParameterSweeper()
Gets the ParameterTreeSweeper produced by this SweeperProducer.Methods in repast.simphony.parameter.xml that return types with arguments of type ParameterTreeSweeperModifier and TypeMethodDescriptionParameterSweepParser.parse()
Parse the url and return the created ParameterTreeSweeper.Constructors in repast.simphony.parameter.xml with parameters of type ParameterTreeSweeperModifierConstructorDescriptionParameterSweepParser
(ParameterTreeSweeper sweeper, URL paramsURL) Creates a ParameterSweeper parser to use the specified sweeper and to parse the specified URL.