You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add an argument destination to Network, in order to say how many destinations will be computed. When this argument is missing (default), the algorithm will compute the distance to all destinations (which belong to the target). Therefore there will exist three algorithms:
Compute the distance to all destinations
Compute the distance to the nearest destinations (which is already implemented)
Compute the distance to a given number of destinations
This algorithm will be useful to create neighbourhoods between objects.
The text was updated successfully, but these errors were encountered:
Add an argument
destination
toNetwork
, in order to say how many destinations will be computed. When this argument is missing (default), the algorithm will compute the distance to all destinations (which belong to the target). Therefore there will exist three algorithms:This algorithm will be useful to create neighbourhoods between objects.
The text was updated successfully, but these errors were encountered: