RubyGems Navigation menu

y_petri 2.3.6

YPetri is a gem for modelling of dynamical systems. It is biologically inspired, but concerns of biology and chemistry have been purposely separated away from it. YPetri caters solely to the two main concerns of modelling, model specification and simulation, and it excels in the first one. Dynamical systems are described under a Petri net paradigm. YPetri implements a universal Petri net abstraction that integrates discrete/continous, deterministic/stochastic, timed/timeless and stoichiometric/nonstoichiometric dichotomies of the extended Petri nets, and allows efficient specification of any kind of dynamical system. Like Petri nets themselves, YPetri was inspired by problems from the domain of chemistry (biochemical pathway modelling), but is not specific to it. Other gems, YChem and YCell are planned to cater to the concerns specific to chemistry and cell biochemistry. These future extensions of YPetri are not developed yet. A lower-level extension of YPetri is currently under development under the name YNelson. Its usage is practically identical to YPetri, so any YPetri user can now consider using YNelson instead. YNelson covers additional concerns: it allows relations among nodes and parameters to be specified under a zz structure paradigm (developed by Ted Nelson) and it is also aimed towards providing a higher level of abstraction in Petri net specification by providing commands that create more than one Petri net node per command. YPetri documentation is avalable online, but due to formatting issues, you may prefer to generate the documentation on your own by running rdoc in the gem directory. For an example of how YPetri can be used to model complex dynamical systems, see the eukaryotic cell cycle model which I released as "cell_cycle" gem.

Gemfile:
= Copy to clipboard Copied!

install:
=

Versions:

  1. 2.4.9 - July 13, 2016 (924 KB)
  2. 2.4.8 - June 28, 2016 (405 KB)
  3. 2.4.6 - June 24, 2016 (884 KB)
  4. 2.4.4 - June 23, 2016 (409 KB)
  5. 2.4.3 - June 22, 2016 (409 KB)
  6. 2.3.6 - December 03, 2014 (104 KB)
Show all versions (65 total)

Runtime Dependencies (4):

Development Dependencies (2):

bundler ~> 1.6
rake >= 0

Owners:

Authors:

  • boris

SHA 256 checksum:

3d6ea0c2a745c9307bb4281ea82d5cc0040ef93e71c8afb38cd9d434cb68370a

Total downloads 161,376

For this version 2,557

License:

GPLv3

Required Ruby Version: >= 2.0

Links: