optimbase.incriter {optimbase} | R Documentation |
Iteration Log Incrementation
Description
This function increments the number of iterations stored in the
iterations
element of the optimization object.
Usage
optimbase.incriter(this = NULL)
Arguments
this |
An optimization object. |
Value
Return the optimization object after increasing the content of the
iterations
element by 1 unit.
Author(s)
Author of Scilab optimbase module: Michael Baudin (INRIA - Digiteo)
Author of R adaptation: Sebastien Bihorel (sb.pmlab@gmail.com)
[Package optimbase version 1.0-10 Index]