QGIS Python Plugins Repository
Site Schedule Optimization
Plugin ID: 2789
(5) votes
Finds an optimal multi-day schedule for traveling to a set of locations.
A tool to find an optimal multi-day schedule for traveling to a set of locations. It is akin to solving a partitioned traveling salesman problem w/ constraints. The tool uses simulated annealing (Metropolis-Hastings algorithm) to converge an time-optimized schedule" with provides: 1. Which sites should be visited on what day. 2. Which order to visit those sites within the day. The problem is constrained by: 1. A maximum amount of time allotted per day. 2. The starting and endpoint position of each day (optionally). Several python depedencies are required but can be installed using the plugin itself into an isolated location.
- Author
- Mike Varga
- Maintainer
- mvarga6
- Tags
- python
- Plugin home page
- https://github.com/mvarga6/SiteSamplingOptimizer
- Tracker
- Browse and report bugs
- Code repository
- https://github.com/mvarga6/SiteScheduleOptimization
- Latest experimental version:
- 0.1
- Plugin ID
-
2789