Creates a new optimization object.
opt = optimbase_new()
The new object of TOPTIM type (tlist).
optimibase_new()
creates a new optimization object, managing
the number of variables,
the minimum and maximum bounds,
the number of non linear inequality constraints,
the logging system,
various termination criteria,
etc.
opt = optimbase_new(); opt = optimbase_configure ( opt , "-numberofvariables",2); iter = optimbase_get(opt, "-iterations") opt = optimbase_destroy(opt); | ![]() | ![]() |