Submitted by Koning_Health t3_ynky8r in askscience
CodingLazily t1_ivcphzs wrote
Reply to comment by MrRumfoord in Insects get stuck in a spider's web, why doesn't a spider get stuck in its own web? by Koning_Health
I don't know about paper airplanes, but here's an antenna that is the result of a supercomputer running simulations with an evolutionary algorithm.
https://en.wikipedia.org/wiki/Evolved_antenna
​
Evolutionary algorithms are basically the same as evolution, but to summarize evolutionary algorithms for those who aren't CS majors: First, you generate a random population of candidates. You test each candidate for fitness to see which ones best meet the criteria and survive the generation (in this case by simulating the antenna.) You take the top few candidates and populate a new generation with a few thousand descendants that randomly mix a little of each parent and a small amount of pure random mutation. After hundreds or thousands of generations, you display the most highly evolved candidate.
Viewing a single comment thread. View all comments