News on an NP problem from an Amoeba

  • Thread starter Thread starter fresh_42
  • Start date Start date
  • Tags Tags
    News
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
8 replies · 2K views
Messages
20,819
Reaction score
28,465
No, joke, I really dreamt somebody has solved the NP=P problem these days. Well, as I didn't dream of the proof, it probably won't matter that I don't remember the outcome. But I never had expected help from this side:

Abstract
Choosing a better move correctly and quickly is a fundamental skill of living organisms that corresponds to solving a computationally demanding problem. A unicellular plasmodium of Physarum polycephalum searches for a solution to the traveling salesman problem (TSP) by changing its shape to minimize the risk of being exposed to aversive light stimuli. In our previous studies, we reported the results on the eight-city TSP solution. In this study, we show that the time taken by plasmodium to find a reasonably high-quality TSP solution grows linearly as the problem size increases from four to eight. Interestingly, the quality of the solution does not degrade despite the explosive expansion of the search space. Formulating a computational model, we show that the linear-time solution can be achieved if the intrinsic dynamics could allocate intracellular resources to grow the plasmodium terminals with a constant rate, even while responding to the stimuli. These results may lead to the development of novel analogue computers enabling approximate solutions of complex optimization problems in linear time.
https://royalsocietypublishing.org/doi/10.1098/rsos.180396
 
  • Like
Likes   Reactions: QuantumQuest, anorlunda, jedishrfu and 1 other person
Physics news on Phys.org
The question really bothers me. I knew someone who lost a bet on it (solved until somewhat in the 90s) and had to pay for a balloon trip across the Alps. But what makes it so exciting is the question beyond: Are there intrinsic difficulties out there or are we just not smart enough? That some Amoebas beats us to it is a bit embarrassing.
 
I think its more a problem of solving it via simulation methods. The difference between computationally finding a geodesic vs actually letting gravity do its thing.
 
  • Like
Likes   Reactions: aaroman, QuantumQuest and fresh_42
anorlunda said:
Weren't there earlier reports of the traveling salesmen solved by bees or ants? I recall that they left scent trails, shortest paths had the strongest scent, and later ants followed the strongest scent.
I think I've read something similar. On the other hand, IIRC (it's really long ago) then NP problems are solvable in P if there is an oracle tape attached to the TM. The scents can probably be interpreted as such a tape.