-
Notifications
You must be signed in to change notification settings - Fork 1
Home
tomvej edited this page Dec 15, 2012
·
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.
- Build and install parasim
- Use parasim GUI
- Learn to use parasim GUI
- Browse analysis results using projection plotter
- Execute parasim from command line
- Experiment file format
- Project naming and placement conventions (for advanced users only)
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
Service Factory provides an easy way to inject instances to your objects
- Computation Model provides an easy way to execute your algorithm concurrently.
- Density
- Execution
- Lifecycle
- Simulation
- Verification
- Project Manager
- Progress Logger provides window displaying messages.