Uses of Interface
uchicago.src.sim.engine.AutoStepable

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

Uses of AutoStepable in uchicago.src.repastdemos.genetic
 

Classes in uchicago.src.repastdemos.genetic that implement AutoStepable
 class Competitor
          This is an agent in the simulation.
 class Judge
          This is the agent that adjusts the location of Competitors based on the correctness of their solution.
 

Uses of AutoStepable in uchicago.src.repastdemos.neural
 

Classes in uchicago.src.repastdemos.neural that implement AutoStepable
 class Boss
          This class represents the agent who gives orders to the employees.
 class Consultant
          This is the agent that either praises or scolds Employees based on the actions they performed according to the boss commands they received.
 class Employee
          This class represents the agents who are to perform an action for the Boss.
 

Uses of AutoStepable in uchicago.src.repastdemos.neuralfromfile
 

Classes in uchicago.src.repastdemos.neuralfromfile that implement AutoStepable
 class TrainedEmployee
          An employee that performs actions based on a neural network stored in a file.