optimbase_incriter
Increments the number of iterations.
Syntax
opt = optimbase_incriter(opt)
Argument
- opt
The object of TOPTIM type (tlist).
Description
The optimbase_incriter
function increments the number of iterations.
Example
opt = optimbase_new(); xopt = optimbase_get ( opt, "-iterations") opt = optimbase_incriter ( opt ); xopt = optimbase_get ( opt, "-iterations") opt = optimbase_destroy(opt);
See also
- optimbase_new — Creates a new optimization object.
- optimbase_get — Returns the value for the given key.
Report an issue | ||
<< optimbase_histset | Optimization base | optimbase_isfeasible >> |