RKBS23
This commit is contained in:
@@ -93,8 +93,9 @@ should be a `;` sperated list of `key=value` pairs. The possible keys are
|
||||
|
||||
* `random_seed` (int, default ): seed for random initialization.
|
||||
|
||||
* `algorithm`: either `RK4` for Runge-Kutta 4, `RK2` for Runge-Kutta 2, or
|
||||
`RKF45` for the Runge-Kutta-Fehlberg adaptive step method.
|
||||
* `algorithm`: `RK4` for Runge-Kutta 4, `RK2` for Runge-Kutta 2, `RKF45` for
|
||||
the Runge-Kutta-Fehlberg adaptive step method, `RKBS23` for the
|
||||
Runge-Kutta-Bogacki-Shampine method.
|
||||
|
||||
* `adaptive_tolerance` (double, default 1e-11): when using an adaptive step
|
||||
method, this is the maximal allowed relative error.
|
||||
|
||||
Reference in New Issue
Block a user