[This is preliminary documentation and is subject to change.]
The QBPNetwork type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
ChosenOutput |
Gets or sets the chosen output (to be used for learning)
(Inherited from ReinforcementTrainableBPNetwork.) |
![]() |
CommitLock |
Gets the thread locker that should be used during committing process of a component
(Inherited from ClarionComponent.) |
![]() |
DesiredOutput |
Sets the desired output for the backpropagation network
(Inherited from BPNetwork.) |
![]() |
EligibilityCheckerDelegate |
Gets the eligibility checker delegate (if one was specified during initialization, otherwise this will return null)
(Inherited from ClarionComponent.) |
![]() |
ExtractionMethod |
Gets the extraction checker delegate (if one was specified during initialization, otherwise this will return null)
(Inherited from ReinforcementTrainableBPNetwork.) |
![]() ![]() |
Factory |
Gets the factory used for generating QBPNetwork components
|
![]() |
FactoryParameters |
Gets or sets the parameters that were used by the factory in order to generate the component
(Inherited from ClarionComponent.) |
![]() |
Feedback |
Gets or sets the feedback relating to the chosen output (to be used for learning)
(Inherited from ReinforcementTrainableBPNetwork.) |
![]() ![]() |
GlobalParameters |
Gets the global parameters for the QBPNetwork class
|
![]() |
Hidden |
Gets the activations for the hidden layer
(Inherited from NeuralNetwork.) |
![]() |
HiddenCount |
Used to specify the number of nodes for the hidden layer
(Inherited from NeuralNetwork.) |
![]() |
HiddenThresholds |
Gets the thresholds for the hidden layer
(Inherited from NeuralNetwork.) |
![]() |
HiddenToOutputWeights |
Gets the hidden to output layer weight matrix
(Inherited from NeuralNetwork.) |
![]() |
InitializeOnCommit |
Specifies whether initialization operations should be performed when the component in committed
(Inherited from ClarionComponent.) |
![]() |
Input |
Gets or sets the input layer of the implicit component
(Inherited from ImplicitComponent.) |
![]() |
InputToHiddenWeights |
Gets the input to hidden layer weight matrix
(Inherited from NeuralNetwork.) |
![]() |
IsReadOnly |
Specifies whether the component is in a read-only (i.e., immutable) state
(Inherited from ClarionComponent.) |
![]() |
LastEligibleTimeStamp |
Gets or sets the time stamp for the last time the component was eligible
(Inherited from ClarionComponent.) |
![]() |
MatchMethod |
Gets the positive match determiner delegate (if one was specified during initialization, otherwise this will return null)
(Inherited from ReinforcementTrainableBPNetwork.) |
![]() |
MaxQ |
Gets the MaxQ value based on the new input
|
![]() |
NegativeMatch |
Gets or sets the positive match statistic
(Inherited from ReinforcementTrainableBPNetwork.) |
![]() |
NewInput |
Sets the next sensory information input (used to perform Q-learning)
|
![]() |
Output |
Gets the output layer of the implicit component
(Inherited from ImplicitComponent.) |
![]() |
OutputThresholds |
Gets the thresholds for the output layer
(Inherited from NeuralNetwork.) |
![]() |
Parameters |
Gets the local parameters for this Q-learning backpropagation network
|
![]() |
PositiveMatch |
Gets or sets the positive match statistic
(Inherited from ReinforcementTrainableBPNetwork.) |
Explicit Interface Implementations
Name | Description | |
---|---|---|
![]() ![]() |
ISubscribes<(Of <<'(ParameterChangeRequestedEventArgs>)>>)..::..OnEventHandler | (Inherited from ClarionComponent.) |
![]() ![]() |
ISubscribes..::..PublicationTimingsSpecifiedEventHandler | (Inherited from ClarionComponent.) |
![]() ![]() |
ISubscribes..::..PublisherAvailableEventHandler | (Inherited from ClarionComponent.) |
![]() ![]() |
ISubscribes..::..PublisherRemovedEventHandler | (Inherited from ClarionComponent.) |