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

Author(s)

David Henriques, Thomas Cokelaer

See Also

CellNOptR parEstimationLBode parEstimationLBodeSSm


[Package CNORode version 1.28.0 Index]