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 TypeClassDescriptionclass
Audience agents (do nothing) for argumentation games.class
An agent in a game of argumentation lotteries.class
A baseline agent for argumentation games who always returns some random move.class
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)