solve_model: Solve model

View source: R/RcppExports.R

solve_modelR Documentation

Solve model

Description

Solve model

Usage

solve_model(
  data,
  ufactor = 0.8,
  tol = 1e-07,
  maxiter = 10000L,
  triter = 100L,
  trace = TRUE,
  nthreads = 1L
)

Arguments

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.


paulofelipe/cp2015 documentation built on Nov. 24, 2024, 11:46 p.m.