iBioSim is a computer-aided design (CAD) tool aimed for the modeling, analysis, and design of genetic circuits. It is capable of importing and exporting models specified using the Systems Biology Markup Language (SBML). iBioSim also supports the Synthetic Biology Open Language (SBOL), an emerging standard for information exchange in synthetic biology.
For two biomodels (13 and 70), simulation is incredibly slow. Details
of road runner on these examples is below. Can this be exploited to
improve our results.
roadRunner can be controlled via web service ... and thus all values
can
easily be changed ... currently roadRunner is using:
<section name = "integration" method ="CVODE" description = "CVODE
Integrator">
<cap name = "BDFOrder" value = "5" hint = "Maximum order for BDF
Method"
type = "int"/>
<cap name = "AdamsOrder" value = "12" hint = "Maximum order for
Adams
Method" type = "int"/>
<cap name = "rtol" value = "1E-06" hint = "Relative Tolerance"
type =
"double"/>
<cap name = "atol" value = "1E-16" hint = "Absolute Tolerance"
type =
"double"/>
<cap name = "maxsteps" value = "10000" hint = "Maximum number of
internal
steps" type = "int"/>
however you are correct, CVODE uses adaptive step sizes, and
roadRunner only
supplies the points closes to the requested output points.
best
Frank
-----Original Message-----
From: Chris J. Myers [mailto:myers@ece.utah.edu]
Sent: Monday, February 08, 2010 12:40 PM
To: Frank Bergmann
Subject: Question
What ODE algorithm are you using in road runner? I assume that it is
adaptive time step. What absolute and relative error are the
defaults
for the web interface? Are there any other special parameters?
It seems that models 13 and 70 require a very small time step
initially which bogs down my simulator. If I try to prevent the time
step from getting too small, the results diverge. It is quite
strange.
For two biomodels (13 and 70), simulation is incredibly slow. Details
of road runner on these examples is below. Can this be exploited to
improve our results.
Begin forwarded message: