PST: The INDIFFERENT-SELECTION command
When context objects to be selected are indifferent, that is,
there is no single object that is better than any other, Soar allows
the user to set how objects should be selected. This is achieved via
the indifferent-selection command. One of several arguments
can be given in order to set this:
- --first, select the first indifferent object found in
Soar's internal list, -- last does the opposite.
- -ask or -t, ask the user to choose one.
[not available in soar 9]
- -random or -nil, select randomly. This is the
default in Soar 7.0.4 and 7.0.5.
(this is the default in soar9)
Should no argument be given, then the current setting of
indifferent-selection is returned.
Click on BACK in your browser to return to where you were before this
page.