Uses of Class
LearningAlgorithm

Uses of LearningAlgorithm in <Unnamed>
 

Fields in <Unnamed> declared as LearningAlgorithm
private  LearningAlgorithm TTTgui.curAlgorithm
          the current opponent
private static LearningAlgorithm TTTpanel.curOpponent
          the current opponent
private  LearningAlgorithm[] TTTengine.opponents
          the array of learning algorithms
private  LearningAlgorithm TTTengine.robixInterface
          the robix interface module and its data
private  LearningAlgorithm TTTengine.visionSystem
          the TTT vision system and its data
 

Methods in <Unnamed> that return LearningAlgorithm
 LearningAlgorithm TTTpanel.getCurAlgorithm()
          Get current opponent
 LearningAlgorithm[] TTTengine.getOpponents()
          Get the array of LA's
 LearningAlgorithm TTTengine.getRobixInterface()
          Get the Robix Interface object
 LearningAlgorithm TTTengine.getVisionSystem()
          Get the Vision System object
 

Methods in <Unnamed> with parameters of type LearningAlgorithm
 void TTTpanel.setCurAlgorithm(LearningAlgorithm opponent)
          Set the current opponent