Modifier and Type | Class and Description |
---|---|
class |
ProbabilityError
An exception that represents an error with a set of probabilities.
|
Modifier and Type | Method and Description |
---|---|
<V extends IStochasticOccurrence> |
RandomNumberChecks.checkProbabilitySetting(String name,
Collection<V> objects,
List<GeneratorError> errors)
Tries to repeat values before throwing an exceptions.
|
Modifier and Type | Method and Description |
---|---|
List<GeneratorError> |
ParameterAssignmentSet.adjustProbability()
Adjusts probability using the
RandomNumberChecks singleton. |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
james.core.util.misc.Pair<Map<ParameterInstance,ParameterAssignment>,List<GeneratorError>> |
ExhaustiveAssignmentGenerator.chooseParamAssignments(james.core.math.random.generators.IRandom random) |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
james.core.util.misc.Pair<Map<ParameterInstance,ParameterAssignment>,List<GeneratorError>> |
RandomParamAssignmentGenerator.chooseParamAssignments(james.core.math.random.generators.IRandom random) |
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2012. All Rights Reserved.