[This is preliminary documentation and is subject to change.]
The SimplifiedQBPNetwork type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
CheckExtraction |
Indicates whether or not a rule should be extracted from the reinforcement-trainable backpropagation network
(Inherited from ReinforcementTrainableBPNetwork.) |
![]() |
Commit |
Commits the backpropagation network
(Inherited from BPNetwork.) |
![]() |
ComputeHiddenActivation |
Computes the hidden layer activation
(Inherited from BPNetwork.) |
![]() |
ComputeOutputActivation |
Computes the output layer activation
(Inherited from BPNetwork.) |
![]() |
IsEligible |
Indicates whether or not the component is eligible to be used
(Inherited from ClarionComponent.) |
![]() |
Learn |
Updates the network using simplified Q-learning with standard backpropagation
(Overrides BPNetwork..::..Learn()()()().) |
![]() |
ModifyHiddenToOutput |
Modifies the dWeights of the hidden to output layer
(Inherited from BPNetwork.) |
![]() |
ModifyInputToHidden |
Modifies the dWeights of the input to hidden layer
(Inherited from BPNetwork.) |
![]() |
PropagateActivation |
Calculates the output activations based on the current input
(Inherited from NeuralNetwork.) |
![]() |
ResetStatistics |
Resets the match statistics
(Inherited from ReinforcementTrainableBPNetwork.) |
![]() |
Retract | (Inherited from BPNetwork.) |
![]() |
UpdateMatchStatistics |
Updates the match statistics for the reinforcement-trainable backpropagation network
(Inherited from ReinforcementTrainableBPNetwork.) |