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

The AgentInitializer type exposes the following members.

Methods

  Name Description
Public method Static member InitializeActionRule<(Of <<'(T>)>>)
Initializes an ActionRule of the specified type (to be placed in the top level of the ACS upon being committed)
Public method Static member InitializeAssociativeEpisodicMemoryNetwork<(Of <<'(T>)>>)
Initializes an ImplicitComponent of the specified type (to be placed in the bottom level of episodic memory upon being committed)
Public method Static member InitializeAssociativeMemoryNetwork<(Of <<'(T>)>>)
Initializes an ImplicitComponent of the specified type (to be placed in the bottom level of the NACS upon being committed)
Public method Static member InitializeAssociativeRule<(Of <<'(T>)>>)
Initializes an AssociativeRule of the specified type (to be placed in the top level of the NACS upon being committed)
Public method Static member InitializeDrive<(Of <<'(T>)>>)
Initializes a Drive of the specified type (to be placed in the bottom level of the MS upon being committed)
Public method Static member InitializeDriveComponent<(Of <<'(T>)>>)
Initializes an ImplicitComponent to be used inside of a Drive (upon being committed)
Public method Static member InitializeImplicitDecisionNetwork<(Of <<'(T>)>>)
Initializes an ImplicitComponent of the specified type (to be placed in the bottom level of the ACS upon being committed)
Public method Static member InitializeMetaCognitiveActionRule<(Of <<'(T>)>>)
Initializes a RefineableActionRule to be used in the top level of a MetaCognitiveModule (upon being committed)
Public method Static member InitializeMetaCognitiveDecisionNetwork<(Of <<'(T>)>>)
Initializes an ImplicitComponent to be used in the bottom level of a MetaCognitiveModule (upon being committed)
Public method Static member InitializeMetaCognitiveModule<(Of <<'(T>)>>)
Initializes a MetaCognitiveModule of the specified type (to be placed in the MCS upon being committed)

See Also