Uses of Class
org.joone.engine.RTRLLearnerFactory.InitialState

Packages that use RTRLLearnerFactory.InitialState
org.joone.engine   
 

Uses of RTRLLearnerFactory.InitialState in org.joone.engine
 

Fields in org.joone.engine with type parameters of type RTRLLearnerFactory.InitialState
protected  java.util.List<RTRLLearnerFactory.InitialState> RTRLLearnerFactory.Node.initialStates
          The list of initial states that fire into this node, not used at present but maybe for a future version in which the state is also optimised.
 

Methods in org.joone.engine that return RTRLLearnerFactory.InitialState
protected  RTRLLearnerFactory.InitialState RTRLLearnerFactory.getInitialState(RTRLLearnerFactory.Node input, RTRLLearnerFactory.Node output)
          Determine and return the initial state that impacts on an output node from a given input node firing into it.
 



Submit Feedback to pmarrone@users.sourceforge.net