NAME

chunky-problem-spaces - Manage chunky Soar problem spaces

SYNOPSIS

chunky-problem-spaces [-add spacename | -remove spacename]

DESCRIPTION

A chunk is a production that is learned by Soar. Sometimes learning chunks is generally problematic for an application. To mark those problem spaces which perform well under chunking, the chunky-problem-spaces command can be used. In these spaces, if learning is set as specify than the learning of chunks is enabled.

This command manages the chunky Soar problem spaces. With no arguments, this command prints the current list of problem spaces declared chunky. With arguments, it adds or removes a given problem space from the chunky problem space list. If learning is set to specify, chunks will only be built in a problem space declared chunky.

OPTIONS

-add spacename
Add the spacename to the chunky problem space list. spacename must be a valid Soar symbol.
-remove spacename
Remove the spacename from the chunky problem space list. spacename must be present on the chunky problem space list.

The spacename must be the name of a Soar problem space.

EXAMPLES

This command declares my-space to be a chunky problem space:
chunky-problem-spaces -add my-space

This command removes my-space from the chunky problem space list disabling chunks from being built:

chunky-problem-spaces -remove my-space

SEE ALSO

learn, chunk-free-problem-space