Increments the number of iterations.
opt = optimbase_incriter(opt)
The object of TOPTIM type (tlist).
The optimbase_incriter
function increments the number of iterations.
opt = optimbase_new(); xopt = optimbase_get ( opt, "-iterations") opt = optimbase_incriter ( opt ); xopt = optimbase_get ( opt, "-iterations") opt = optimbase_destroy(opt); | ![]() | ![]() |