Class PenalizingCreepingMachineShop

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

    public class PenalizingCreepingMachineShop
    extends AbstractCreepingMachineShop
    This class is capable of restoring consistency of a possible inconsistent probabilistic conditional belief set. Restoring consistency is performed by biased creeping of the original belief set using the cuplability vector, see [Diss, Thimm] for details.
    Author:
    Matthias Thimm
    • Field Detail

      • STEP_LENGTH

        public static final double STEP_LENGTH
        The step length for the line search.
        See Also:
        Constant Field Values
      • MIN_STEP_LENGTH

        public static final double MIN_STEP_LENGTH
        The minimal step length for line search.
        See Also:
        Constant Field Values
    • Constructor Detail

      • PenalizingCreepingMachineShop

        public PenalizingCreepingMachineShop​(net.sf.tweety.math.opt.rootFinder.OptimizationRootFinder rootFinder)