NAME
Soar variables
DESCRIPTION
There are a number of Soar variables that influence the
behavior of Soar. These variables are given default values,
which can be changed using the Tcl set command. However, unlike
normal Tcl variables, Soar variables do have an enforced
type and can not be unset.
The defined Soar variables are:
- attribute_preferences_mode [0|1|2]
- The "attribute_preferences_mode" variable is used to control the
handling of preferences (other than acceptable and reject preferences).
- default_wme_depth [0|1|2]
- The "default_wme_depth" variable is used to control the
default printing depth of the print command.
- max_chunks [positive integer]
- The "max_chunks" variable controls the maximum number of chunks
that can be created in a single decision cycle.
- max_elaborations [positive integer]
- The "max_elaborations" variable controls the maximum number of
elaborations allowed in a single decision cycle.
- o_support_mode [0|1|2]
- The "o_support_mode" variable is used to control the
way o-support calculations are done for the agent.
- save_backtraces (boolean)
- The "save_backtraces" variable enables and disables the saving
of backtracing information. It must be on for the explain-backtraces
command to provide backtracing information.
- warnings (boolean)
- This "warnings" variable enables and disables the printing of
warning messages.
SEE ALSO
set attribute_preferences_mode default_wme_depth
max_chunks max_elaborations o_support_mode
save_backtraces warnings