Go backward to max-elaborations.
Go up to Setting the environment.
Go forward to warnings.
chunk-free-problem-spaces
-------------------------
Manages a list of problem space names for which chunking should not be used.
If the subgoal's current problem space's name is added, and a result is
created, no chunk will be built for that subgoal.
For example, if the blocks-world problem space is included in
chunk-free-problem-spaces, Soar *will not* chunk the result of implementing
the evaluate-object operator, because the operator is implemented in the
blocks-world problem space. However, Soar *will* chunk the results of a
subgoal to break a tie between operators because the selection space is used
in the subgoal.
Justifications are still built for the results created in problem spaces
listed in chunk-free-problem-spaces.
SYNTAX
(chunk-free-problem-spaces)
(chunk-free-problem-spaces :add space-name)
(chunk-free-problem-spaces :remove space-name)
EXAMPLE
Soar> chunk-free-problem-spaces :add blocks-world
Soar> chunk-free-problem-spaces
Problem spaces declared chunk-free:
blocks-world