[This is preliminary documentation and is subject to change.]
The base constructor for a simplified Q-learning backpropagation network
Namespace: Clarion.FrameworkAssembly: CLARIONLibrary (in CLARIONLibrary.dll) Version: 6.1.0.7 (6.1.0.7)
Syntax
C# |
---|
protected SimplifiedQBPNetwork( SimplifiedQBPNetwork..::..SimplifiedQBPNetworkParameters pars, ExtractionChecker extractionMethod, PositiveMatchDeterminer matchMethod, EligibilityChecker elChecker ) |
Parameters
- pars
- Type: Clarion.Framework..::..SimplifiedQBPNetwork..::..SimplifiedQBPNetworkParameters
The parameters class containing the local parameters for the simplified Q-learning network
- 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 simplified Q-learning