Main Page Files Productions Problem Spaces Operators Goal Hierarchy Groups Prod. By Type All
Path to this file:
prediction.soar
[src]
Go to the source for this file...
| prediction*apply | |
| prediction*reject | |
| prediction*accept | |
| prediction*indifferent-if-not-training | |
| prediction*reject-wrong-predictions |
| prediction | Make a prediction |
prediction*apply |
| Documented at line 18 of file prediction.soar Defined at line 23 of file prediction.soar Type: application
Detailed DescriptionAdd the prediction to the state as ^guessed-prediction (all the other functions here are just cleaning up the instance)
Operators: prediction |
prediction*reject |
| Documented at line 81 of file prediction.soar Defined at line 85 of file prediction.soar Type: application
Detailed DescriptionWhen count is zero (all features abstracted), guess "reject"
Operators: prediction |
prediction*accept |
| Documented at line 68 of file prediction.soar Defined at line 72 of file prediction.soar Type: application
Detailed DescriptionWhen count is zero (all features abstracted), guess "accept"
Operators: prediction |
prediction*indifferent-if-not-training |
| Documented at line 35 of file prediction.soar Defined at line 40 of file prediction.soar Type: selection
Detailed DescriptionWhen there's no correct-prediction (not training) then make the prediction operator indifferent.
Operators: prediction |
prediction*reject-wrong-predictions |
| Documented at line 49 of file prediction.soar Defined at line 54 of file prediction.soar Type: selection
Detailed DescriptionReject any proposed prediction that isn't consistent wihth the correct-prediction (used only for training)
Operators: prediction |