[This is preliminary documentation and is subject to change.]

The base constructor for a Q-learning backpropagation network

Namespace: Clarion.Framework
Assembly: CLARIONLibrary (in CLARIONLibrary.dll) Version: 6.1.0.7 (6.1.0.7)

Syntax

C#
protected QBPNetwork(
	QBPNetwork..::..QBPNetworkParameters pars,
	ExtractionChecker extractionMethod,
	PositiveMatchDeterminer matchMethod,
	EligibilityChecker elChecker
)

Parameters

pars
Type: Clarion.Framework..::..QBPNetwork..::..QBPNetworkParameters
The parameters class containing the local parameters for the 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 Q-learning

See Also