Breaking Changes
TabuList
now no more uses generics ofOptModel
. It now only requires an associated typeItem
. With this change,TabuSearchOptimizer
also does not needM: OptModel
generics in its constructor.
Full Changelog: 0.16.1...0.17.0
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