Modifier and Type | Method and Description |
---|---|
ParameterAssignment |
IP3MDatabase.newParameterAssignment(ParameterInstance paramInstance,
String name,
String description,
double probability,
double deviation,
Matrix2D value)
Creates a new parameter assignment.
|
Modifier and Type | Method and Description |
---|---|
List<ParameterAssignment> |
IP3MDatabase.getAllParameterAssignments(ParameterInstance paramInstance)
Retrieves all
ParameterAssignment entities for a certain
ParameterInstance . |
Modifier and Type | Method and Description |
---|---|
boolean |
IP3MDatabase.deleteParameterAssignment(ParameterAssignment assignment)
Deletes given parameter assignment.
|
void |
IP3MDatabase.saveParameterAssignment(ParameterAssignment assignment)
Saves given parameter assignment.
|
Modifier and Type | Method and Description |
---|---|
ParameterAssignment |
P3MDatabase.newParameterAssignment(ParameterInstance paramInstance,
String name,
String description,
double probability,
double deviation,
Matrix2D value) |
Modifier and Type | Method and Description |
---|---|
List<ParameterAssignment> |
P3MDatabase.getAllParameterAssignments(ParameterInstance param) |
Modifier and Type | Method and Description |
---|---|
boolean |
P3MDatabase.deleteParameterAssignment(ParameterAssignment assignment) |
void |
P3MDatabase.saveParameterAssignment(ParameterAssignment assignment) |
Modifier and Type | Method and Description |
---|---|
Map<ParameterInstance,ParameterAssignment> |
ResultsOfTrial.getAssignment() |
Map<ParameterInstance,ParameterAssignment> |
ExecutionSummary.getParamAssignments() |
Modifier and Type | Method and Description |
---|---|
int[] |
ParameterAssumptionEncoder.encode(Map<ParameterInstance,ParameterAssignment> assignment)
Encode a given instance -> assignment mapping to array.
|
void |
ResultsOfTrial.setAssignment(Map<ParameterInstance,ParameterAssignment> assignment) |
String |
ParameterAssumptionEncoder.verboseEncoding(Map<ParameterInstance,ParameterAssignment> assignment)
Returns a verbose encoding of a given assignment.
|
Constructor and Description |
---|
ExecutionSummary(Map<ParameterInstance,ParameterAssignment> assignment)
Instantiates a new execution summary.
|
Constructor and Description |
---|
EditMatrixDialog(Frame owner,
ParameterAssignment pAssign)
Default constructor.
|
MoveAssignmentToSetDialog(ParameterAssignment parameterAssignment,
IProjectionTree projTree,
Set assignmentSet,
SetType currentSetType)
Instantiates a new move assignment to set dialog.
|
Constructor and Description |
---|
EditMatrixPanel(ParameterAssignment pAssignment)
Default constructor.
|
Constructor and Description |
---|
ParameterAssignmentNode(ParameterAssignment assignment)
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
ParameterAssignment |
ParameterAssignment.getCopy()
Copies the assignment.
|
Modifier and Type | Method and Description |
---|---|
Set<ParameterAssignment> |
ParameterAssignmentSet.getAssignments() |
Modifier and Type | Method and Description |
---|---|
void |
ParameterAssignmentSet.add(ParameterAssignment paramAssignment)
Adds a parameter assignment to the set.
|
int |
ParameterAssignmentComparator.compare(ParameterAssignment assignment1,
ParameterAssignment assignment2) |
void |
ParameterAssignmentSet.remove(ParameterAssignment paramAssignment)
Removes the parameter assignment from the set.
|
Modifier and Type | Method and Description |
---|---|
void |
ParameterAssignmentSet.setAssignments(Set<ParameterAssignment> assignments) |
Modifier and Type | Method and Description |
---|---|
void |
Set.addParameterAssignment(ParameterAssignment paramAssign)
Adds a new parameter assignment.
|
void |
Set.removeParameterAssignment(ParameterAssignment paramAssign)
Removes a parameter assignment.
|
protected void |
Set.setProblemOccurred(ParameterAssignment assignment)
Throws a
RuntimeException reporting on problems while processing a
ParameterAssignment . |
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. |
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) |
protected Map<ParameterInstance,ParameterAssignment> |
ExhaustiveAssignmentGenerator.createMapping(List<Integer> indices)
Puts all assignments for the given index list into one map.
|
Map<ParameterInstance,ParameterAssignment> |
SetTypeManager.getAssignment(int assignmentIndex)
Gets i-th most probable assignment.
|
protected Map<ParameterInstance,ParameterAssignment> |
SetManager.getCurrentMapping()
Creates mapping from all
ParameterInstance objects covered by the
SetType of the managed Set to the currently selected
ParameterAssignment instances. |
protected james.core.util.misc.Pair<Map<ParameterInstance,ParameterAssignment>,Double> |
ExhaustiveAssignmentGenerator.nextAssignment()
Generates next assignment.
|
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) |
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.
|
Copyright © 2012. All Rights Reserved.