Skip to content

v1.0.1

Compare
Choose a tag to compare
@torressa torressa released this 11 Aug 18:50
· 49 commits to master since this release

Coauthored with @dvbuntu! 🚀

Changed

  • Fix minimum number of nodes on path condition for PSOLGENT.

  • Force node sorting to start with "Source" and end with "Sink" in PSOLGENT.

  • Force inclusion of Source and Sink nodes in PSOLGENT paths.

  • Clean up:

  1. BiDirectional to use search objects again.
  2. labelling.* remove LabelExtension unified with Params.

Added

  • Record rand value used to generate PSOLGENT paths from positions.

  • Make upper and lower bound of PSOLGENT initial positions optional arguments.

  • 2opt in PSOLGENT for better evaluation of solutions.

  • Critical resource as a parameter to BiDirectional

  • [EXPERIMENTAL] Add critical resource preprocessing attempt using longest paths

Fixed