N-Wouda / ALNS

Adaptive large neighbourhood search (and more!) in Python.
https://alns.readthedocs.io/en/latest/
MIT License
442 stars 123 forks source link

Deprecate AlphaUCB? #155

Closed N-Wouda closed 1 week ago

N-Wouda commented 1 year ago

Now that we have the MABSelector, we have access to way more interesting bandit policies than just the simple UCB policy. And that's also in MABWiser already, albeit slightly differently. I think we can deprecate our AlphaUCB in favour of MABWiser.