generate_solutions: Generate solutions to instances

View source: R/utils-experiment.R

generate_solutionsR Documentation

Generate solutions to instances

Description

A solution is generated and saved in the solution folder for all combinations of methods and number of centers.

Usage

generate_solutions(
  methods = c("km", "wkm-flexclust", "wkm-swkm", "ga-safe", "ga-tot", "ga-otv"),
  no_of_centers = c(5, 15)
)

Arguments

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

Value

nothing


Rosenkrands/zav documentation built on March 31, 2022, 2:16 p.m.