Digital organism

A digital organism is a self-replicating computer program that mutates and evolves. Digital organisms are used as a tool to study the dynamics of Darwinian evolution, and to test or verify specific hypotheses or mathematical models of evolution. The study of digital organisms is closely related to the area of artificial life.

History

Digital organisms can be traced back to the game Darwin, developed in 1961 at Bell Labs, in which computer programs had to compete with each other by trying to stop others from executing .[1] A similar implementation that followed this was the game Core War. In Core War, it turned out that one of the winning strategies was to replicate as fast as possible, which deprived the opponent of all computational resources. Programs in the Core War game were also able to mutate themselves and each other by overwriting instructions in the simulated "memory" in which the game took place. This allowed competing programs to embed damaging instructions in each other that caused errors (terminating the process that read it), "enslaved processes" (making an enemy program work for you), or even change strategies mid-game and heal themselves.

Steen Rasmussen at Los Alamos National Laboratory took the idea from Core War one step further in his core world system by introducing a genetic algorithm that automatically wrote programs. However, Rasmussen did not observe the evolution of complex and stable programs. It turned out that the programming language in which core world programs were written was very brittle, and more often than not mutations would completely destroy the functionality of a program.

The first to solve the issue of program brittleness was Thomas S. Ray with his Tierra system, which was similar to core world. Ray made some key changes to the programming language such that mutations were much less likely to destroy a program. With these modifications, he observed for the first time computer programs that did indeed evolve in a meaningful and complex way.

Later, Chris Adami, Titus Brown, and Charles Ofria started developing their Avida system,[2] which was inspired by Tierra but again had some crucial differences. In Tierra, all programs lived in the same address space and could potentially execute or otherwise interfere with each other's code. In Avida, on the other hand, each program lives in its own address space. Because of this modification, experiments with Avida became much cleaner and easier to interpret than those with Tierra. With Avida, digital organism research has begun to be accepted as a valid contribution to evolutionary biology by a growing number of evolutionary biologists. Evolutionary biologist Richard Lenski of Michigan State University has used Avida extensively in his work. Lenski, Adami, and their colleagues have published in journals such as Nature[3] and the Proceedings of the National Academy of Sciences (USA).[4]

In 1996, Andy Pargellis created a Tierra-like system called Amoeba that evolved self-replication from a randomly seeded initial condition. More recently REvoSim - a software package based around binary digital organisms - has allowed evolutionary simulations of large populations that can be run for geological timescales.[5]

Physical form

See also

Related topics and overviews

Specific programs

References

  1. ^ Aleph-Null, "Computer Recreations", Software: Practice and Experience, vol. 2, pp. 93–96, 1972
  2. ^ "Avida by devosoft". avida.devosoft.org.
  3. ^ Lenski, Richard E.; Ofria, Charles; Pennock, Robert T.; Adami, Christoph (2003). "The evolutionary origin of complex features" (PDF). Nature. 423 (6936): 139–144. Bibcode:2003Natur.423..139L. doi:10.1038/nature01568. ISSN 0028-0836. PMID 12736677. S2CID 4401833.
  4. ^ Adami, C.; Ofria, C.; Collier, T. C. (2000). "Evolution of biological complexity". Proceedings of the National Academy of Sciences. 97 (9): 4463–4468. arXiv:physics/0005074. doi:10.1073/pnas.97.9.4463. ISSN 0027-8424. PMC 18257. PMID 10781045.
  5. ^ Garwood, Russell J.; Spencer, Alan R. T.; Sutton, Mark D.; Smith, Andrew (2019). "REvoSim: Organism-level simulation of macro and microevolution". Palaeontology. 62 (3): 339–355. Bibcode:2019Palgy..62..339G. doi:10.1111/pala.12420. hdl:10044/1/68991. ISSN 0031-0239.

Further reading

  • O'Neill, Bill (2003-10-13). "Digital Evolution". PLOS Biology. 1 (1). Public Library of Science (PLoS): e18. doi:10.1371/journal.pbio.0000018. ISSN 1545-7885. PMC 212697. PMID 14551915.
  • Wilke, Claus O.; Adami, Christoph (2002). "The biology of digital organisms". Trends in Ecology & Evolution. 17 (11). Elsevier BV: 528–532. doi:10.1016/s0169-5347(02)02612-5.
  • Pargellis, A.N. (1996). "The spontaneous generation of digital "Life"". Physica D: Nonlinear Phenomena. 91 (1–2). Elsevier: 86–96. Bibcode:1996PhyD...91...86P. doi:10.1016/0167-2789(95)00268-5. ISSN 0167-2789.
  • Misevic, Dusan; Ofria, Charles; Lenski, Richard E (2005-11-08). "Sexual reproduction reshapes the genetic architecture of digital organisms". Proceedings of the Royal Society B: Biological Sciences. 273 (1585). The Royal Society: 457–464. doi:10.1098/rspb.2005.3338. ISSN 0962-8452. PMC 1560214. PMID 16615213.
Retrieved from "https://en.wikipedia.org/w/index.php?title=Digital_organism&oldid=1213487262"