Hacker News new | ask | show | jobs
by jeffbee 635 days ago
The original paper from DeepMind evaluates what they are now calling AlphaChip versus existing optimizers, including simulated annealing. They conclude that AlphaChip outperforms them with much less compute and real time.

https://www.cl.cam.ac.uk/~ey204/teaching/ACS/R244_2021_2022/...

2 comments

> They conclude that AlphaChip outperforms them with much less compute and real time.

Of course they do. I'm waiting for their products.

Randomized algorithms strike again!
This is moreso amortized optimization/reinforcement learning, not randomized algorithms.