Class ProbabilisticLotteryAgentGenerator

java.lang.Object
org.tweetyproject.agents.dialogues.lotteries.sim.ProbabilisticLotteryAgentGenerator
All Implemented Interfaces:
AgentGenerator<AbstractLotteryAgent,LotteryGameSystem>

public class ProbabilisticLotteryAgentGenerator extends Object implements AgentGenerator<AbstractLotteryAgent,LotteryGameSystem>
Generates lottery agents.
Author:
Matthias Thimm
  • Constructor Details

    • ProbabilisticLotteryAgentGenerator

      public ProbabilisticLotteryAgentGenerator(String name)
    • ProbabilisticLotteryAgentGenerator

      public ProbabilisticLotteryAgentGenerator(String name, byte updatestrategy)
    • ProbabilisticLotteryAgentGenerator

      public ProbabilisticLotteryAgentGenerator(String name, byte updatestrategy, double stickynesscoefficient)
  • Method Details