GENESIS: Documentation

Related Documentation:

The NDF File Format and Procedural Model Descriptions

The Model Container

The Model Container is used as an abstraction layer on top of a simulator and deals with biological entities and end-user concepts instead of mathematical equations. It provides a solver independent internal storage format for models that allows user independent optimizations of the numerical core. By ‘containing’ the biological model, the Model Container makes the implementation of the numerical core independent of software implementation.

The Model Container API abstracts away all the mathematical and computational details of the simulator. Optimized to store large models in little memory–it stores neuronal models in a fraction of the memory that would be used by conventional simulators–and provides automatic partitioning of the model such that simulations can be run in parallel. From the modeler’s perspective, the Model Container will be able to import and export NeuroML files to facilitate model exchange and ideas.

Features

Extending the Model Container