Skip navigation links

Package gov.sandia.cognition.framework.concurrent

Provides a concurrent implementation of teh Cognitive Framework.

See: Description

Package gov.sandia.cognition.framework.concurrent Description

Provides a concurrent implementation of teh Cognitive Framework. This implementation is geared towards large models that need to make use of multiple processors or cores. It is designed to run a large model in a single process using threads that run on the different cores. To provide a simple method for parallelization, it defines a module interface, ConcurrentCognitiveModule that breaks the module update into three pars: a syhcronous read, asynchronous processing, and synchronous write.
Since:
2.1
Author:
Justin Basilico
Skip navigation links