Learn R Programming

CNORode (version 1.14.0)

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

Description

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

Usage

defaultParametersGA()

Arguments

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

See Also

CellNOptR parEstimationLBode parEstimationLBodeGA