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

The base constructor for a reinforcement-trainable backpropagation network

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

Syntax

C#
protected ReinforcementTrainableBPNetwork(
	ReinforcementTrainableBPNetwork..::..ReinforcementTrainableBPNetworkParameters pars,
	ExtractionChecker extractionMethod,
	PositiveMatchDeterminer matchMethod,
	EligibilityChecker elChecker
)

Parameters

pars
Type: Clarion.Framework.Templates..::..ReinforcementTrainableBPNetwork..::..ReinforcementTrainableBPNetworkParameters
The parameters class containing the local parameters for the reinforcement-trainable backpropagation 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 reinforcement-trainable backpropagation network

See Also