Skip navigation links

Package gov.sandia.cognition.framework.lite

Provides a lightweight implementation of the Cognitive Framework.

See: Description

Package gov.sandia.cognition.framework.lite Description

Provides a lightweight implementation of the Cognitive Framework. This implementation is geared towards small models and makes use of dense data structures. It is designed to be able to run many multiple models within a single process, such as a simulation in a high-performance computing environment. This means having compact data structures that can potentially be shared and a fast update loop. It also means that the model does not support the dynamic addition and removal of modules at runtime.
Since:
1.0
Author:
Justin Basilico
Skip navigation links