Class RandomLotteryAgent


public class RandomLotteryAgent extends AbstractLotteryAgent
A baseline agent for argumentation games who always returns some random move.
Author:
Matthias Thimm
  • Constructor Details

    • RandomLotteryAgent

      public RandomLotteryAgent(String name, DungTheory theory, UtilityFunction util, Semantics semantics)
      Creates a new agent with the given name, theory, utility function and semantics
      Parameters:
      name - the name of the agent
      theory - some theory
      util - the used utility function
      semantics - the semantics underlying the theory
  • Method Details