defaultParametersGA: Create default options to perform parameter estimation with a...

Description Usage Value Author(s) See Also

View source: R/defaultParametersGA.R

Description

This function returns a list with several arguments for performing parameter estimation with the genetic algorithm from the package genalg.

Usage

1

Value

mutationChance

NA

popSize

200

iters

100

elitism

NA

time

1

monitor

TRUE

verbose

0

transfer_function

3

reltol

1e-04

atol

0.001

maxStepSize

Inf

maxNumSteps

1e+05

maxErrTestsFails

50

nan_fac = 1

0

Author(s)

David Henriques, Thomas Cokelaer

See Also

CellNOptR parEstimationLBode parEstimationLBodeGA


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