From 49856001ee5c2c45ebc497570c5b1eac7a0c03e2 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Thu, 13 Nov 2014 15:29:07 +0100 Subject: Formatting and writing improved --- NEWS.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index 8d4a7782..5d51c6ed 100644 --- a/NEWS.md +++ b/NEWS.md @@ -4,9 +4,10 @@ - Add the convenience function `mkinsub()` for creating the lists used in `mkinmod()` -- Add the possibility to fit indeterminate order rate equation (IORE) models using an analytical solution (parent only) or a numeric solution. Paths from IORE compounds to metabolites are supported when using of formation fractions (use_of_ff = 'max'). Note that the numerical solution (method.ode = 'deSolve') of the IORE differential equations sometimes fails due to numerical problems. +- Add the possibility to fit indeterminate order rate equation (IORE) models using an analytical solution (parent only) or a numeric solution. Paths from IORE compounds to metabolites are supported when using formation fractions (use_of_ff = 'max'). Note that the numerical solution (method.ode = 'deSolve') of the IORE differential equations sometimes fails due to numerical problems. - Switch to using the Port algorithm (using a model/trust region approach) per default. While needing more iterations than the Levenberg-Marquardt algorithm previously used per default, it is less sensitive to starting parameters. + ## MINOR CHANGES - The formatting of differential equations in the summary was further improved -- cgit v1.2.1