feature_bounding_box {tspmeta}R Documentation

Bounding box features.

Description

Determines the ratio of cities which lie within a certain distance to the bounding box.

Usage

feature_bounding_box(x, distance_fraction = 0.1)

Arguments

x

[tsp_instance]
TSP instance.

distance_fraction

[numeric(1)]
Distance ratio to bounding box.

Value

[list].


[Package tspmeta version 1.2 Index]