Class SmoothedPenalizingCreepingMachineShop

  • All Implemented Interfaces:
    net.sf.tweety.commons.BeliefBaseMachineShop

    public class SmoothedPenalizingCreepingMachineShop
    extends AbstractCreepingMachineShop
    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
    • Constructor Detail

      • SmoothedPenalizingCreepingMachineShop

        public SmoothedPenalizingCreepingMachineShop​(net.sf.tweety.math.opt.rootFinder.OptimizationRootFinder rootFinder,
                                                     net.sf.tweety.logics.commons.analysis.CulpabilityMeasure<ProbabilisticConditional,​PclBeliefSet> culpabilityMeasure)
        Creates a new creeping machine shop based on the given culpability measure.
        Parameters:
        culpabilityMeasure - a culpability measure.