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

The GoalSelectionEquation..::..GoalSelectionEquationParameters type exposes the following members.

Constructors

  Name Description
Public method GoalSelectionEquation..::..GoalSelectionEquationParameters(Boolean)
Initializes a parameters class for a GoalSelectionEquation
Public method GoalSelectionEquation..::..GoalSelectionEquationParameters(GoalSelectionEquation..::..GoalSelectionEquationParameters, Boolean)
Initializes a parameters class for a GoalSelectionEquation and sets the values of the parameters to the values specified

Methods

  Name Description
Protected method Global_OnParameterChanged
The event method used for performing global parameter changes
(Inherited from ClarionComponent..::..ClarionComponentParameters.)

Properties

  Name Description
Public property CONSTRAIN_OUTPUT
Specifies whether the outputs should be constrained between 0 and 1
(Inherited from GenericEquation..::..GenericEquationParameters.)
Public property ELIGIBILITY
A switch that can be used to specify eligibility (in the absence of a more sophisticated eligibility method)
Protected property IsGlobal
Used to specify whether the particular instance of the parameters class is being used for global or local parameters
(Inherited from ClarionComponent..::..ClarionComponentParameters.)
Public property MAX_ACTIVATION
The maximum value for the activations in the input and output layers
Public property MIN_ACTIVATION
The minimum value for the activations in the input and output layers

See Also