Uses of Class
org.eyelanguage.rl.reading.ReadingStateParallelRelative

Packages that use ReadingStateParallelRelative
org.eyelanguage.rl.reading Code for the Adaptive Reading Agent; see ReadingMain for parameters and default values. 
 

Uses of ReadingStateParallelRelative in org.eyelanguage.rl.reading
 

Fields in org.eyelanguage.rl.reading declared as ReadingStateParallelRelative
 ReadingStateParallelRelative SentenceWorld.setStartingState
           
 

Methods in org.eyelanguage.rl.reading that return ReadingStateParallelRelative
 ReadingStateParallelRelative ReadingStateParallelRelative.fromString(java.lang.String s)
           
 

Methods in org.eyelanguage.rl.reading with parameters of type ReadingStateParallelRelative
 int[] SentenceWorldParallel.acuityAdjustmentParallel(int previousEyePosition, ReadingStateParallelRelative currentState)
           
 void SentenceWorldParallel.advanceAttentionWindow(ReadingStateParallelRelative newState)
           
 void SentenceWorldParallel.applyAcuityAdjustmentsParallel(ReadingStateParallelRelative previousState, ReadingStateParallelRelative newState)
           
 ReadingStateRelative ParallelToSerialVFAdapter.convertParallelToSerial(ReadingStateParallelRelative s)
          Exploits the copyFrom() method of ReadingStates such that a newly created serial state (ReadingStateRelative) will automagically extract the information it needs from a parallel state -- the only other thing is that time spent attending has to be rounded to the granularity of which the agent was trained (e.g.
 void SentenceWorldParallel.performParallelLexicalProcessing(ReadingStateParallelRelative newState)
          Core function of parallel sentence world, allows the parallel attention slots to increment according to an #attentionalGradient.
 

Constructors in org.eyelanguage.rl.reading with parameters of type ReadingStateParallelRelative
ReadingStateParallelRelative(ReadingStateParallelRelative s)