View source: R/generate_2d_instance.R
generate_2d_instance | R Documentation |
Generate a problem instance
generate_2d_instance( seed = 1, no_of_points = 50, interval = c(min = -10, max = 10), arv = c(min = 1/120, max = 1), ar_dist_type = "uniform" )
seed |
Seed to ensure reproducibility |
no_of_points |
The number of demand points |
interval |
A named vector of the range for the x and y axis |
arv |
A named vector of the range in the arrival rate (measured in requests per minute) |
ar_dist_type |
Whether the distribution of arrival rates follows a "uniform" or "reciprocal" distribution |
A list
generate_2d_instance()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.