atomica.project¶
Implements the Project
user interface for Atomica
The Project
class serves as the primary user interface for
Atomica. Almost all functionality can be accessed via this interface.
- A project is based around 5 major lists:
parsets – an odict of parameter sets
progsets – an odict of program sets
scens – an odict of scenario structures
optims – an odict of optimization structures
results – an odict of results associated with parsets, scens, and optims
- In addition, a project contains:
data – loaded from the spreadsheet
settings – timestep, indices, etc.
various kinds of metadata – project name, creation date, etc.
Classes
Main simulation container |
|