Package fr.lifl.jedi.controllersCore.orderingPolicies

Package where agent sequence ordering policies are defined.

See:
          Description

Class Summary
RandomAgentOrderingPolicy Agent ordering policy that orders agents at random.
 

Package fr.lifl.jedi.controllersCore.orderingPolicies Description

Package where agent sequence ordering policies are defined.

This package and its subpackage are the fruits of works lead by the SMAC (which stands for "Systèmes Multi-Agents et Comportements" -- i.e. Multi-Agent Systems and Behavior in english) Research Team, from the University of Lille, France.

This version of JEDI was written by :

Contact : philippe (d) mathieu (a) lifl (d) fr
Replace (d) with a dot, and (a) with an @.

Package contents

This package contains classes that correspond to ordering policies used in the simulations main loop. This policy reorders the sequence in which agents are told to behave during each time step.