Partial matching #256
asmaloney
started this conversation in
Frameworks (ccm, pyactr, vanilla)
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Partial matching seems to have two distinct settings: "procedural partial matching" and "mismatch_penalty".
From the ACT-R manual:
It is unclear to me how these are supposed to be used.
partial_matching
in the declarative memory module to turn on themismatch_penalty
.Partial
class which lets us setstrength
andlimit
.So in vanilla they seem independent of each other and in pyactr, dependent.
Not sure what the intent is here since I don't fully understand the ACT-R descriptions. Can anyone add any clarity?
Beta Was this translation helpful? Give feedback.
All reactions