Description Usage Arguments Value Examples
View source: R/generate_fsp_instance.R
Generate flowshop instances with given attributes
1 2 3 4 5 6 7 8 9 | generate_fsp_instance(
no_jobs,
no_machines,
distribution_type = DISTRIBUTION_TYPES$UNIFORM,
correlation_type = CORRELATION_TYPES$JOB_CORRELATED,
correlation = 0,
...,
seed = NA_integer_
)
|
no_jobs |
number of jobs |
no_machines |
number of machines |
distribution_type |
processing times distribution |
correlation_type |
processing times correlation type |
correlation |
correlation value |
... |
additional parameters (not used) |
seed |
optional random number generator seed |
Instance objects with generated processing times
1 | generate_fsp_instance(20, 5, "erlang", "machine-correlated", 0.95)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.