-
Notifications
You must be signed in to change notification settings - Fork 1
Home
tomvej edited this page Jan 11, 2013
·
49 revisions
Parasim is a tool for robustness analysis. Given a SBML model, a property and perturbation set, it computes the robustness of model over the perturbation set with respect to the property. Perturbation set consists of intervals over model parameters and initial variable values. Properties are entered in the form of signal temporal logic formulae.
For more information about principles behind this tool see Bibliography.
- Execute parasim from command line
- Experiment file format
- Project naming and placement conventions
- Build parasim from source
The most of these extensions are loaded before the manager starts (the org.sybila.parasim.core.event.ManagerStarted
event is fired).
- Descriptor Loader provides automatized loading of configuration
- Enrichment provides an easy way to decorate your classes
- Extension Loader provides automatized loading of user defined extensions.
- Interceptors
- Lifecycle
- Logging
- Computation Model provides an easy way to execute your algorithm concurrently.
- Density
- Execution
- Lifecycle
- Simulation
- Verification
- Project Manager
- Progress Logger provides window displaying messages.