defaultParametersSSm: Create default options to perform parameter estimation with...

Description Usage Value Author(s) See Also

View source: R/defaultParametersSSm.R

Description

This function returns a list with several arguments for performing parameter estimation with scatter search meta-heuristic algorithm from the package essR.

Usage

1

Value

maxeval

Inf

maxtime

100

ndiverse

NULL

dim_refset

NULL

local_solver

NULL

verbose

0

transfer_function

3

reltol

1e-04

atol

0.001

maxStepSize

Inf

maxNumSteps

1e+05

maxErrTestsFails

50

nan_fac

1

lambda_tau

0

lambda_k

0

bootstrap

0

SSpenalty_fac

0

SScontrolPenalty_fac

0

boot_seed

sample(1:10000,1)

Author(s)

David Henriques, Thomas Cokelaer, Federica Eduati

See Also

CellNOptR parEstimationLBode parEstimationLBodeSSm


CNORode documentation built on Nov. 8, 2020, 7:39 p.m.