Y
Hacker News
new
|
ask
|
show
|
jobs
by
zetazzed
1342 days ago
For combinatorial optimization, there is now NVIDIA cuOpt, which is ridiculously fast:
https://developer.nvidia.com/cuopt-logistics-optimization
Ceres can use GPUs for some solver bits too, I believe.
2 comments
cerved
1342 days ago
I didn't know that, thank you. Is there any information about the internals of this? Like the kind of solver etc?
link
whatever1
1342 days ago
Sorry but this is not optimization, this is a bunch of heuristics ran on a gpu.
link
sampo
1342 days ago
That's how you solve combinatorial optimization problems. With a bunch on heuristics.
link
cerved
1342 days ago
To be pedantic, it's one way to solve combinatorial optimization problems :)
link
cerved
1342 days ago
What's your definition of optimization?
link