Skip to content

Releases: lucidfrontier45/localsearch

0.17.0

08 Sep 02:45
Compare
Choose a tag to compare

Breaking Changes

  • TabuList now no more uses generics of OptModel . It now only requires an associated type Item. With this change, TabuSearchOptimizer also does not need M: OptModel generics in its constructor.

Full Changelog: 0.16.1...0.17.0

0.16.1

02 Sep 00:56
Compare
Choose a tag to compare

Full Changelog: 0.16.0...0.16.1

0.16.0

27 Aug 15:19
Compare
Choose a tag to compare

Breaking Changes

  • feat: make LocalSearchOptimizer trait-object compatible by @lucidfrontier45 in #36
  • feat: changed TabuList trait to use just TransitionType instead of SolutionType and TransitionType tuple by @lucidfrontier45 in #37

Full Changelog: 0.15.0...0.16.0

0.15.0

25 Aug 14:24
Compare
Choose a tag to compare

Breaking Changes

  • feat: removed ExtraIn and ExtraOut from LocalSearchOptimizer interface by @lucidfrontier45 in #34

Full Changelog: 0.14.0...0.15.0

0.14.0

12 Aug 03:09
Compare
Choose a tag to compare

Breaking Changes

Full Changelog: 0.13.1...0.14.0

0.13.1

12 Aug 01:21
Compare
Choose a tag to compare

Full Changelog: 0.13.0...0.13.1

0.13.0

26 Jul 07:24
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.12.1...0.13.0

0.12.1

29 May 02:41
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.12.0...0.12.1

0.12.0

26 Dec 05:56
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.11.0...0.12.0

0.11.0

03 Nov 10:41
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.10.0...0.11.0