cols_control: Create controls attributes which tune the COLS algorithm.

Description Usage Arguments Value Examples

View source: R/cols-controls.R

Description

Create controls attributes which tune the COLS algorithm.

Usage

1
2
3
cols_control(method = "best-step", maxit = 200, tol = 1e-05,
  step_start = 0.7, step_increment = 0.05, maxit_bounces = 2,
  maxit_bumps = 5, tol_bounce = tol)

Arguments

method

one of "best-step", "once-best-step", "up-walk", "down-walk", "avoid-boundary"

maxit

maximum number of iterations.

tol

tolerance dictating when convergence is reached.

step_start

the initial step size taken.

step_increment

how step size increases over iterations.

maxit_bounces

Maximum number of bounces away from the solution.

maxit_bumps

Maximum number of bumps to test for each solution.

tol_bounce

tolerance level bounce iterations.

Value

a list of control parameters.

Examples

1
cols_control(maxit = 100)

bonStats/gcreg documentation built on May 20, 2019, 5:44 p.m.