Package uchicago.src.repastdemos.neural

Class Summary
Boss This class represents the agent who gives orders to the employees.
Consultant This is the agent that either praises or scolds Employees based on the actions they performed according to the boss commands they received.
Employee This class represents the agents who are to perform an action for the Boss.
NeuralModel This demo illustrates the use of the neural network package in an agent.
Office The space that the employees work in.
Stapler The class used to draw the goal of the agents (the stapler).