130 likes | 260 Views
Evolution of Evolvability Complexity Club Alan N. Hampton 25th August, 2003. Talk Organization. Interacting elements and complexity Structured evolution of protein networks Does this happen in biology? The evolution of programming languages. Interacting elements and complexity.
E N D
Evolution of EvolvabilityComplexity ClubAlan N. Hampton25th August, 2003
Talk Organization • Interacting elements and complexity • Structured evolution of protein networks • Does this happen in biology? • The evolution of programming languages
The evolution of protein networks protein interaction matrix
The evolution of protein networks • Ingredients for evolution • Self reproductory system • Point mutations (square in interaction matrix) • Survival of fittest This has led to living beings as we know it?
The evolution of protein networks • Modular design • Proteins are loosely coupled • Useful sub-functions increase coupling • 3. Loose coupling between sub-functions
The evolution of protein networks • Faster evolution • Structured mutation • Sub-function duplication Evolution of mutation operator.
Does this happen in biology? • Modules in biological systems (Nature 1999) • Self-regulation of point mutations (e.coli) • Hox genes (module development on/off) • Specificity in chromosome crossover No evidence of structural mutations.
The evolution of programming languages • Machine Code • Assembler • Interpreters (Basic) • Compiler languages (Fortran, Lisp, C) • Object Oriented (C++) Has evolved for the convenience of the developer
The evolution of programming languages Artificial evolution of programming languages? Not very successful (serial language) Any solution? Evolve mutation templates? for (x=0; x < …; x++) { … } int …(…) { … return (int)…; }