simbad.holodeck
Class Evaluator_BusyHallway

java.lang.Object
  extended by simbad.sim.EnvironmentDescription
      extended by simbad.holodeck.Holo
          extended by simbad.holodeck.Evaluator_Environment
              extended by simbad.holodeck.Evaluator_BusyHallway

public class Evaluator_BusyHallway
extends Evaluator_Environment


Field Summary
 
Fields inherited from class simbad.holodeck.Evaluator_Environment
fitness, isRunnable, phenome, robot
 
Fields inherited from class simbad.sim.EnvironmentDescription
ambientLightColor, archColor, backgroundColor, black, blue, boxColor, darkgray, floorColor, gray, green, hasAxis, light1Color, light1IsOn, light1Position, light2Color, light2IsOn, light2Position, ligthgray, NORMALS_REALISTIC, NORMALS_SIMPLE, normalsStyle, red, usePhysics, wallColor, white, worldSize, worldViewPoint
 
Constructor Summary
Evaluator_BusyHallway()
           
 
Method Summary
 void clearPhenome()
           
 RecurrentNeuralNetwork getPhenome()
           
 void setPhenome(RecurrentNeuralNetwork givenPhenome)
          This MUST be run before running simulations with this evaluator
 
Methods inherited from class simbad.sim.EnvironmentDescription
add, addMap, light1SetPosition, light2SetPosition, setUsePhysics, setWorldSize, showAxis
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Evaluator_BusyHallway

public Evaluator_BusyHallway()
Method Detail

setPhenome

public void setPhenome(RecurrentNeuralNetwork givenPhenome)
This MUST be run before running simulations with this evaluator

Overrides:
setPhenome in class Evaluator_Environment

getPhenome

public RecurrentNeuralNetwork getPhenome()

clearPhenome

public void clearPhenome()