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

The factory class for generating simplified Q-learning backpropagation neural networks

Namespace: Clarion.Framework
Assembly: ClarionLibrary (in ClarionLibrary.dll) Version: 6.1.1.0 (6.1.1.0)

Syntax

C#
public class SimplifiedQBPNetworkFactory : IimplicitComponentFactory<SimplifiedQBPNetwork>

Remarks

The following parameters are OPTIONAL:
  • An EligibilityChecker, a delegate that is used to determine if the SimplifiedQBPNetwork should be used on the current input
  • An ExtractionChecker a delegate that is used to determine if a rule should be extracted given the current input
  • A PositiveMatchDeterminer delegate that determines whether to update the positive match statistics
  • A parameters class for the SimplifiedQBPNetwork

Inheritance Hierarchy

System..::..Object
  Clarion.Framework..::..SimplifiedQBPNetwork..::..SimplifiedQBPNetworkFactory

See Also