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()
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