random_instance {tspmeta} | R Documentation |
Generates a random TSP instance by scattering random points in a hypercube.
Description
Generates a random TSP instance by scattering random points in a hypercube.
Usage
random_instance(size, d = 2, lower = 0, upper = 1)
Arguments
size |
[ |
d |
[ |
lower |
[ |
upper |
[ |
Value
[tsp_instance
].
[Package tspmeta version 1.2 Index]