scan_grid: Scan a n-d grid of free parameters

Description Usage Arguments

Description

Old, was just to test, if results get worse, when "alpha" is tuned simultaneously. In short, it doesn't most of the time. The gain does not justify the computational expenses from scanning the whole grid of free parameters.

Usage

1
2
3
scan_grid(which_par, dosages, alpha_scan_range = seq(-9, 9, by = 2),
  pars_opt, obs_fun, p_fun, pars, grid_points_fine = alpha_scan_range,
  grid_points_raw = c(-9, 0, 2))

Arguments

which_par

Which dynamical parameter shall be scanned?

dosages

Scan range of this parameter

alpha_scan_range

Which values of free parameters a shall be scanned?

pars_opt

Free parameters a_ij to control the influence of the complexes

obs_fun

Observation function which returns the communicating species

p_fun

Parameter transformation which returns different conditions

pars

Parameters of the ODE model

grid_points_fine

...

grid_points_raw

...


dlill/MRAr documentation built on May 16, 2019, 7:24 a.m.