Uses of Package
uchicago.src.repastdemos.neural

Packages that use uchicago.src.repastdemos.neural
uchicago.src.repastdemos.neural   
uchicago.src.repastdemos.neuralfromfile   
 

Classes in uchicago.src.repastdemos.neural used by uchicago.src.repastdemos.neural
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.
Office
          The space that the employees work in.
 

Classes in uchicago.src.repastdemos.neural used by uchicago.src.repastdemos.neuralfromfile
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.