The Evolution of Genetic Representations and Modular Neural

Total Page:16

File Type:pdf, Size:1020Kb

The Evolution of Genetic Representations and Modular Neural PhD thesis The evolution of genetic representations andmodularadaptation Dissertation zur Erlangung des Grades eines Doktors der Naturwissenschaften in der Fakult¨atf¨urPhysik und Astronomie der Ruhr-Universit¨atBochum Marc Toussaint Institut f¨urNeuroinformatik, Ruhr-Universit¨atBochum, ND 04, 44780 Bochum—Germany [email protected] March 31, 2003 Gutachter: Prof. Dr.-Ing. Werner von Seelen, Prof. Dr. Klaus Goeke Contents Introduction 7 1 Evolutionary adaptation 13 1.1 Introduction ........................................ 13 1.2 A theory on the evolution of phenotypic variability .................. 16 1.2.1 A prior in understanding evolution: There is No Free Lunch without assum- ing a constrained problem structure ...................... 16 If you do not presume that the problem has a structure, then any search strategy for good solutions is as good as random search. 1.2.2 How to assume and learn about a problem structure: A generic heuristic to adapt the search distribution .......................... 17 The structure of a problem is described by the structure of the distribution of good solutions—learning the structure of a problem means to adapt the search distribution toward the distribution of good solutions. 1.2.3 Evolutionary processes: A population, mutations, and recombination to rep- resent the search distribution .......................... 20 Evolution can be described as a stochastic dynamic process on the genotype space, com- parable to generic heuristic search, where the search distribution is parameterized by a finite parent population via mutation and recombination. 1.2.4 The genotype and phenotype: Reparameterizing the search space ...... 23 The mapping from genotype to phenotype is the key to understand complex phenotypic variability and evolution’s capability to adapt the search distribution on the phenotype space. 1.2.5 The topology of search: Genotype versus phenotype variability ....... 24 A simple, by mutation induced genotypic variability may, via a non-injective genotype- phenotype mapping, lead to arbitrarily complex phenotypic variability. 1.2.6 Commutativity and neutrality: When does phenotype evolution depend on neutral traits? .................................. 25 Neutral traits (of which strategy parameters are a special case) have an impact on phe- notype evolution if and only if they influence mutation probabilities and thus encode for different exploration distributions. 1.2.7 Behind this formalism .............................. 27 The abstract formalism developed so far relates to topics like evolving genetic represen- tations, strategy parameters, and evolvability. 1.2.8 Embedding neutral sets in the variety of exploration distributions ..... 29 The embedding defines a unique way of understanding neutral traits and will allow to derive an evolution equation for them. 4 CONTENTS 1.2.9 σ-evolution: A theorem on the evolution of phenotypic variability ...... 30 Exploration distributions naturally evolve towards minimizing the KL-divergence between exploration and the exponential fitness distribution, and minimizing the entropy of explo- ration. 1.2.10 Appendix — n-th order equivalence and n-th order delay .......... 32 How could evolution arrange to increase the probability for children to generate with high probability children that generate with high probability ...etc... children with high fitness? 1.2.11 Summary ..................................... 33 Recalling the steps toward this result. 1.3 Crossover, buildings blocks, and correlated exploration ................ 34 1.3.1 Two notions of building blocks of evolution .................. 34 The notion of building blocks as induced by crossover does not match the notion of func- tional phenotypic building blocks as it is induced by investigating correlated phenotypic variability. 1.3.2 The crossover GA: Explicit definitions of mutation and crossover ...... 35 In order to define crossover and derive results we assume that a genotype is composed of a finite number of genes and that crossover and mutation obey some constraints. 1.3.3 The structure of the mutation distribution ................... 37 Mutation increases entropy and decreases mutual information. 1.3.4 The structure of the crossover distribution ................... 39 Crossover destroys mutual information in the parent population by transforming it into entropy in the crossed population. 1.3.5 Correlated exploration .............................. 41 A precise definition of correlated exploration allows to pinpoint the difference between crossover exploration and correlated exploration in the case of EDAs. 1.3.6 Conclusions .................................... 43 Crossover is good to decorrelate exploration; is does not, as EDAs, induce complex ex- ploration. 1.4 Rethinking natural and artificial evolutionary adaptation .............. 45 1.4.1 From the DNA to protein folding: Genotype vs. phenotype variability in nature ....................................... 45 Without referring to its phenotypical meaning, the DNA is of a rather simple structure and variational topology. The codon translation is the first step in the GP-map that introduces neutrality and non-trivial phenotypic variability. Considering protein functionality as a phenotypic level, the GP-map from a protein’s primary to tertiary structure is complicated enough that neutral sets percolate almost all the primary structure space. 1.4.2 The operon and gene regulation: Structuring phenotypic variability .... 50 Considering the expression of genes as a phenotypic level, the operon is a paradigm for introducing correlations in phenotypic variability. 1.4.3 Flowers and Lindenmayer systems: An artificial model for a genotype-pheno- type mapping ................................... 52 Grammar-like genotype-phenotype mappings realize complex, correlated variability in ar- tificial evolutionary systems—similar to the operon—and induce highly non-trivial neu- trality. 1.4.4 Altenberg’s evolvable genotype-phenotype map ................ 54 Ultimately, discussing Lee Altenberg’s model of the evolution of the genotype-phenotype mapping pinpoints our point of view on the subject. CONTENTS 5 1.5 A computational model ................................. 57 1.5.1 The genotype and genotype-phenotype mapping ............... 57 An abstract model of ontogenetic development mimics the basic operon-like mechanism to induce complex phenotypic variability. 1.5.2 2nd-type mutations for the variability of exploration ............. 58 A new type of structural mutations allows for reorganizations of the genetic representa- tions and exploration of the respective neutral sets. 1.5.3 First experiment: Neutral σ-evolution ..................... 59 Genetic representations reorganize themselves in favor of short genome length and mod- ular phenotypic variability. 1.5.4 Second experiment: σ-evolution for phenotypic innovation .......... 64 Genetic representations develop in favor of highly correlated phenotypic variability allowing for simultaneous phenotypic innovations. 1.5.5 Third experiment: Evolving artificial plants .................. 66 Evolving artificial plants is an illustrative demonstration of the evolution of genetic rep- resentations to encode large-scale, structured, self-similar phenotypes. 1.6 Conclusions ........................................ 77 2 Neural adaptation 79 2.1 Introduction ........................................ 79 2.2 Functional modularity in NN .............................. 83 2.2.1 Decomposed adaptation ............................. 83 The adaptation dynamics of a neural system can be described as a Markov process—the structure of the transition distribution constitutes the notions of correlated adaptation and functional modules of a neural system. 2.2.2 The geometry of adaptation ........................... 85 The relation between a neural system’s free parameters and its functional traits can be described geometrically. The induced metric on the functional space determines the correlatedness of adaptation. Ordinary gradient online learning ........................ 85 Natural gradient online learning ........................ 88 2.2.3 An example: Comparing conventional NN with multi-expert models .... 89 An example demonstrates how the theory precisely describes the difference in adapta- tion dynamics between a conventional NN and a multi-expert w.r.t. their coadaptation behavior. 2.2.4 Generic properties of the class of conventional NN and multi-expert models 90 The statistics of coadaptational features in the space of all neural networks of a given architecture and in the space of all multi-expert systems of a given architecture exhibits a generic difference. 2.2.5 Summary ..................................... 93 2.3 A space of more modular neural systems ........................ 94 2.3.1 A neural model for multi-expert architectures ................. 94 A generalization of conventional artificial neural networks allows for a functional equiva- lence to multi-expert systems. Gradient learning ................................. 97 EM-learning .................................... 98 6 CONTENTS Q-learning ..................................... 100 Oja-Q learning .................................. 101 2.3.2 Empirical tests .................................. 102 Some tests of the proposed architecture and the learning schemes on a task similar to the what-and-where task demonstrate the functionality. Conclusions 105 Appendix 107 Theorems, definitions and symbols in chapter 1 .................... 108 Theorems, definitions and symbols
Recommended publications
  • Evolution & Development
    DOI: 10.1111/ede.12315 RESEARCH Developmental structuring of phenotypic variation: A case study with a cellular automata model of ontogeny Wim Hordijk1 | Lee Altenberg2 1Konrad Lorenz Institute for Evolution and Cognition Research, Klosterneuburg, Abstract Austria Developmental mechanisms not only produce an organismal phenotype, but 2University of Hawai‘iatMānoa, they also structure the way genetic variation maps to phenotypic variation. ‘ Honolulu, Hawai i Here, we revisit a computational model for the evolution of ontogeny based on Correspondence cellular automata, in which evolution regularly discovered two alternative Wim Hordijk, Konrad Lorenz Institute for mechanisms for achieving a selected phenotype, one showing high modularity, Evolution and Cognition Research, the other showing morphological integration. We measure a primary variational Martinstrasse 12, 3400 Klosterneuburg, Austria. property of the systems, their distribution of fitness effects of mutation. We find Email: [email protected] that the modular ontogeny shows the evolution of mutational robustness and ontogenic simplification, while the integrated ontogeny does not. We discuss the wider use of this methodology on other computational models of development as well as real organisms. 1 | INTRODUCTION summarize, “almost anything can be changed if it shows phenotypic variation” and “combinations of traits, even The idea that phenotypic variation could ever be those unfavorably correlated, can be changed”). Once the “unbiased” is a historical artifact coming from two main premises of this “pan‐variationism” are accepted, pans- sources: First were the early characterizations of quanti- electionism is the natural conclusion—in other words, if tative genetic variation for single traits or small numbers variation is diffusing in every phenotypic direction, the of traits.
    [Show full text]
  • Dispositional Properties in Evo-Devo in L
    This is a pre-print version of Dispositional Properties in Evo-Devo in L. Nuño de la Rosa and G. Müller (eds.) Evolutionary Developmental Biology: A Reference Guide. The final publication is available at Springer via http://doi.org/10.1007/978-3-319-33038-9_64-1 Dispositional Properties in Evo-Devo Christopher J. Austin and Laura Nuño de la Rosa Abstract In identifying intrinsic molecular chance and extrinsic adaptive pressures as the only causally relevant factors in the process of evolution, the theoretical perspective of the Modern Synthesis had a major impact on the perceived tenability of an ontology of dispositional properties. However, since the late 1970s, an increasing number of evolutionary biologists have challenged the descriptive and explanatory adequacy of this ―chance alone, extrinsic only‖ understanding of evolutionary change. Because morphological studies of homology, convergence, and teratology have revealed a space of possible forms and phylogenetic trajectories that is considerably more restricted than expected, evo-devo has focused on the causal contribution of intrinsic developmental processes to the course of evolution. Evo-devo‘s investigation into the developmental structure of the modality of morphology – including both the possibility and impossibility of organismal form – has led to the utilisation of a number of dispositional concepts that emphasise the tendency of the evolutionary process to change along certain routes. In this sense, and in contrast to the perspective of the Modern Synthesis, evo-devo can be described as a ―science of dispositions.‖ This chapter discusses the recent philosophical literature on dispositional properties in evo-devo, exploring debates about both the metaphysical and epistemological aspects of the central dispositional concepts utilised in contemporary evo-devo (e.g., variability, modularity, robustness, plasticity, and evolvability) and addressing the epistemological question of how dispositional properties challenge existing explanatory models in evolutionary biology.
    [Show full text]
  • The Evolution of Evolvability in Genetic Programming 1
    The Evolution of Evolvability in Genetic Programming Lee Altenberg SFI WORKING PAPER: 1994-02-007 SFI Working Papers contain accounts of scientific work of the author(s) and do not necessarily represent the views of the Santa Fe Institute. We accept papers intended for publication in peer-reviewed journals or proceedings volumes, but not papers that have already appeared in print. Except for papers by our external faculty, papers must be based on work done at SFI, inspired by an invited visit to or collaboration at SFI, or funded by an SFI grant. ©NOTICE: This working paper is included by permission of the contributing author(s) as a means to ensure timely distribution of the scholarly and technical work on a non-commercial basis. Copyright and all rights therein are maintained by the author(s). It is understood that all persons copying this information will adhere to the terms and constraints invoked by each author's copyright. These works may be reposted only with the explicit permission of the copyright holder. www.santafe.edu SANTA FE INSTITUTE 1 The Evolution of Evolvability in Genetic Programming 1 Lee Altenberg Institute of Statistics and Decision Sciences, Duke University Durham, NC 27708-0251 Internet: [email protected] The notion of “evolvability” — the ability of a population to produce variants fitter than any yet existing — is developed as it applies to genetic algorithms. A theoretical analysis of the dynamics of genetic programming predicts the existence of a novel, emergent selection phenomenon: the evolution of evolvability. This is produced by the proliferation, within programs, of blocks of code that have a higher chance of increasing fitness when added to programs.
    [Show full text]
  • The Role of Developmental Bias In
    THE ROLE OF DEVELOPMENTAL BIAS IN A SIMULATED EVO-DEVO SYSTEM by SEAN THOMAS PSUJEK Submitted in partial fulfillments of the requirements For the degree of Doctor of Philosophy Department of Biology CASE WESTERN RESERVE UNIVERSITY May, 2009 CASE WESTERN RESERVE UNIVERSITY SCHOOL OF GRADUATE STUDIES We hereby approve the thesis/dissertation of _____________________________________________________ candidate for the ______________________degree *. (signed)_______________________________________________ (chair of the committee) ________________________________________________ ________________________________________________ ________________________________________________ ________________________________________________ ________________________________________________ (date) _______________________ *We also certify that written approval has been obtained for any proprietary material contained therein. Table of Contents Abstract .............................................................................................................................. 2 List of Figures ................................................................................................................... 4 Chapter 1 : Introduction ...................................................................................................... 6 Chapter 2 : Background .................................................................................................... 12 Modeling in Evo-devo ...............................................................................................
    [Show full text]
  • Canalization and Robustness - Evolutionary Biology - Oxford Bibliog
    Canalization and Robustness - Evolutionary Biology - Oxford Bibliog... http://www.oxfordbibliographies.com/view/document/obo-978019994... Canalization and Robustness Thomas Flatt, Günter Wagner LAST MODIFIED: 27 JUNE 2018 DOI: 10.1093/OBO/9780199941728-0109 Introduction Canalization describes the phenomenon whereby particular genotypes exhibit reduced phenotypic sensitivity or variation (i.e., increased robustness) in response to mutations and/or to environmental changes relative to other genotypes. Canalization is a variational property of genotypes: it implies a reduced potential or propensity of the phenotype, produced by this genotype, to vary in response to genetic or environmental change. The terms “canalization,” “robustness” and “buffering” are typically used interchangeably; today, “robustness” is perhaps more commonly used than “canalization.” The concept of canalization was first introduced by Conrad Hal Waddington in the 1940s; around the same time, Ivan Ivanovich Schmalhausen came up with essentially the same concept (see Books and Early History of the Canalization Concept). Their main conjecture was the existence of a special kind of stabilizing selection, so-called canalizing selection, which favors genotypes that deviate least from the trait optimum (e.g., the fitness optimum), by selecting for genetic mechanisms that suppress phenotypic variation caused by mutations (genetic canalization) or by environmental perturbations or changes (environmental canalization). The concept of canalization is closely related to the phenomenon of genetic assimilation, that is, the idea that previously hidden, cryptic genetic variants can become phenotypically expressed following an environmental or genetic perturbation and increase in frequency by selection. General Overviews Early experimental evidence for the existence of canalization and genetic assimilation is reviewed in depth by Scharloo 1991, the first comprehensive review paper in the field.
    [Show full text]
  • Modularity in Evolution: Some Low-Level Questions ∗
    Modularity in Evolution: Some Low-Level Questions ∗ Lee Altenberg Information and Computer Sciences University of Hawai‘i at Manoa Honolulu, HI U.S.A. Internet: [email protected] Copyright c 2004 by Lee Altenberg Abstract Intuitive notions about the advantages of modularity for evolvability run into the problem of how we parse the organism into traits. In order to resolve the “question of multiplicity”, there needs to be a way to get the human observer out of the way, and define modularity in terms of physical processes. I will offer two candidate ideas towards this resolution: • the dimensionality of phenotypic variation, and • the causal screening off of phenotypic variables by other phenotypic variables. With this framework, the evolutionary advantages that have been attributed to mod- ularity do not derive from modularity per se. Rather, they require that there be an “alignment” between the spaces of phenotypic variation, and the selection gradients that are available to the organism. Modularity may facilitate such alignment, but it is not sufficient; the appropriate phenotype-fitness map in conjunction with the genotype- phenotype map is also necessary for evolvability. 1 The Question of Multiplicity A good deal of work in recent years has shown that the structure of the genotype-phenotype map is of fundamental importance to the process of evolution. The variational properties ∗Chapter 5 in Modularity: Understanding the Development and Evolution of Complex Natural Systems, Werner Callebaut and Diego Rasskin-Gutman, editors. MIT Press, 2005. 1 2 Lee Altenberg of the genotype-phenotype map—how genetic variation maps to phenotypic variation (Al- tenberg, 1994a, 1995; Wagner & Altenberg, 1996)—largely determine whether mutations and recombination can generate the sequence of phenotypes with increasing fitness that produce adaptation.
    [Show full text]
  • Evolution of Variation and Variability Under Fluctuating, Stabilizing, and Disruptive Selection
    ORIGINAL ARTICLE doi:10.1111/j.1558-5646.2010.00979.x EVOLUTION OF VARIATION AND VARIABILITY UNDER FLUCTUATING, STABILIZING, AND DISRUPTIVE SELECTION Christophe Pelabon,´ 1,2 Thomas F. Hansen,3,4 Ashley J. R. Carter,3,5 and David Houle3 1Department of Biology, Center for Conservation Biology, Norwegian University of Science and Technology, 7491 Trondheim, Norway 2E-mail: [email protected] 3Department of Biological Science, Florida State University, Tallahassee, Florida 32306 4CEES, Department of Biology, University of Oslo, PO Box 1066, 0316 Oslo, Norway 5Department of Biological Sciences, California State University, Long Beach, California 90840 Received September 16, 2009 Accepted February 3, 2010 How variation and variability (the capacity to vary) may respond to selection remain open questions. Indeed, effects of different selection regimes on variational properties, such as canalization and developmental stability are under debate. We analyzed the patterns of among- and within-individual variation in two wing-shape characters in populations of Drosophila melanogaster maintained under fluctuating, disruptive, and stabilizing selection for more than 20 generations. Patterns of variation in wing size, which was not a direct target of selection, were also analyzed. Disruptive selection dramatically increased phenotypic variation in the two shape characters, but left phenotypic variation in wing size unaltered. Fluctuating and stabilizing selection consistently decreased phenotypic variation in all traits. In contrast, within-individual variation, measured by the level of fluctuating asymmetry, increased for all traits under all selection regimes. These results suggest that canalization and developmental stability are evolvable and presumably controlled by different underlying genetic mechanisms, but the evolutionary responses are not consistent with an adaptive response to selection on variation.
    [Show full text]
  • Is Modularity Necessary for Evolvability? Remarks on the Relationship Between Pleiotropy and Evolvability Thomas F
    BioSystems 69 (2003) 83–94 Is modularity necessary for evolvability? Remarks on the relationship between pleiotropy and evolvability Thomas F. Hansen∗ Department of Biological Science, Florida State University, Tallahassee, FL 32306, USA Abstract Evolvability is the ability to respond to a selective challenge. This requires the capacity to produce the right kind of variation for selection to act upon. To understand evolvability we therefore need to understand the variational properties of biological organisms. Modularity is a variational property, which has been linked to evolvability. If different characters are able to vary independently, selection will be able to optimize each character separately without interference. But although modularity seems like a good design principle for an evolvable organism, it does not therefore follow that it is the only design that can achieve evolvability. In this essay I analyze the effects of modularity and, more generally, pleiotropy on evolvability. Although, pleiotropy causes interference between the adaptation of different characters, it also increases the variational potential of those characters. The most evolvable genetic architectures may often be those with an intermediate level of integration among characters, and in particular those where pleiotropic effects are variable and able to compensate for each other’s constraints. © 2002 Elsevier Science Ireland Ltd. All rights reserved. Keywords: Evolvability; Pleiotropy; Modularity; Genetic constraint; Eye evolution; Adaptation; Adaptability; Variability; Genetic variance 1. Introduction Nowhere is this standard set of variational assump- tions better illustrated than in Nilsson and Pelger’s One of the most fundamental, yet puzzling, prop- (1994) “A pessimistic estimate of the time required erties of living organisms is their amazing ability for an eye to evolve”.
    [Show full text]
  • Developmental Structuring of Phenotypic Variation: a Case Study with a Cellular Automata Model of Ontogeny
    Developmental Structuring of Phenotypic Variation: A Case Study with a Cellular Automata Model of Ontogeny Wim Hordijk∗ Konrad Lorenz Institute for Evolution and Cognition Research Klosterneuburg, Austria [email protected] Lee Altenberg University of Hawai`i at M¯anoa Honolulu, Hawai`i, USA 96822 [email protected] ∗ Corresponding author Abstract Developmental mechanisms not only produce an organismal phenotype, but they also structure the way genetic variation maps to phenotypic variation. Here we re- visit a computational model for the evolution of ontogeny based on cellular automata, in which evolution regularly discovered two alternative mechanisms for achieving a selected phenotype, one showing high modularity, the other showing morphological in- tegration. We measure a primary variational property of the systems, their distribution of fitness effects of mutation. We find that the modular ontogeny shows the evolution of mutational robustness and ontogenic simplification, while the integrated ontogeny does not. We discuss the wider use of this methodology on other computational models of development, as well as real organisms. 1 Introduction The idea that phenotypic variation could ever be \unbiased" is a historical artifact coming from two main sources: First were the early characterizations of quantitative genetic variation for single traits or small numbers of traits. Such measurements are actually projections of the extremely high dimensionality of organismal properties into very few dimensions. When the additive genetic variance was measured for these low-dimensional projections, positive additive genetic variance was discovered to be ubiquitous, and this finding was confirmed by selective breeding experiments that showed populations were widely responsive to artificial selection, so these trait values could be changed.
    [Show full text]
  • The Road to Modularity
    FOCUS ON EVREVIEWSO–DEVO The road to modularity Günter P. Wagner*, Mihaela Pavlicev‡ and James M. Cheverud‡ Abstract | A network of interactions is called modular if it is subdivided into relatively autonomous, internally highly connected components. Modularity has emerged as a rallying point for research in developmental and evolutionary biology (and specifically evo–devo), as well as in molecular systems biology. Here we review the evidence for modularity and models about its origin. Although there is an emerging agreement that organisms have a modular organization, the main open problem is the question of whether modules arise through the action of natural selection or because of biased mutational mechanisms. 2 7 Variational module All organisms are highly integrated and cohesive systems biology , and in cognitive psychology . We will not A set of covarying traits that that interact with their environment in coherent and attempt to cover modularity in the cognitive sciences, vary relatively independently often predictable ways. But in spite of the integration of which have generated a huge literature with little over- of other such sets of traits. particular parts, many organisms display obvious signs lap or relevance for developmental evolution (but see Variational modules are REF. 8 recognized by higher than of structural and functional heterogeneity among these ). In this Review, we look at how the consideration average correlations among parts. Higher organisms possess different cell types for of modularity has contributed to the study of develop- traits. specialized functions, such as nerve cells for the trans- mental evolution, in particular through its application mission of information, muscle cells for locomotion and in molecular, developmental and evolutionary biology.
    [Show full text]
  • The Role of Gene Origin in the Evolution of Evolvability
    Intro Riedl AnalogyNK Details Empirical Conclusion References The Role of Gene Origin in the Evolution of Evolvability July 24, 2015, EvoEvo Workshop, ECAL 2015, University of York, UK Lee Altenberg The Konrad Lorenz Institute for Evolution and Cognition Research, Klosterneuburg, Austria [email protected] http://dynamics.org/Altenberg/ Lee Altenberg | The Genome-As-Population | 1=60 Intro Riedl AnalogyNK Details Empirical Conclusion References Basic Problem of Evolvability Q. How do you randomly alter a complex organism and improve its function with non-vanishing magnitude at non-vanishing probability? A. By diverse mechanisms that focus variation in directions with adaptive opportunity while suppressing variation in harmful directions. Lee Altenberg | The Genome-As-Population | 2=60 Intro Riedl AnalogyNK Details Empirical Conclusion References New theory and some empirical studies reveal variation production of the organism resembling ‘viscoelasticity’ (suppression of deleterious mutation production) LONG-TERM SELECTION MUTATIONAL PRESSURE ROBUSTNESS Lee Altenberg | The Genome-As-Population | 3=60 Intro Riedl AnalogyNK Details Empirical Conclusion References Classical quantitative and population genetics models precluded such ‘viscoelasticity’ LONG-TERM SELECTION NO MUTATIONAL PRESSURE X ROBUSTNESS Lee Altenberg | The Genome-As-Population | 4=60 Intro Riedl AnalogyNK Details Empirical Conclusion References Variation can proceed along neutral networks of genotypes to find adaptive variation (Wagner, 2008) ADAPTIVE VARIATION STABILIZING SELECTION NEUTRAL NETWORKS NEUTRAL NETWORKS Lee Altenberg | The Genome-As-Population | 5=60 Intro Riedl AnalogyNK Details Empirical Conclusion References Varying selection can wear ‘trails’ in the genotype-phenotype map that enhance re-evolvability: Meyers et al. (2005) Kashtan and Alon (2005) Crombach and Hogeweg (2007, 2008) Draghi and Wagner (2008) Needed is a comprehensive understanding of how the variational properties of organisms are shaped in evolution.
    [Show full text]
  • Developmental Bias and Evolution: a Regulatory Network Perspective
    | PERSPECTIVES Developmental Bias and Evolution: A Regulatory Network Perspective Tobias Uller,*,1 Armin P. Moczek,† Richard A. Watson,‡ Paul M. Brakefield,§ and Kevin N. Laland** *Department of Biology, Lund University, 22362, Sweden, †Department of Biology, Indiana University, Bloomington, Indiana 47405, ‡Department of Computer Science, Institute for Life Sciences, Southampton SO17 1BJ, UK, §Department of Zoology, University of Cambridge, CB2 3EJ, UK, and **School of Biology, University of St. Andrews, Fife KY16 9TF, UK ABSTRACT Phenotypic variation is generated by the processes of development, with some variants arising more readily than others—a phenomenon known as “developmental bias.” Developmental bias and natural selection have often been portrayed as alternative explanations, but this is a false dichotomy: developmental bias can evolve through natural selection, and bias and selection jointly influence phenotypic evolution. Here, we briefly review the evidence for developmental bias and illustrate how it is studied empirically. We describe recent theory on regulatory networks that explains why the influence of genetic and environmental perturbation on phenotypes is typically not uniform, and may even be biased toward adaptive phenotypic variation. We show how bias produced by developmental processes constitutes an evolving property able to impose direction on adaptive evolution and influence patterns of taxonomic and phenotypic diversity. Taking these considerations together, we argue that it is not sufficient to accommodate de- velopmental bias into evolutionary theory merely as a constraint on evolutionary adaptation. The influence of natural selection in shaping developmental bias, and conversely, the influence of developmental bias in shaping subsequent opportunities for adaptation, requires mechanistic models of development to be expanded and incorporated into evolutionary theory.
    [Show full text]