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
A lottery agent that selects actions based on a utility function.Subclasses with type arguments of type AbstractLotteryAgent in org.tweetyproject.agents.dialogues.lotteriesModifier and TypeClassDescriptionclass
This multi-agent system models a lottery dialogue game between a lottery agent and a dummy agentMethods in org.tweetyproject.agents.dialogues.lotteries with parameters of type AbstractLotteryAgent -
Uses of AbstractLotteryAgent in org.tweetyproject.agents.dialogues.lotteries.sim
Classes in org.tweetyproject.agents.dialogues.lotteries.sim that implement interfaces with type arguments of type AbstractLotteryAgentModifier and TypeClassDescriptionclass
Creates direct game protocols.class
Generates dummy lottery agents.class
Generates lottery games.class
Generates lottery agents.class
Generates baseline lottery agents.class
Generates baseline lottery agents.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)