optimize_map: The main control function for finding an optimal map. Either...

Description Usage Arguments

View source: R/optimize_fit_map.R

Description

The main control function for finding an optimal map. Either matched to humans or maximize accuracy.

Usage

 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
)

Arguments

cl

calenwalshe/attentionmapR documentation built on May 15, 2021, 12:16 p.m.