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

Updates the match statistics

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

Syntax

C#
void UpdateMatchStatistics(
	double feedback,
	SensoryInformation currentInput,
	Guid chosenOutputChunkID,
	double increment
)

Parameters

feedback
Type: System..::..Double
The feedback that was received given the current input and the chosen output chunk
currentInput
Type: Clarion.Framework..::..SensoryInformation
The current sensory information
chosenOutputChunkID
Type: System..::..Guid
The world ID of the chosen output chunk
increment
Type: System..::..Double
(optional) The amount in which the match statistics are to be updated

See Also