defaultParametersSSm {CNORode}R Documentation

Create default options to perform parameter estimation with scatter search meta-heuristic.

Description

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

Usage

	defaultParametersSSm()

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


[Package CNORode version 1.36.0 Index]