Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

number of destinations in the Network #13

Open
pedro-andrade-inpe opened this issue Mar 14, 2016 · 0 comments
Open

number of destinations in the Network #13

pedro-andrade-inpe opened this issue Mar 14, 2016 · 0 comments
Milestone

Comments

@pedro-andrade-inpe
Copy link
Member

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:

  1. Compute the distance to all destinations
  2. Compute the distance to the nearest destinations (which is already implemented)
  3. Compute the distance to a given number of destinations

This algorithm will be useful to create neighbourhoods between objects.

@pedro-andrade-inpe pedro-andrade-inpe added this to the 0.2 milestone Mar 14, 2016
@pedro-andrade-inpe pedro-andrade-inpe modified the milestones: 0.2, 0.3 Dec 1, 2016
@pedro-andrade-inpe pedro-andrade-inpe modified the milestones: 0.3, 0.4 Jan 13, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant