pl.edu.agh.scalamas.mas

async

package async

Visibility
  1. Public
  2. All

Type Members

  1. class Arena extends Actor

  2. class AsyncEnvironment extends Actor

    An asynchronous island implementation.

    An asynchronous island implementation. This island spawns separate actors for all agents (individuals actors). It also spawns a separate actor for every supported behaviour (arena actors). The individuals choose an arena based on the behaviour function and the state of the agent and send the agent to the arena. Arenas gather incoming agents and perform the meeting according to the meetings function and the capacity of the behaviour.

  3. class Individual extends Actor

Value Members

  1. object Arena

  2. object AsyncEnvironment

  3. object Individual

Ungrouped