API reference

Model representation

read_model(text)
model.Model([title]) The class that holds the description of a kinetic model.

Dynamics

dynamics.solve(model[, tf, npoints, t0, ...])
dynamics.scan(model, plan[, tf, npoints, ...]) Wrapper around ModelSolver.

Parameter estimation

estimation.s_timate(model[, timecourses, ...])
estimation.DeODEOptimizer(model, ...[, ...]) Overides energy function and report functions.