Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int32), | intent(in) | :: | iter |
The current iteration number. |
||
real(kind=real64), | intent(in), | dimension(:) | :: | funvals |
The function values. |
|
real(kind=real64), | intent(in), | dimension(:) | :: | resid |
The residuals. |
|
real(kind=real64), | intent(in), | dimension(:) | :: | params |
The model parameters. |
|
real(kind=real64), | intent(in), | dimension(:) | :: | step |
Step sizes for each parameter. |
Defines a routine for providing updates about an iteration process.