Class SmoothedPenalizingCreepingMachineShop
java.lang.Object
org.tweetyproject.logics.pcl.analysis.AbstractCreepingMachineShop
org.tweetyproject.logics.pcl.analysis.SmoothedPenalizingCreepingMachineShop
- All Implemented Interfaces:
BeliefBaseMachineShop
This class is capable of restoring consistency of a possible inconsistent probabilistic
conditional belief set. Restoring consistency is performed by a smoothed
penalizing creeping of the original belief set towards an uniform belief set,
see [PhD thesis, Thimm] for details.
- Author:
- Matthias Thimm
-
Field Summary
Fields inherited from class org.tweetyproject.logics.pcl.analysis.AbstractCreepingMachineShop
MAX_ITERATIONS, PRECISION
-
Constructor Summary
ConstructorDescriptionSmoothedPenalizingCreepingMachineShop
(OptimizationRootFinder rootFinder, CulpabilityMeasure<ProbabilisticConditional, PclBeliefSet> culpabilityMeasure) Creates a new creeping machine shop based on the given culpability measure. -
Method Summary
Methods inherited from class org.tweetyproject.logics.pcl.analysis.AbstractCreepingMachineShop
repair
-
Constructor Details
-
SmoothedPenalizingCreepingMachineShop
public SmoothedPenalizingCreepingMachineShop(OptimizationRootFinder rootFinder, CulpabilityMeasure<ProbabilisticConditional, PclBeliefSet> culpabilityMeasure) Creates a new creeping machine shop based on the given culpability measure.- Parameters:
rootFinder
- the rootFinderculpabilityMeasure
- a culpability measure.
-