View source: R/optimize_fit_map.R
The main control function for finding an optimal map. Either matched to humans or maximize accuracy.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | optimize_map(
efficiency,
prior_type,
params_detection,
lower_bound = list(c(0.001, 0.001, 0.001, 0.001, 0.6, 1, 0.65)),
upper_bound = list(c(4.5, 5, 4.5, 5, 1, 1, 1)),
seed_val = 1,
neural_resource,
n_parallel = 1,
human_data,
itermax = 2,
n_trials = 2,
NP = 2,
start_params = NULL,
subject_fit = F,
store_pop = NULL,
single_thread = FALSE,
cl = NULL
)
|
cl |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.