public class PenalizingCreepingMachineShop extends AbstractCreepingMachineShop
| Modifier and Type | Field and Description |
|---|---|
static double |
MIN_STEP_LENGTH
The minimal step length for line search.
|
static double |
STEP_LENGTH
The step length for the line search.
|
MAX_ITERATIONS, PRECISION| Constructor and Description |
|---|
PenalizingCreepingMachineShop() |
| 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
|
net.sf.tweety.commons.BeliefBase |
repair(net.sf.tweety.commons.BeliefBase beliefBase) |
characteristicFunction, initpublic static final double STEP_LENGTH
public static final double MIN_STEP_LENGTH
public net.sf.tweety.commons.BeliefBase repair(net.sf.tweety.commons.BeliefBase beliefBase)
repair in interface net.sf.tweety.commons.BeliefBaseMachineShoprepair in class AbstractCreepingMachineShopprotected double getLowerBound()
AbstractCreepingMachineShopgetLowerBound in class AbstractCreepingMachineShopprotected double getUpperBound()
AbstractCreepingMachineShopgetUpperBound in class AbstractCreepingMachineShopprotected Map<ProbabilisticConditional,net.sf.tweety.math.probability.Probability> getValues(double delta, PclBeliefSet beliefSet)
AbstractCreepingMachineShopgetValues in class AbstractCreepingMachineShopdelta - the step parameter.beliefSet - the belief set.Copyright © 2018. All rights reserved.