Uses of Class
net.royalur.agent.BaseAgent

Packages that use BaseAgent
Package
Description
 
  • Uses of BaseAgent in net.royalur.agent

    Subclasses of BaseAgent in net.royalur.agent
    Modifier and Type
    Class
    Description
    class 
    An agent that prioritises moving the least advanced piece, and avoids introducing pieces, moving on to rosettes, or capturing.
    class 
    An agent that prioritises capturing, followed by moving on to rosettes, and that prioritises moving the most advanced piece.
    class 
    An agent that makes deterministic move choices for testing.
    class 
    A variant of LutAgent that tries to make the worst moves possible.
    class 
    An agent that prioritises capturing, followed by moving on to rosettes, and that prioritises moving the most advanced piece.
    class 
    An agent that prioritises capturing, followed by moving on to rosettes, and that prioritises moving the least advanced piece.
    class 
    An agent that makes deterministic move choices for testing.
    class 
    Uses a lookup-table to decide the move to make.
    class 
    An agent that makes random moves in games.