rescale_instance {tspmeta} | R Documentation |
Rescale coords of TSP instance to [0,1]^2
.
Description
Rescale coords of TSP instance to [0,1]^2
.
Usage
rescale_instance(x)
rescale_coords(coords)
Arguments
x |
[ |
coords |
[ |
Value
[matrix
] for rescale_coords
and tsp_instance
for rescale_instance
.
Numeric matrix of scaled city coordinates.
[Package tspmeta version 1.2 Index]