Skip to content

Releases: N-Wouda/ALNS

1.2.0

20 Feb 11:54
c669e90
Compare
Choose a tag to compare

Changelog:

  • Call-back mix-in class with options for acting on events

  • Operator decay parameters in [0, 1], rather than (0, 1).

  • Optional title argument for Result.plot_objective

  • More flexible Result.plot_operator_counts

v1.1.1 - Support Python 3.8

17 Oct 16:08
Compare
Choose a tag to compare

Changelog:

  • Test and support for Python 3.8

v1.1.0

17 Oct 12:46
Compare
Choose a tag to compare

This release adds support for operator selection diagnostics on the ALNS Result class.

Changelog:

  • Merged in #16, which closes #9.
  • Added plot method for operator counts, as result.plot_operator_counts()
  • Added (optional) operator naming, via alns.add_<operator type>_operator(operator[, name="name"])

v1.0.4

29 Jul 09:49
Compare
Choose a tag to compare
  • Update Readme
  • Simplify CSP example

Fix docstrings, update CSP example

29 Jul 09:33
Compare
Choose a tag to compare
v1.0.3

Fix docstrings, CSP example

New example notebook, and clean-up

25 Jul 14:45
Compare
Choose a tag to compare

Specify PyPI topics

05 Jul 13:37
Compare
Choose a tag to compare
v1.0.1

Specify release topics

Initial release

05 Jul 12:58
Compare
Choose a tag to compare
  • ALNS algorithm
  • Acceptance criteria (Hill-climbing, Simulated annealing, and Record-to-record travel)
  • Tests and documentation
  • TSP example

First alpha release

05 Jul 12:07
9ec6619
Compare
Choose a tag to compare
First alpha release Pre-release
Pre-release
v1.0.0a1

First alpha release