public class UnbiasedCreepingMachineShop extends AbstractCreepingMachineShop
MAX_ITERATIONS, PRECISION| Constructor and Description |
|---|
UnbiasedCreepingMachineShop() |
| Modifier and Type | Method and Description |
|---|---|
protected double |
getLowerBound()
Retrieves the lower bound for delta for this machine shop.
|
protected double |
getUpperBound()
Retrieves the upper bound for delta for this machine shop.
|
protected java.util.Map<ProbabilisticConditional,Probability> |
getValues(double delta,
PclBeliefSet beliefSet)
Computes the values of the conditionals for step delta
|
characteristicFunction, init, repairprotected java.util.Map<ProbabilisticConditional,Probability> getValues(double delta, PclBeliefSet beliefSet)
AbstractCreepingMachineShopgetValues in class AbstractCreepingMachineShopdelta - the step parameter.beliefSet - the belief set.protected double getLowerBound()
AbstractCreepingMachineShopgetLowerBound in class AbstractCreepingMachineShopprotected double getUpperBound()
AbstractCreepingMachineShopgetUpperBound in class AbstractCreepingMachineShop