[This is preliminary documentation and is subject to change.]

The Agent..::..AgentParameters type exposes the following members.

Properties

  Name Description
Public property ACTUATION_TIME
Actuation time (used for calculating response time)
Public property ACTUATION_TIME_VARIABILITY_THRESHOLD
The variability threshold for actuation time
Public property IN_REAL_TIME
Specifies whether the agent should run in "real time" or "simulated time"
Protected property IsGlobal
Used to specify whether the particular instance of the parameters class is being used for global or local parameters
Public property MAX_ACTIVATION
The maximum value for either the activations in the sensory information or the feedback that is perceived/received by the agent
Public property MAX_RESPONSE_TIME
Gets the maximum response time
Public property MIN_ACTIVATION
The minimum value for either the activations in the sensory information or the feedback that is perceived/received by the agent
Protected property Static member ParameterChange_EventInvoked
Used to specify that a global parameter change event in in progress
Public property PERCEPTION_TIME
Perception time (used for calculating response time)
Public property PERCEPTION_TIME_VARIABILITY_THRESHOLD
The variability threshold for perception time
Public property PREVIOUS_RT_CAPACITY
The number of previous time stamps that are tracked (for the purpose of reporting response times)

See Also