Manual: correct default for optimizer following a5995aec03

(@stepan removed trailing space)
mr#1904
Johannes Pfeifer 2021-08-16 14:18:45 +02:00 committed by Stéphane Adjemian (Charybdis)
parent f6efb4ddb2
commit 948e4e7540
Signed by: stepan
GPG Key ID: 295C1FE89E17EB3C
1 changed files with 2 additions and 1 deletions

View File

@ -8466,7 +8466,8 @@ adding prior information comes at the cost of a loss in efficiency of the estima
.. option:: mode_compute = INTEGER | FUNCTION_NAME
See :opt:`mode_compute <mode_compute = INTEGER | FUNCTION_NAME>`.
Default: ``13``, i.e. ``lsqnonlin``.
Default: ``13``, i.e. ``lsqnonlin`` if the Matlab Optimization Toolbox or
the Octave optim-package are present, ``4``, i.e. ``csminwel`` otherwise.
.. option:: additional_optimizer_steps = [INTEGER|FUNCTION_NAME,INTEGER|FUNCTION_NAME,...]