| mxComputeBenchmark {OpenMx} | R Documentation |
Repeatedly invoke a series of compute objects
mxComputeBenchmark(steps, ..., maxIter = 500L, freeSet = NA_character_, maxDuration = as.numeric(NA))
steps |
a list of compute objects |
... |
Not used. Forces remaining arguments to be specified by name. |
maxIter |
the maximum number of iterations |
freeSet |
Names of matrices containing free variables. |
maxDuration |
the maximum amount of time (in seconds) to iterate |