optim_control: Control object to configure the optimization procedure

View source: R/controls.R

optim_controlR Documentation

Control object to configure the optimization procedure

Description

Control object to configure the optimization procedure

Usage

optim_control(
  run_args = list(until = 1000),
  replications = 1,
  parallel = FALSE,
  verbose = FALSE,
  ...
)

Arguments

run_args

the run arguments, a list with the following arguments: until

replications

the number of replications

parallel

whether or not replications should be run in parallel (leveraging mclapply)

verbose

boolean determining verbosity

...

extra named arguments added to the control object


Bart6114/simmer.optim documentation built on Jan. 2, 2023, 12:50 p.m.