Recent content by acertijo4ever

  1. A

    Bus Stops Problem: Solving for 4000 Addresses in a City

    I could be a little more specific, the bus stop needs to be X meters away from people's addresses (in practice 300 meters) and this should be fulfilled for at least Y% of people (in practice 80% of them), if I find such bus stops then I can declare victory. The question is what method to use...
  2. A

    Bus Stops Problem: Solving for 4000 Addresses in a City

    People go all to the same place, its a transportation system for a company that collects people from the city and takes them to work. Thanks for your answer, I think the same, maybe I' ll have to use some AI approach, like a Genetic Algorithm that improves a specified function at each iteraction.
  3. A

    Bus Stops Problem: Solving for 4000 Addresses in a City

    Hi all, I have the following problem I need to solve, and I hope you can point me to the right direction. I have a bunch (4000) of people addresses in a city that are mapped to coordinates (longitude and latitude). I also have different bus routes (up to 17), that go through the city picking...
Back
Top