Skip to content
This repository has been archived by the owner on Oct 5, 2023. It is now read-only.

Latest commit

 

History

History
32 lines (21 loc) · 821 Bytes

cmd_init_soar.wiki

File metadata and controls

32 lines (21 loc) · 821 Bytes

  1. summary init-soar command documentation

Table of Contents

init-soar

Empties working memory and resets run-time statistics.

Synopsis

Default Aliases

|| `init` || `init-soar` || || `is` || `init-soar` ||

Description

The init-soar command initializes Soar. It removes all elements from working memory, wiping out the goal stack, and resets all runtime statistics. The firing counts for all productions are reset to zero. The init-soar command allows a Soar program that has been halted to be reset and start its execution from the beginning.

init-soar does not remove any productions from production memory; to do this, use the [cmd_excise] command. Note however, that all justifications will be removed because they will no longer be supported.

See Also

[cmd_excise]