| Package | Description |
|---|---|
| net.sf.tweety.agents.dialogues.lotteries | |
| net.sf.tweety.agents.dialogues.lotteries.sim |
| Modifier and Type | Class and Description |
|---|---|
class |
DummyLotteryAgent
Audience agents (do nothing) for argumentation games.
|
class |
ProbabilisticLotteryAgent
An agent in a game of argumentation lotteries.
|
class |
RandomLotteryAgent
A baseline agent for argumentation games who always
returns some random move.
|
class |
UtilityBasedLotteryAgent |
| Modifier and Type | Method and Description |
|---|---|
boolean |
LotteryGameSystem.add(AbstractLotteryAgent e) |
| Modifier and Type | Method and Description |
|---|---|
AbstractLotteryAgent |
UtilityBasedAgentGenerator.generate(LotteryGameSystem mas,
SimulationParameters params) |
AbstractLotteryAgent |
RandomLotteryAgentGenerator.generate(LotteryGameSystem mas,
SimulationParameters params) |
AbstractLotteryAgent |
ProbabilisticLotteryAgentGenerator.generate(LotteryGameSystem mas,
SimulationParameters params) |
AbstractLotteryAgent |
DummyAgentGenerator.generate(LotteryGameSystem mas,
SimulationParameters params) |