ec.teambots
Class EvolvedControlSystem

java.lang.Object
  |
  +--EDU.gatech.cc.is.abstractrobot.ControlSystemS
        |
        +--ec.teambots.EvolvedControlSystem

public class EvolvedControlSystem
extends EDU.gatech.cc.is.abstractrobot.ControlSystemS

This is the superclass for all evolved robot Control Systems. Created: Thu Mar 15 15:28:30 2001 By: Liviu Panait


Fields inherited from class EDU.gatech.cc.is.abstractrobot.ControlSystemS
abstract_robot, CSSTAT_DONE, CSSTAT_ERROR, CSSTAT_OK, seed
 
Constructor Summary
EvolvedControlSystem()
           
 
Methods inherited from class EDU.gatech.cc.is.abstractrobot.ControlSystemS
configure, Configure, getAbstractRobot, Init, init, quit, takeStep, TakeStep, trialEnd, TrialEnd, trialInit, TrialInit
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EvolvedControlSystem

public EvolvedControlSystem()