[This is preliminary documentation and is subject to change.]
This class serves as the base template class for all reinforcement-trainableimplicit components in the CLARION Library
The ReinforcementTrainableImplicitComponent..::..ReinforcementTrainableImplicitComponentParameters type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
ReinforcementTrainableImplicitComponent..::..ReinforcementTrainableImplicitComponentParameters(Boolean) |
Initializes a parameters class for a ReinforcementTrainableImplicitComponent
|
![]() |
ReinforcementTrainableImplicitComponent..::..ReinforcementTrainableImplicitComponentParameters(ReinforcementTrainableImplicitComponent..::..ReinforcementTrainableImplicitComponentParameters, Boolean) |
Initializes a parameters class for a ReinforcementTrainableImplicitComponent and sets the values of the parameters to the values specified
|
Methods
Name | Description | |
---|---|---|
![]() |
Global_OnParameterChanged |
The event method used for performing global parameter changes
(Inherited from ClarionComponent..::..ClarionComponentParameters.) |
Properties
Name | Description | |
---|---|---|
![]() |
ELIGIBILITY |
A switch that can be used to specify eligibility (in the absence of a more sophisticated eligibility method)
|
![]() |
EXTRACTION_PROBABILITY |
The extraction probability (i.e., the probability a rule will be extracted)
|
![]() |
IsGlobal |
Used to specify whether the particular instance of the parameters class is being used for global or local parameters
(Inherited from ClarionComponent..::..ClarionComponentParameters.) |
![]() |
POSITIVE_MATCH_THRESHOLD |
The threshold for the positive match criterion
|