|
|
|
|
|
by gus_massa
2743 days ago
|
|
It's not a "quantum computer". It's an analog computer instead of a binary computer. It can be simulated with a normal (binary) computer using floating point numbers (remember that the amoeba has a finite precision). (Form time to time there are articles that try to explain why analog computers are better than binary computers. Usually they assume infinite precision, that is impossible in a real system.) The article claims that the time is linear, but it use quadratic space. So if you campare thy to simulate the algorithm with a big system in a sequential computer you will get probably cubic run time. A better way to understand this is that the amoeba uses a good heuristic to solve the TSP in a small case. There are many heuristics out there, so it would be nice to implement this heuristic and compare with all the other one is some kind of standardized example set. It's more easy to find a good solution in a small system. (Under the hood, the amoeba is a quantum system. But if you consider this a quantum computer then your phone is also a quantum computer.) |
|