(no title)
eachro
|
5 months ago
Does anyone know what the state of the art industry solvers do for these problems? I had dabbled a bit in ml approaches to combinatorial optimization with great interest a few years back, but I don't think any of these rl based methods ended up being used in production.
mmaaz|5 months ago
Otherwise, the basic underlying algorithms are all the same, as in the textbook: branch-and-bound and so on.
__rito__|5 months ago
[0]: https://coin-or.github.io/pulp/
[1]: https://pypi.org/project/PuLP/