Skip to content

Question about intent to truncate simulation result #247

Closed Answered by himoto
htakagishi asked this question in Q&A
Discussion options

You must be logged in to vote

When solving ODE numerically, sometimes we get infinitesimal value as a solution, e.g., 1e-308, although it should be zero.
This causes a problem when normalizing simulation results and _preprocessing can help avoid such problems.
It converts values to zeros only when all time-course values are smaller than sys.float_info.epsilon. Even if you delete this process and get something "ideal", the solution might be very sensitive to small changes in parameter values, and therefore I strongly recommend that you do not delete the process.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@htakagishi
Comment options

Answer selected by himoto
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants