Uses of Package
simuLCS

Packages that use simuLCS
simuLCS   
simuLCS.graphics   
 

Classes in simuLCS used by simuLCS
Agent
          A basic Agent, placed randomly inside the Arena and moving randomly (no specific behaviour).
AgentClassifier
          Agent having a behaviour described as a set of rules (classifiers).
AgentClassifierLearning
          Agent with a Behaviour and a Learning Classifier System plugged in.
Arena
          The Circular Arena
Classifier
          A Classifier is a rule: if CONDITION then ACTION.
ClassifierComponent
          A set of bits inside a classifier grouped because they share the same meaning.
ClassifierSet
          Set of classifiers (might be ordered) used to describe a behaviour or the population inside the LCS.
Entity
          Superclass of all the entities, providing basic functions, but relying a lot on the implementation given by subclasses.
Template
          Subclass of all the Templatee: a Template defines the meaning of the bits of a classifier.
TemplateRSP
          This Template is used to describe R.
Utils
          Utility class.
Vector2D
          Handles all the functions for 2D Vectors.
ZClassifier
          Implements the ZClassifier, ie. a Classifier with a strength.
ZClassifierSet
          Implements the main functions of our ZCS.
 

Classes in simuLCS used by simuLCS.graphics
Agent
          A basic Agent, placed randomly inside the Arena and moving randomly (no specific behaviour).
Arena
          The Circular Arena
Classifier
          A Classifier is a rule: if CONDITION then ACTION.
ClassifierComponent
          A set of bits inside a classifier grouped because they share the same meaning.
Entity
          Superclass of all the entities, providing basic functions, but relying a lot on the implementation given by subclasses.
Simulation
          Important class: handles the entities, the Thread for running the Simulation, and the Thread to update the Behaviour shown to the user when there is a GUI.
Template
          Subclass of all the Templatee: a Template defines the meaning of the bits of a classifier.
Utils
          Utility class.