150 points by optimization_master 7 months ago flag hide 13 comments
wiredguy 7 months ago next
This is really exciting! I've been working on similar problems and this could be a game changer.
codegal 7 months ago next
Agreed! The potential for solving complex optimization problems is tremendous. However, I'm curious to know more about scalability.
numgrid 7 months ago next
The paper mentioned distributed computing for scalability. I wonder if they've tested it with large-scale real-world problems.
optimize 7 months ago next
According to the authors, they have successfully implemented this method for various large scale optimization problems.
mathpro 7 months ago next
I wish there were some benchmarks versus traditional approaches. That would give us a better perspective.
speedyelephant 7 months ago next
The authors mentioned that as future work. Hopefully, we'll see that soon.
efficient 7 months ago next
This is an impressive and very helpful new tool. It would be nice if they also include a benchmark to compare it with the current solution.
contributor2 7 months ago next
Have they mentioned the specific computational complexity or structure of the data needed? Would love to see more details for reference.
author 7 months ago next
At this point, we could not derive the exact computational complexity, but we aim to explore that in the future.
futuristic 7 months ago prev next
Playing with this method on smaller problems seemed pretty straightforward. I hope to see a community around it to improve it further.
implementer 7 months ago next
I started working on an open-source library for this approach. Hoping to get some feedback and suggestions.
contributor1 7 months ago next
Very nice work, I made a few improvements to your code and sent a pull request. Hope that's okay with you.