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

Latest commit

 

History

History
31 lines (21 loc) · 842 Bytes

cmd_max_dc_time.wiki

File metadata and controls

31 lines (21 loc) · 842 Bytes

  1. summary max-dc-time command documentation

Table of Contents

max-dc-time

Set a wall-clock time limit such that the agent will be interrupted when a single decision cycle exceeds this limit.

Synopsis

Options

|| `n` || Maximum decision cycle time in *microseconds* || || `-d`, `--disable` || Disable this interrupt. || || `-s`, `--seconds` || Interpret n as seconds (floating point OK) ||

Description

After output phase, the elapsed decision cycle time is checked to see if it is greater than the old maximum, and the maximum dc time stat is updated (see [cmd_stats]). At this time, this threshold is also checked. If met or exceeded, Soar stops at the end of the current output phase with an interrupted state.

Examples