Class GeneralizedMeReasoner

java.lang.Object
org.tweetyproject.logics.pcl.reasoner.AbstractPclReasoner
org.tweetyproject.logics.pcl.reasoner.GeneralizedMeReasoner
All Implemented Interfaces:
ModelProvider<ProbabilisticConditional,PclBeliefSet,ProbabilityDistribution<PossibleWorld>>, QuantitativeReasoner<PclBeliefSet,PlFormula>, Reasoner<Double,PclBeliefSet,PlFormula>

public class GeneralizedMeReasoner extends AbstractPclReasoner
This class implements a generalized maximum entropy reasoner for probabilistic conditional logic as proposed in [Potyka, Thimm, 2014] which also works for inconsistent belief sets. It computes the generalized ME-distribution for the given belief set and answers queries with respect to this ME-distribution.
Author:
Matthias Thimm