View source: R/utils-experiment.R
generate_solutions | R Documentation |
A solution is generated and saved in the solution folder for all combinations of methods and number of centers.
generate_solutions( methods = c("km", "wkm-flexclust", "wkm-swkm", "ga-safe", "ga-tot", "ga-otv"), no_of_centers = c(5, 15) )
methods |
character vector of methods to use for solution (currently: km, wkm) |
no_of_centers |
integer vector of number of centers, or uavs, to include |
nothing
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.