solve_model | R Documentation |
Solve model
solve_model(
data,
ufactor = 0.8,
tol = 1e-07,
maxiter = 10000L,
triter = 100L,
trace = TRUE,
nthreads = 1L
)
data |
a List with the model data. |
ufactor |
a double with an update factor number between (0, 1]. This value is used to update the value of variables at each iteration. |
tol |
a double with the tolerance criteria. |
maxiter |
an integer with the number of maximum iterations. |
triter |
an integer indicating that information should be printed for each multiple of that number. |
trace |
a boolean indicating whether convergence information should be printed. |
nthreads |
an integer indicating the number of threads to use. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.