Package | Description |
---|---|
p3j.experiment | |
p3j.simulation | |
p3j.simulation.assignments.exhaustive | |
p3j.simulation.assignments.plugintype | |
p3j.simulation.assignments.random |
Modifier and Type | Method and Description |
---|---|
Class<? extends IParamAssignmentGenerator> |
ExperimentDefinition.getSimulator()
Gets the simulator.
|
Modifier and Type | Method and Description |
---|---|
void |
ExperimentDefinition.setSimulator(Class<? extends IParamAssignmentGenerator> simulator)
Sets the simulator.
|
Constructor and Description |
---|
ExperimentDefinition(ProjectionModel proj,
long randS,
Date currentDate,
String userName,
Class<? extends IParamAssignmentGenerator> sim)
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
protected org.jamesii.core.util.misc.Pair<Map<ParameterInstance,ParameterAssignment>,List<GeneratorError>> |
SingleExecution.chooseAssignment(IParamAssignmentGenerator generator,
org.jamesii.core.math.random.generators.IRandom rng)
Lets the
IParamAssignmentGenerator choose a valid assignment and
sets up all auxiliary data structures according to this. |
org.jamesii.core.util.misc.Pair<ExecutionSummary,List<GeneratorError>> |
SingleExecution.execute(IParamAssignmentGenerator generator)
Sets up and executes a single variable assignment for the PPPM.
|
Constructor and Description |
---|
PPPMProcessor(IProjectionModel mod,
IParamAssignmentGenerator gen)
Default constructor.
|
Modifier and Type | Class and Description |
---|---|
class |
ExhaustiveAssignmentGenerator
Generator that analyses probabilities to select the most probable
combinations first (and also avoid re-trying existing combinations).
|
Modifier and Type | Method and Description |
---|---|
IParamAssignmentGenerator |
ExhaustiveParamAssignmentGenFactory.create(org.jamesii.core.parameters.ParameterBlock params) |
Modifier and Type | Method and Description |
---|---|
abstract IParamAssignmentGenerator |
ParamAssignmentGenFactory.create(org.jamesii.core.parameters.ParameterBlock params)
Creates an
IParamAssignmentGenerator instance. |
Modifier and Type | Class and Description |
---|---|
class |
RandomParamAssignmentGenerator
Simple parameter assignment generator that just employs random sampling.
|
Modifier and Type | Method and Description |
---|---|
IParamAssignmentGenerator |
RandomParamAssignmentGenFactory.create(org.jamesii.core.parameters.ParameterBlock params) |
Copyright © 2013. All Rights Reserved.