Operations#
Cython code to simulate network mechanisms.
The operations module contains Cython code designed to run
core CMR mechanisms as fast as possible. Mechanisms operate on
Network objects.
Basic operations#
|
Integrate context input associated with an item into context. |
|
Present an item and associate with context. |
|
Cue an item based on context. |
|
Apply softmax rule to item activation. |
Simulating tasks#
|
Simulate study of a list. |
|
Simulate study of a list with distraction. |
|
Calculate the likelihood of each recall in a sequence. |