[This is preliminary documentation and is subject to change.]
The ReinforcementTrainableImplicitComponent type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
ReinforcementTrainableImplicitComponent |
The base constructor for reinforcement-trainable implicit components
|
Methods
Name | Description | |
---|---|---|
![]() |
CheckExtraction |
Indicates whether or not a rule should be extracted from the reinforcement-trainable implicit component
|
![]() |
Commit |
Commits the trainable implicit component
(Inherited from TrainableImplicitComponent.) |
![]() |
IsEligible |
Indicates whether or not the component is eligible to be used
(Inherited from ClarionComponent.) |
![]() |
Learn |
Initiates a round of learning based on the desired output
(Inherited from TrainableImplicitComponent.) |
![]() |
PropagateActivation |
Calculates the output activations based on the current input
(Inherited from ImplicitComponent.) |
![]() |
ResetStatistics |
Resets the match statistics
|
![]() |
Retract |
Retracts the trainable implicit component
(Inherited from TrainableImplicitComponent.) |
![]() |
UpdateMatchStatistics |
Updates the match statistics for the reinforcement-trainable implicit component
|
Properties
Name | Description | |
---|---|---|
![]() |
ChosenOutput |
Gets or sets the chosen output (to be used for learning)
|
![]() |
CommitLock |
Gets the thread locker that should be used during committing process of a component
(Inherited from ClarionComponent.) |
![]() |
DesiredOutput |
Gets or sets the desired output for the trainable implicit component
(Inherited from TrainableImplicitComponent.) |
![]() |
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)
|
![]() |
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)
|
![]() ![]() |
GlobalParameters |
Gets the global parameters for the ReinforcementTrainableImplicitComponent class
|
![]() |
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.) |
![]() |
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)
|
![]() |
NegativeMatch |
Gets or sets the positive match statistic
|
![]() |
Output |
Gets the output layer of the implicit component
(Inherited from ImplicitComponent.) |
![]() |
Parameters |
Gets the local parameters for this reinforcement-trainable implicit component
|
![]() |
PositiveMatch |
Gets or sets the positive match statistic
|
Explicit Interface Implementations
Name | Description | |
---|---|---|
![]() ![]() |
ISubscribes<(Of <<'(ParameterChangeRequestedEventArgs>)>>)..::..OnEventHandlerDelegate | (Inherited from ClarionComponent.) |
![]() ![]() |
ISubscribes..::..PublicationTimingsSpecifiedEventHandlerDelegate | (Inherited from ClarionComponent.) |
![]() ![]() |
ISubscribes..::..PublisherAvailableEventHandlerDelegate | (Inherited from ClarionComponent.) |
![]() ![]() |
ISubscribes..::..PublisherRemovedEventHandlerDelegate | (Inherited from ClarionComponent.) |