|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of GeneratorError in p3j.misc.errors |
---|
Subclasses of GeneratorError in p3j.misc.errors | |
---|---|
class |
ProbabilityError
An exception that represents an error with a set of probabilities. |
Uses of GeneratorError in p3j.misc.math |
---|
Method parameters in p3j.misc.math with type arguments of type GeneratorError | ||
---|---|---|
|
RandomNumberChecks.checkProbabilitySetting(String name,
Collection<V> objects,
List<GeneratorError> errors)
Tries to repeat values before throwing an exceptions. |
Uses of GeneratorError in p3j.pppm.parameters |
---|
Methods in p3j.pppm.parameters that return types with arguments of type GeneratorError | |
---|---|
List<GeneratorError> |
ParameterAssignmentSet.adjustProbability()
Adjusts probability using the RandomNumberChecks singleton. |
Uses of GeneratorError in p3j.simulation |
---|
Methods in p3j.simulation that return types with arguments of type GeneratorError | |
---|---|
protected james.core.util.misc.Pair<Map<ParameterInstance,ParameterAssignment>,List<GeneratorError>> |
SingleExecution.chooseAssignment(IParamAssignmentGenerator generator,
james.core.math.random.generators.IRandom rng)
Lets the IParamAssignmentGenerator choose a valid assignment and
sets up all auxiliary data structures according to this. |
james.core.util.misc.Pair<ExecutionSummary,List<GeneratorError>> |
SingleExecution.execute(IParamAssignmentGenerator generator)
Sets up and executes a single variable assignment for the PPPM. |
Uses of GeneratorError in p3j.simulation.assignments.exhaustive |
---|
Methods in p3j.simulation.assignments.exhaustive that return types with arguments of type GeneratorError | |
---|---|
james.core.util.misc.Pair<Map<ParameterInstance,ParameterAssignment>,List<GeneratorError>> |
ExhaustiveAssignmentGenerator.chooseParamAssignments(james.core.math.random.generators.IRandom random)
|
Uses of GeneratorError in p3j.simulation.assignments.plugintype |
---|
Methods in p3j.simulation.assignments.plugintype that return types with arguments of type GeneratorError | |
---|---|
james.core.util.misc.Pair<Map<ParameterInstance,ParameterAssignment>,List<GeneratorError>> |
IParamAssignmentGenerator.chooseParamAssignments(james.core.math.random.generators.IRandom random)
This is the main execution method for PPPM simulators/analysers. mapping from each ParameterInstance defined in the
ProjectionModel to one ParameterAssignment to be
used in the calculation. |
Uses of GeneratorError in p3j.simulation.assignments.random |
---|
Methods in p3j.simulation.assignments.random that return types with arguments of type GeneratorError | |
---|---|
james.core.util.misc.Pair<Map<ParameterInstance,ParameterAssignment>,List<GeneratorError>> |
RandomParamAssignmentGenerator.chooseParamAssignments(james.core.math.random.generators.IRandom random)
|
Method parameters in p3j.simulation.assignments.random with type arguments of type GeneratorError | |
---|---|
Map<ParameterInstance,ParameterAssignment> |
RandomParamAssignmentGenerator.chooseParameterAssignmentsRandomly(Set set,
RandomNumberChecks rnc,
james.core.math.random.generators.IRandom rand,
List<GeneratorError> errorLog)
Executes second level of Monte-Carlo simulation. |
Set |
RandomParamAssignmentGenerator.chooseSetRandomly(SetType setType,
RandomNumberChecks rnc,
james.core.math.random.generators.IRandom rand,
List<GeneratorError> errorLog)
Chooses a set randomly. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |