[This is preliminary documentation and is subject to change.]
The base constructor for reinforcement-trainable implicit components
Namespace: Clarion.Framework.TemplatesAssembly: ClarionLibrary (in ClarionLibrary.dll) Version: 6.1.1.0 (6.1.1.0)
Syntax
C# |
---|
protected ReinforcementTrainableImplicitComponent( ReinforcementTrainableImplicitComponent..::..ReinforcementTrainableImplicitComponentParameters pars, ExtractionChecker extractionMethod, PositiveMatchDeterminer matchMethod, EligibilityChecker elChecker ) |
Parameters
- pars
- Type: Clarion.Framework.Templates..::..ReinforcementTrainableImplicitComponent..::..ReinforcementTrainableImplicitComponentParameters
The parameters class containing the local parameters for the reinforcement trainable implicit component
- extractionMethod
- Type: Clarion.Framework.Templates..::..ExtractionChecker
(optional) Used for specifying a user-defined method for determining whether a rule should be extracted
- matchMethod
- Type: Clarion.Framework.Templates..::..PositiveMatchDeterminer
(optional) User defined method for determining whether the chosen output was a positive match
- elChecker
- Type: Clarion.Framework.Templates..::..EligibilityChecker
(optional) Used for specifying a user-defined method for checking the eligibility of a reinforcement-trainable implicit component