Skip to content

parallelize computations

  1. all parameters (scenario, simulation run, algorithm, score, ...) in one list
  2. rewrite all computations under for loops as functions (see issue #2)
  3. use e.g. parallel::parLapply