spatq_optcontrol: Control parameters for optimization

View source: R/fit_spatq.R

spatq_optcontrolR Documentation

Control parameters for optimization

Description

Control the sequence of optimizations and termination criteria.

Usage

spatq_optcontrol(
  grtol = 1e-08,
  dparrtol = -Inf,
  dobjrtol = -Inf,
  maxopts = 1,
  bfgs_control = list()
)

Arguments

grtol

maximum gradient tolerance

dparrtol

relative tolerance of parameter change between optimization calls

dobjrtol

relative tolerance of objective value change between optimization calls

maxopts

maximum number of optimizations to run

bfgs_control

a list of control parameters for the BFGS optimizations

Value

a spatq_optcontrol object

Author(s)

John K Best


jkbest2/spatq documentation built on Sept. 22, 2022, 3:22 a.m.