Some KiSAO ids for CVODE and IDA exist (e.g. the maximum step size, the maximum number of steps, the relative tolerance and the absolute tolerance), but some others are missing. In OpenCOR, we can set more than the aforementioned parameters, so it would be nice to have KiSAO ids for them (so that we can export an OpenCOR simulation to SED-ML without having to resort to using annotations).
Algorithm parameters for which KiSAO ids would be useful are:
BDF and Adams-Moulton);Newton and Functional);Newton iteration (possible values are Dense, Banded, Diagonal (CVODE only), GMRES, BiCGStab and TFQMR);GMRES, BiCGStab or TFQMR linear solver during a Newton iteration (CVODE specific; possible values: Banded and None);Banded linear solver or preconditioner (a value between 0 and n-1 with n the number of ODEs/DAEs in the model);Banded linear solver or preconditioner (a value between 0 and n-1 with n the number of ODEs/DAEs in the model); andMore information can be found on the OpenCOR website (CVODE parameters and IDA parameters).
Anonymous
Sorry, the milestone should have been "Algorithm parameter".
Added in KiSAO version 2.3.8 with the following ids: