Skip to content

AleZonta/idsa

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Predicting Individual Trip Destinations With Artificial Potential Fields

This reporitory holds the complete source code accompanying the paper "Predicting Individual Trip Destinations With Artificial Potential Fields", i.e.:

  • the population and activity generator (IDSA");
  • loading system for third part trajectory dataset (LGDS)
  • potential field computation
  • (2D) real-time visualization of the system

How to build

The source code is written in Java 8 and uses Apache Maven for project dependencies and settings (see pom.xml). It can be built and run using popular Java IDEs such as Eclipse, NetBeans and IntelliJ.

How to run

Check and substitute in the config-file your own path of the files required by the simulator. Fill the parameter file with the value you want to test. Start nl.tno.idsa.viewer.GUI (with the name of the parameter file as a parameter or directly the parameters) to run the experimentation environment.

About

Intent-Driven Scenario Authoring

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%