Uses of Class
net.sf.tweety.arg.prob.lotteries.UtilityFunction
-
Packages that use UtilityFunction Package Description net.sf.tweety.agents.dialogues.lotteries -
-
Uses of UtilityFunction in net.sf.tweety.agents.dialogues.lotteries
Constructors in net.sf.tweety.agents.dialogues.lotteries with parameters of type UtilityFunction Constructor Description ProbabilisticLotteryAgent(java.lang.String name, DungTheory theory, SubgraphProbabilityFunction prob, UtilityFunction util, Semantics semantics)
Creates a new lottery agentProbabilisticLotteryAgent(java.lang.String name, DungTheory theory, SubgraphProbabilityFunction prob, UtilityFunction util, Semantics semantics, byte updatestrategy)
Creates a new lottery agentProbabilisticLotteryAgent(java.lang.String name, DungTheory theory, SubgraphProbabilityFunction prob, UtilityFunction util, Semantics semantics, byte updatestrategy, double stickynesscoefficient)
Creates a new lottery agentRandomLotteryAgent(java.lang.String name, DungTheory theory, UtilityFunction util, Semantics semantics)
Creates a new agent with the given name, theory, utility function and semanticsUtilityBasedLotteryAgent(java.lang.String name, DungTheory theory, UtilityFunction util, Semantics semantics)
-