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
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.
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.