Go backward to Setting the environment.
Go up to Setting the environment.
Go forward to chunk-free-problem-spaces.
max-elaborations
----------------
Controls the maximum number of elaboration cycles during an elaboration
phase. If maxelaborations cycles are encountered during the elaboration
phase, then the elaboration phase is terminated and the decision procedure is
executed. This limits the total number of cycles of parallel production
firing but does not limit the total number of productions that can fire
during elaboration. Initially 100.
SYNTAX
(max-elaborations [integer])
EXAMPLE
Soar> max-elaborations
Max-elaborations is 100.
Soar> max-elaborations 20
Soar> max-elaborations
Max-elaborations is 20.