Difference between revisions of "Context"

From AI Product Manuals
Jump to navigationJump to search
(Initial Entries)
 
m
 
Line 1: Line 1:
{{IAUS Header}}
A Context is a combination of a desired [[Behavior] and a [Target|Behavior Target]. References to Contexts are passed around throughout the IAUS system because it contains most of the information needed for processing many of the steps for scoring and executing a decision.
A Context is a combination of a desired [[Behavior] and a [Target|Behavior Target]. References to Contexts are passed around throughout the IAUS system because it contains most of the information needed for processing many of the steps for scoring and executing a decision.


== Code ==
== Code ==
Contexts are contained in the class [[ContextInfo]] which also holds a few other references to needed information.
Contexts are contained in the class [[ContextInfo]] which also holds a few other references to needed information.

Latest revision as of 03:14, 29 September 2021

This page is part of the IAUS Manual.BrainBehaviorBehavior TypeDecisionAI Entity

A Context is a combination of a desired [[Behavior] and a [Target|Behavior Target]. References to Contexts are passed around throughout the IAUS system because it contains most of the information needed for processing many of the steps for scoring and executing a decision.

Code

Contexts are contained in the class ContextInfo which also holds a few other references to needed information.