BioND / largenet2

C++ library for large dynamic network simulation. Successor to largenet.
http://biond.github.com/largenet2
Other
5 stars 5 forks source link

Add Gillespie simulation example #7

Closed rincedd closed 12 years ago

rincedd commented 12 years ago

We need an example showing how to use the Gillespie simulation classes sim::gillespie::DirectMethod and sim::gillespie::MaxMethod.

rincedd commented 12 years ago

Gillespie stepper sim::gillespie::DirectMethod is used in the new SIS model example (866e1fa0a0edbca387884ca1733fdda7e024a124).