Skip to content

Releases: maslab-ufrgs/TAP_GA_QL

v6.1.0-beta

28 Sep 16:36
Compare
Choose a tag to compare
v6.1.0-beta Pre-release
Pre-release
Add files via upload

Traffic Assignment Problem v6.0.1-beta

31 Dec 16:17
Compare
Choose a tag to compare

Bugfixes

  • Fix incorrect substitution of letters for numbers
  • Fix bug in repetition's message
  • Fix incorrect file name for SF's OD file

Enhancements

  • Help now displays version number
  • Several messages and and minor updates

Traffic Assignment Problem v6.0.0-beta

26 Dec 17:43
Compare
Choose a tag to compare

API Changes

The Object Oriented API no longer exists. It had to be refactored to implement the multiprocessing feature and it is no longer supported.

Bugfixes

  • The multiprocessing for more configurations is now working
  • Fix a bug where the --printInterval flag was not working
  • Fix a bug where the header was incorrect for the QL only experimentType
  • Fix a bug where the values of multiple flags were not properly separated
  • Fix a bug where sometimes the newline character (\n) was not printed

Enhancements

  • All the node's names have been replaced by numbers instead of letters
  • New visualization avaiable for both networks
  • All the references for the networks have been normalized to either OW10_1 or SF
  • The README file now reflects the --help flag output (with the default values)
  • Several parameters have been reworked and a few shortcuts have been provided
  • All the references to costs have been renamed to 'travel_time', or 'tt'
  • The day, month and year no longer appear in the file name
  • The stdout message is more clear
  • Directory structure update:
    • Number of drivers and groupsize no longer in the directory tree
    • The position of network name and experiment size have been reversed
  • Remove the ':' after the episode number in QL Only

Traffic Assignment Problem v4.0.0

26 Dec 17:50
Compare
Choose a tag to compare

This was the state of the code before I did anything