djgroen / flee

flee agent-based modelling code
BSD 3-Clause "New" or "Revised" License
6 stars 7 forks source link

Performance optimisations for Grid-based location graph runs #106

Open djgroen opened 4 months ago

djgroen commented 4 months ago
  1. Prune links from the location graph (but preserve nodes). (Save)
  2. Add more variation in location and link weights (for instance by inserting realistic populations) (Save)
  3. Introduce destination-based pruning (Save + Brunel), when the current crawling location is already appealing. a. Propose pruning criteria (Save) b. Implement it (Derek)
  4. Set up HPC access a. Arrange ARCHER account (Auke+Diana) b. Set up FabSim / HPC user software using Linux subsystem for Windows (Auke+Maziar)