Description Usage Arguments Value Examples
Simulates and solves a battery of problems.
1 2 3 | simulations(list_num_air = c(5, 10), list_num_mach = c(5, 10),
list_num_brig = c(5, 10), list_num_per = c(20, 30, 40), n_sims = 50,
seed = 1, outfile = "results_less_cases.csv")
|
list_num_air |
number of aircrafts list. |
list_num_per |
number of periods list. |
n_sims |
number of simulations. |
seed |
seed number. |
outfile |
output file. |
two csv files: ´´results.csv´´ with iterations information and ´´summary.csv´´ with a summary of these iterations results.
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.