public class SmoothedPenalizingCreepingMachineShop extends AbstractCreepingMachineShop
MAX_ITERATIONS, PRECISION| Constructor and Description |
|---|
SmoothedPenalizingCreepingMachineShop(net.sf.tweety.logics.commons.analysis.CulpabilityMeasure<ProbabilisticConditional,PclBeliefSet> culpabilityMeasure)
Creates a new creeping machine shop based on the given culpability measure.
|
| 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 Map<ProbabilisticConditional,net.sf.tweety.math.probability.Probability> |
getValues(double delta,
PclBeliefSet beliefSet)
Computes the values of the conditionals for step delta
|
protected void |
init(PclBeliefSet beliefSet)
Performs some optional initializations before beginning
to restore consistency.
|
characteristicFunction, repairpublic SmoothedPenalizingCreepingMachineShop(net.sf.tweety.logics.commons.analysis.CulpabilityMeasure<ProbabilisticConditional,PclBeliefSet> culpabilityMeasure)
culpabilityMeasure - a culpability measure.protected Map<ProbabilisticConditional,net.sf.tweety.math.probability.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 AbstractCreepingMachineShopprotected void init(PclBeliefSet beliefSet)
AbstractCreepingMachineShopinit in class AbstractCreepingMachineShopbeliefSet - a PCL belief set.Copyright © 2018. All rights reserved.