Class SokratesMLRAgent

java.lang.Object
jadex.bdi.puzzle.SokratesMLRAgent

public class SokratesMLRAgent extends Object

Puzzling agent.

This agent that plays a board game for one player. This example is a Jadex adaption of the original JACK(TM) puzzle example and was used for performance comparisons between both platforms (cf. readme.txt). This version shows how the puzzle works with a graphical board and uses a delay between the moves. Measurements were done with the Benchmark.agent in this package.
  • Constructor Details

    • SokratesMLRAgent

      public SokratesMLRAgent()
  • Method Details

    • body

      public void body(jadex.execution.IExecutionFeature exe, jadex.bdi.runtime.IBDIAgentFeature plan)
      The agent body.