Uses of Class
org.tweetyproject.agents.dialogues.lotteries.AbstractLotteryAgent
Packages that use AbstractLotteryAgent
Package
Description
-
Uses of AbstractLotteryAgent in org.tweetyproject.agents.dialogues.lotteries
Subclasses of AbstractLotteryAgent in org.tweetyproject.agents.dialogues.lotteriesModifier and TypeClassDescriptionclassAudience agents (do nothing) for argumentation games.classAn agent in a game of argumentation lotteries.classA baseline agent for argumentation games who always returns some random move.classA lottery agent that selects actions based on a utility function.Methods in org.tweetyproject.agents.dialogues.lotteries with parameters of type AbstractLotteryAgent -
Uses of AbstractLotteryAgent in org.tweetyproject.agents.dialogues.lotteries.sim
Methods in org.tweetyproject.agents.dialogues.lotteries.sim that return AbstractLotteryAgentModifier and TypeMethodDescriptionDummyAgentGenerator.generate(LotteryGameSystem mas, SimulationParameters params) ProbabilisticLotteryAgentGenerator.generate(LotteryGameSystem mas, SimulationParameters params) RandomLotteryAgentGenerator.generate(LotteryGameSystem mas, SimulationParameters params) UtilityBasedAgentGenerator.generate(LotteryGameSystem mas, SimulationParameters params)