COMP3411: Artificial Intelligence 10a. Evolutionary Computation

Size: px
Start display at page:

Download "COMP3411: Artificial Intelligence 10a. Evolutionary Computation"

Transcription

1 COMP s1 Evolutionary Computation 1 COMP3411: Artificial Intelligence 10a. Evolutionary Computation Outline Darwinian Evolution Evolutionary Computation paradigms Simulated Hockey Evolutionary Robotics COMP s1 Evolutionary Computation 2 Overview COMP s1 Evolutionary Computation 3 Charles Darwin machine learning you are here evolutionary techniques neural networks simulated environments competitive games Darwin s theory of Natural Selection was largely inspired by whathe observed on a visit to the Galapagos Islands different species of finches from different islands unusual adaptations such as the marine iguana breeding habits of turtles Darwin was influenced by: Charles Lyell s Principles of Geology Thomas Malthus s Essay on Population his grandfather Erasmus Darwin his other grandfather, Josiah Wedgwood

2 COMP s1 Evolutionary Computation 4 Human Genome COMP s1 Evolutionary Computation 5 Evolutionary Computation human genome consists of 3 billion DNA base pairs each base pair can be one of four nucleotides A(Adenine) G(Guanine) C(Cytosine) T(Thymine) approximately 30,000 genes, each coding for a specific protein 97% of genome does not code for proteins once thought to be useless junk DNA now thought to serve some other function(s) use principles of natural selection to evolve a computational mechanism which performs well at a specified task. start with randomly initialized population repeated cycles of: evaluation selection reproduction + mutation any computational paradigm can be used, with appropriately defined reproduction and mutation operators COMP s1 Evolutionary Computation 6 Evolutionary Computation Paradigms COMP s1 Evolutionary Computation 7 Bit String Operators (Genetic Algorithm) Bit Strings (Holland Genetic Algorithm ) S-expression trees (Koza Genetic Programming ) set of continuous parameters (Swefel Evolutionary Strategy ) Lindenmeyer system (e.g. Sims Evolving Virtual Creatures ) one point crossover: two point crossover: point mutation:

3 COMP s1 Evolutionary Computation 8 S-expression Trees (Genetic Programming) COMP s1 Evolutionary Computation 9 Continuous Parameters (ES) reproduction = just copying mutation = add random noise to each weight (or parameter), from a Gaussian distribution with specified standard deviation sometimes, the standard deviation evolves as well COMP s1 Evolutionary Computation 10 Fitness Functions COMP s1 Evolutionary Computation 11 Case Study Simulated Hockey deceptive landscapes local optima premature convergence variation over time (robustness) baldwin effect (evolve to learn from environment)

4 COMP s1 Evolutionary Computation 12 COMP s1 Evolutionary Computation 13 Shock Physics Shock Actuators rectangular rink with rounded corners near-frictionless playing surface spring method of collision handling left skate right skate frictionless (never acquires any spin) (x L,y L ) (x R,y R ) askateateachendofthevehiclewithwhichitcanpushontherink in two independent directions COMP s1 Evolutionary Computation 14 COMP s1 Evolutionary Computation 15 Shock Sensors Shock Inputs each of the 6 sensors responds to three different stimuli ball / own goal opponent goal 3additionalinputsspecifythecurrentvelocityofthevehicle 6Braitenberg-stylesensorsequallyspacedaroundthevehicle total of = 21 inputs each sensor has an angular range of 90 with an overlap of 30 between neighbouring sensors

5 COMP s1 Evolutionary Computation 16 Shock Agent velocity sensor 0 sensor 1 enemy goal enemy goal sensor 2 enemy goal output sensor 3 enemy goal vector sensor 4 sensor 5 enemy goal enemy goal longitudinal (left skate) longitudinal (right skate) lateral z COMP s1 Evolutionary Computation 17 Shock Agent Perceptron with 21 inputs and 4 outputs total of 4 (21 + 1)=88 weights our genome (for Evolutionary Computation) consists of a vector of these 88 parameters mutation = add Gaussian random noise to each parameter, with standard deviation 0.05 COMP s1 Evolutionary Computation 18 Shock Task COMP s1 Evolutionary Computation 19 Evolutionary Algorithm each game begins with a random game initial condition random position for random position and orientation for player each game ends with +1 if enemy goal -1 if own goal 0iftimelimitexpires mutant champ + Gaussian noise champ and mutant play up to 5 games with same game initial conditions if mutant does better than champ, champ (1 α) champ + α mutant better means the mutant must score higher than the champ in the first game, and at least as high as the champ in each subsequent game

6 COMP s1 Evolutionary Computation 20 Evolved Behavior COMP s1 Evolutionary Computation 21 Wins and Losses COMP s1 Evolutionary Computation 22 Evolutionary Robotics COMP s1 Evolutionary Computation 23 Aibo Walk Learning (Hornby) Aibo walk learning Humanoid walk learning Evolving body as well as controller Simulation to Reality Learning done on actual robot.

7 COMP s1 Evolutionary Computation 24 Guroo Humanoid Walk Learning COMP s1 Evolutionary Computation 25 Evolving Virtual Creatures (Sims) Body evolves as a Lindenmeyer system Learning done in simulator(s), then tested on actual robot. Controller evolves as a neural network COMP s1 Evolutionary Computation 26 Golem (Lipson) COMP s1 Evolutionary Computation 27 Simulation to Reality (Hornby) Evolved in simulation, tested in reality. Evolved in simulation, tested in reality.

8 Gaps in the Fossil Record? Gaps in the Fossil Record? Partial Geographic Isolation Punctuated Equilibria

9 COMP s1 Evolutionary Computation 28 Gaps in the Fossil Record? COMP s1 Evolutionary Computation 29 Co-Evolution Eldridge & Gould partial geographic isolation punctuated equilibria ideas for Evolutionary Computation? island models co-evoluton co-operative insects/flowers brain/body competitive leopard vs. gazelle actor vs. critic mixed co-operative/competitive game theory, iterated prisoner s dilemma multi-agent systems COMP s1 Evolutionary Computation 30 Current / Future Directions Hierarchical Evolutionary Re-Combination (HERCL) scaling up to larger problems transfer learning from task to task novelty search modularity and evolution credit-assignment problem artificial ecology

COMP3411: Artificial Intelligence 7a. Evolutionary Computation

COMP3411: Artificial Intelligence 7a. Evolutionary Computation COMP3411 14s1 Evolutionary Computation 1 COMP3411: Artificial Intelligence 7a. Evolutionary Computation Outline Darwinian Evolution Evolutionary Computation paradigms Simulated Hockey Evolutionary Robotics

More information

COMP9444 Neural Networks and Deep Learning 10. Deep Reinforcement Learning. COMP9444 c Alan Blair, 2017

COMP9444 Neural Networks and Deep Learning 10. Deep Reinforcement Learning. COMP9444 c Alan Blair, 2017 COMP9444 Neural Networks and Deep Learning 10. Deep Reinforcement Learning COMP9444 17s2 Deep Reinforcement Learning 1 Outline History of Reinforcement Learning Deep Q-Learning for Atari Games Actor-Critic

More information

2/17/17. B. Four scientists important in development of evolution theory

2/17/17. B. Four scientists important in development of evolution theory UNIT 4: EVOLUTION Chapter 10: Principles of Evolution I. Early Ideas about Evolution (10.1) A. Early scientists proposed ideas about evolution 1. Evolution- process of biological change by which descendants

More information

Objectives for Chapter: 22

Objectives for Chapter: 22 Descent With Modification: A Darwinian View of Life Chapter 22 Objectives for Chapter: 22 1. Understand the following contributions made by the following as they relate to Darwin s Theory of evolution.

More information

UNIT 4: EVOLUTION Chapter 10: Principles of Evolution. I. Early Ideas about Evolution (10.1) A. Early scientists proposed ideas about evolution

UNIT 4: EVOLUTION Chapter 10: Principles of Evolution. I. Early Ideas about Evolution (10.1) A. Early scientists proposed ideas about evolution UNIT IV Chapter 10 Principles of Evolution UNIT 4: EVOLUTION Chapter 10: Principles of Evolution I. Early Ideas about Evolution (10.1) A. Early scientists proposed ideas about evolution 1. Evolution- process

More information

Chapter 16: Evolutionary Theory

Chapter 16: Evolutionary Theory Chapter 16: Evolutionary Theory Section 1: Developing a Theory Evolution: Artificial Selection: Evolution: I. A Theory to Explain Change Over Time B. Charles Darwin C. Theory: D. Modern evolutionary theory

More information

EVOLUTION. HISTORY: Ideas that shaped the current evolutionary theory. Evolution change in populations over time.

EVOLUTION. HISTORY: Ideas that shaped the current evolutionary theory. Evolution change in populations over time. EVOLUTION HISTORY: Ideas that shaped the current evolutionary theory. Evolution change in populations over time. James Hutton & Charles Lyell proposes that Earth is shaped by geological forces that took

More information

Chapter 10 Study Guide SECTION 1: Early Ideas about Evolution

Chapter 10 Study Guide SECTION 1: Early Ideas about Evolution NAME Chapter 10 Study Guide SECTION 1: Early Ideas about Evolution BIOLOGY PREAP/GT Match each scientist with the statement that best reflects his ideas about evolutionary theory. 1. Linnaeus a. Species

More information

Lecture 9 Evolutionary Computation: Genetic algorithms

Lecture 9 Evolutionary Computation: Genetic algorithms Lecture 9 Evolutionary Computation: Genetic algorithms Introduction, or can evolution be intelligent? Simulation of natural evolution Genetic algorithms Case study: maintenance scheduling with genetic

More information

EVOLUTION change in populations over time

EVOLUTION change in populations over time EVOLUTION change in populations over time HISTORY ideas that shaped the current theory James Hutton & Charles Lyell proposes that Earth is shaped by geological forces that took place over extremely long

More information

UNIT 4: EVOLUTION Chapter 10: Principles of Evolution

UNIT 4: EVOLUTION Chapter 10: Principles of Evolution CORNELL NOTES Directions: You must create a minimum of 5 questions in this column per page (average). Use these to study your notes and prepare for tests and quizzes. Notes will be stamped after each assigned

More information

EVOLUTION change in populations over time

EVOLUTION change in populations over time EVOLUTION change in populations over time HISTORY ideas that shaped the current theory James Hutton (1785) proposes that Earth is shaped by geological forces that took place over extremely long periods

More information

THE HISTORY OF THE THEORY. Darwin presented that happens and offered an of how it happens. Theory a broad that has been and

THE HISTORY OF THE THEORY. Darwin presented that happens and offered an of how it happens. Theory a broad that has been and Evolution Notes THE HISTORY OF THE THEORY Why is the evolutionary theory associated with Charles Darwin? Darwin presented that happens and offered an of how it happens. o Evolution the process by which

More information

Learning objectives. Evolution in Action. Chapter 8: Evolution and Natural Selection. By the end of today s topic students should be able to:

Learning objectives. Evolution in Action. Chapter 8: Evolution and Natural Selection. By the end of today s topic students should be able to: ANNOUNCEMENTS Thursday February 13, 2014 Chapter 8: Evolution and Natural Selection Dr. Traver returns next week. Movie on Tuesday afternoon What Darwin Never Knew. Midterm 2 is next week 2/20/2014 Use

More information

Charles Darwin became a naturalist, a scientist who studies nature, during a voyage on the British ship HMS Beagle.

Charles Darwin became a naturalist, a scientist who studies nature, during a voyage on the British ship HMS Beagle. Theory of Evolution Darwin s Voyage What did Darwin observe? Charles Darwin became a naturalist, a scientist who studies nature, during a voyage on the British ship HMS Beagle. On his journey, Darwin observed

More information

Common Descent with Modification Evolution and Its Core Principles. Common Descent with Modification. Natural Selection

Common Descent with Modification Evolution and Its Core Principles. Common Descent with Modification. Natural Selection 16.1 Evolution and Its Core Principles Common Descent with Modification Descent with modification A key theory of evolution Describes the process by which species of living things can undergo modification

More information

Evolutionary Computation

Evolutionary Computation Evolutionary Computation - Computational procedures patterned after biological evolution. - Search procedure that probabilistically applies search operators to set of points in the search space. - Lamarck

More information

What does the phrase Only the Strong Survive mean to you??

What does the phrase Only the Strong Survive mean to you?? What does the phrase Only the Strong Survive mean to you?? Essential Questions: How are we Here? What caused so many different living things to populate Earth? Why do Living things become extinct? 1 A.

More information

1.A- Natural Selection

1.A- Natural Selection 1.A- Natural Selection Big Idea 1: The process of evolution drives the diversity and unity of life. EU 1.A- Evolution is change in the genetic makeup of a population over time. EU 1.B- Organisms are linked

More information

Artificial Intelligence (AI) Common AI Methods. Training. Signals to Perceptrons. Artificial Neural Networks (ANN) Artificial Intelligence

Artificial Intelligence (AI) Common AI Methods. Training. Signals to Perceptrons. Artificial Neural Networks (ANN) Artificial Intelligence Artificial Intelligence (AI) Artificial Intelligence AI is an attempt to reproduce intelligent reasoning using machines * * H. M. Cartwright, Applications of Artificial Intelligence in Chemistry, 1993,

More information

IV. Evolutionary Computing. Read Flake, ch. 20. Assumptions. Genetic Algorithms. Fitness-Biased Selection. Outline of Simplified GA

IV. Evolutionary Computing. Read Flake, ch. 20. Assumptions. Genetic Algorithms. Fitness-Biased Selection. Outline of Simplified GA IV. Evolutionary Computing A. Genetic Algorithms Read Flake, ch. 20 2014/2/26 1 2014/2/26 2 Genetic Algorithms Developed by John Holland in 60s Did not become popular until late 80s A simplified model

More information

Chapter 15 Theory of Evolution

Chapter 15 Theory of Evolution Chapter 15 Theory of Evolution 15-1 History of Evolutionary Thought Evolution- the development of new species form pre-existing species. -change over time. In the 1800 s scientists began to present evidence

More information

Final Revision G8 Biology ( ) Multiple Choice Identify the choice that best completes the statement or answers the question.

Final Revision G8 Biology ( ) Multiple Choice Identify the choice that best completes the statement or answers the question. Final Revision G8 Biology ( 2017-2018 ) Multiple Choice Identify the choice that best completes the statement or answers the question. 1 A species is a group of similar organisms that A can mate with each

More information

CHAPTER 2--THE DEVELOPMENT OF EVOLUTIONARY THEORY

CHAPTER 2--THE DEVELOPMENT OF EVOLUTIONARY THEORY CHAPTER 2--THE DEVELOPMENT OF EVOLUTIONARY THEORY Student: 1. In Europe during the Middle Ages, it was believed that. A. all species had evolved from a common ancestor B. evolution was the result of natural

More information

EVOLUTION. Charles Darwin

EVOLUTION. Charles Darwin EVOLUTION Charles Darwin Question for Thought Earth has millions of other kinds of organisms of every imaginable shape, size, and habitat. This variety of living things is called biological diversity.

More information

Outline. Evolution: Evidence, Selection and Adaptation. Key Concepts: One of the key words of our modern time is Evolution

Outline. Evolution: Evidence, Selection and Adaptation. Key Concepts: One of the key words of our modern time is Evolution Evolution: Evidence, Selection and Adaptation One of the key words of our modern time is Evolution u 1. Key concepts Outline u 2. Early Beliefs, and New Discoveries u 3. Darwin developed the theory of

More information

VERY SIMPLY PUT-- Evolution is. change in a species over time.

VERY SIMPLY PUT-- Evolution is. change in a species over time. EVOLUTION VERY SIMPLY PUT-- Evolution is change in a species over time. How long did it take to CHANGE? 66 million years ago 54 million years ago 37 million years ago 26 million years ago Present Day There

More information

LIFE SCIENCE CHAPTER 7 FLASHCARDS

LIFE SCIENCE CHAPTER 7 FLASHCARDS LIFE SCIENCE CHAPTER 7 FLASHCARDS What did Darwin NOT understand about the process of evolution? A. the slowness of the process B. the role of genetics C. the importance of separation D. the importance

More information

What is science? Study of the natural world Systematic study through observation and experimentation.

What is science? Study of the natural world Systematic study through observation and experimentation. Chapters 14 and 15 What is science? Study of the natural world Systematic study through observation and experimentation. What is a scientific theory? a well-supported testable explanation of some aspect

More information

19. When allele frequencies change as a result of the migration of a small subgroup of a population

19. When allele frequencies change as a result of the migration of a small subgroup of a population CP Biology: Evolution Name: Per: Directions: Use your textbook to help you answer the practice questions for each chapter. It is important that you READ the chapter sections and not just search for the

More information

Unit 7 Evolution STUDY GUIDE\

Unit 7 Evolution STUDY GUIDE\ Name: Period: Date: Outcome 1 History of the Theory of Evolution Unit 7 Evolution STUDY GUIDE\ 1. (1.1) Evolution is the change in a of a population over. 2. Lamarck s understanding of evolution includes

More information

Darwin spent 20 years conducting research, after his voyage, in attempt to understand HOW evolution occurs.

Darwin spent 20 years conducting research, after his voyage, in attempt to understand HOW evolution occurs. Darwin spent 20 years conducting research, after his voyage, in attempt to understand HOW evolution occurs. One of his biggest influences was the work of farmers and breeders. He noticed that domesticated

More information

Unit Activity. 1. You will complete a table that follows the theories of evolution through time.

Unit Activity. 1. You will complete a table that follows the theories of evolution through time. Biology Unit Activity Unit 6: Evolution Introduction Evolution is one of the most important concepts in biology. Over the past 300 years, scientists have been theorizing about how the earth and the species

More information

Biology. Evolution: History & Process

Biology. Evolution: History & Process Biology Evolution: History & Process Terms: A species is a group of organisms, or population, that can be interbreed & produce fertile offspring. Variations are the differences found within species. Ex:

More information

V. Evolutionary Computing. Read Flake, ch. 20. Assumptions. Genetic Algorithms. Fitness-Biased Selection. Outline of Simplified GA

V. Evolutionary Computing. Read Flake, ch. 20. Assumptions. Genetic Algorithms. Fitness-Biased Selection. Outline of Simplified GA Part 5A: Genetic Algorithms V. Evolutionary Computing A. Genetic Algorithms Read Flake, ch. 20 1 2 Genetic Algorithms Developed by John Holland in 60s Did not become popular until late 80s A simplified

More information

Objectives. Evolution. Darwin 5/30/2012. Pre-Darwin. Genetic change in a population over time.

Objectives. Evolution. Darwin 5/30/2012. Pre-Darwin. Genetic change in a population over time. Objectives Evolution What is evolution? What lead Darwin to his thoughts 4 Premises of Evolution by Natural Selection Evidence supporting Evolution Genetic change in a population over time. Unifying concept

More information

V. Evolutionary Computing. Read Flake, ch. 20. Genetic Algorithms. Part 5A: Genetic Algorithms 4/10/17. A. Genetic Algorithms

V. Evolutionary Computing. Read Flake, ch. 20. Genetic Algorithms. Part 5A: Genetic Algorithms 4/10/17. A. Genetic Algorithms V. Evolutionary Computing A. Genetic Algorithms 4/10/17 1 Read Flake, ch. 20 4/10/17 2 Genetic Algorithms Developed by John Holland in 60s Did not become popular until late 80s A simplified model of genetics

More information

Chapter 2 Evolution: Constructing a Fundamental Scientific Theory

Chapter 2 Evolution: Constructing a Fundamental Scientific Theory Chapter 2 Evolution: Constructing a Fundamental Scientific Theory TRUE/FALSE 1. Organisms classified in two different biological orders can still belong to the same genus. 2. Before 1700, most Western

More information

Evolutionary Computation: introduction

Evolutionary Computation: introduction Evolutionary Computation: introduction Dirk Thierens Universiteit Utrecht The Netherlands Dirk Thierens (Universiteit Utrecht) EC Introduction 1 / 42 What? Evolutionary Computation Evolutionary Computation

More information

Evolution and Natural Selection

Evolution and Natural Selection Evolution and Natural Selection What Evolution is NOT Change in a gene pool over time What Evolution IS Evolution unites all fields of biology! Cell biology Genetics/DNA Ecology Biodiversity/Taxonomy Carolus

More information

Theory of Evolution. Descent with Modification

Theory of Evolution. Descent with Modification Theory of Evolution Descent with Modification Questions, questions, and one more question What does evolution mean? Genetic change of a population over time. Short or long? Both, can you think of some

More information

Chapter 22: Descent with Modification: A Darwinian View of Life

Chapter 22: Descent with Modification: A Darwinian View of Life Chapter 22: Descent with Modification Name Period Chapter 22: Descent with Modification: A Darwinian View of Life As you study this chapter, read several paragraphs at a time to catch the flow of ideas

More information

The Origin of New Species

The Origin of New Species The Origin of New Species Introduction If microevolution is small changes in gene frequencies What, then would macroevolution be? And how might that work???? The biological species concept emphasizes reproductive

More information

5/23/2017. XAVIER RECYCLES! Please place recyclable material in the common area recycling containers

5/23/2017. XAVIER RECYCLES! Please place recyclable material in the common area recycling containers YES: paper, cardboard, and empty plastic containers NO: cans, glass, liquid, garbage, food waste XAVIER RECYCLES! Please place recyclable material in the common area recycling containers Topics Biodiversity

More information

Biology Slide 1 of 41

Biology Slide 1 of 41 Biology 1 of 41 15-3 Darwin Presents His Case 2 of 41 15-3 Darwin Presents His Case Publication of On the Origin of Species Publication of On the Origin of Species Darwin filled notebooks with his ideas

More information

Biology. Slide 1 of 41. End Show. Copyright Pearson Prentice Hall

Biology. Slide 1 of 41. End Show. Copyright Pearson Prentice Hall Biology 1 of 41 15-3 Darwin Presents His Case 2 of 41 Publication of On the Origin of Species Publication of On the Origin of Species Darwin filled notebooks with his ideas about species diversity and

More information

Publication of On the Origin of Species Darwin Presents His Case

Publication of On the Origin of Species Darwin Presents His Case Publication of On the Origin of Species Publication of On the Origin of Species Darwin filled notebooks with his ideas about species diversity and the evolution process. Darwin was stunned and disturbed

More information

BIOL 1010 Introduction to Biology: The Evolution and Diversity of Life. Spring 2011 Sections A & B

BIOL 1010 Introduction to Biology: The Evolution and Diversity of Life. Spring 2011 Sections A & B BIOL 1010 Introduction to Biology: The Evolution and Diversity of Life. Spring 2011 Sections A & B Steve Thompson: stthompson@valdosta.edu http://www.bioinfo4u.net 1 Natural Selection and Variation through

More information

Complexity in social dynamics : from the. micro to the macro. Lecture 4. Franco Bagnoli. Lecture 4. Namur 7-18/4/2008

Complexity in social dynamics : from the. micro to the macro. Lecture 4. Franco Bagnoli. Lecture 4. Namur 7-18/4/2008 Complexity in Namur 7-18/4/2008 Outline 1 Evolutionary models. 2 Fitness landscapes. 3 Game theory. 4 Iterated games. Prisoner dilemma. 5 Finite populations. Evolutionary dynamics The word evolution is

More information

Evolution and Darwin

Evolution and Darwin Evolution and Darwin Evolution The processes that have transformed life on earth from it s earliest forms to the vast diversity that characterizes it today - Darwin Old Theories of Evolution Jean Baptiste

More information

Multiple Choice Write the letter on the line provided that best answers the question or completes the statement.

Multiple Choice Write the letter on the line provided that best answers the question or completes the statement. Chapter 15 Darwin s Theory of Evolution Chapter Test A Multiple Choice Write the letter on the line provided that best answers the question or completes the statement. 1. On the Galápagos Islands, Charles

More information

I. Theories of Evolution Evolution: Adaptation: Jean Baptiste de Lamarck: a) Use & Disuse: b) Inheritance of Acquired Characteristics:

I. Theories of Evolution Evolution: Adaptation: Jean Baptiste de Lamarck: a) Use & Disuse: b) Inheritance of Acquired Characteristics: I. Theories of Evolution Evolution: Adaptation: Jean Baptiste de Lamarck: a) Use & Disuse: b) Inheritance of Acquired Characteristics: Figure 1: Lamarckian Evolution III. Darwin & Evolution The Voyage

More information

Natural Selection. Professor Andrea Garrison Biology 3A Illustrations 2011 Pearson Education, Inc., unless otherwise noted

Natural Selection. Professor Andrea Garrison Biology 3A Illustrations 2011 Pearson Education, Inc., unless otherwise noted Natural Selection Professor Andrea Garrison Biology 3A Illustrations 2011 Pearson Education, Inc., unless otherwise noted Natural Selection Mechanism for change in species over time Proposed by Charles

More information

Chapter 8: Introduction to Evolutionary Computation

Chapter 8: Introduction to Evolutionary Computation Computational Intelligence: Second Edition Contents Some Theories about Evolution Evolution is an optimization process: the aim is to improve the ability of an organism to survive in dynamically changing

More information

of EVOLUTION???????????? states that existing forms of life on earth have arisen from earlier forms over long periods of time.

of EVOLUTION???????????? states that existing forms of life on earth have arisen from earlier forms over long periods of time. Evolution The WHAT theory IS of EVOLUTION???????????? states that existing forms of life on earth have arisen from earlier forms over long periods of time. Some of the strongest evidence to support evolution

More information

MAIN IDEA: Early scientists proposed ideas about evolution. In a phrase, tell what each scientist did to help develop evolutionary theory.

MAIN IDEA: Early scientists proposed ideas about evolution. In a phrase, tell what each scientist did to help develop evolutionary theory. SECTION 10.1 KEY CONCEPT EARLY IDEAS ABOUT EVOLUTION Study Guide There were theories of biological and geologic change before Darwin. VOCABULARY evolution fossil gradualism species catastrophism uniformitarianism

More information

Chapter 22 Descent with Modification: A Darwinian View of Life

Chapter 22 Descent with Modification: A Darwinian View of Life Chapter 22 Descent with Modification: A Darwinian View of Life 1. Evolution by Natural Selection 2. Evidence for the Evolutionary Process 1. Evolution by Natural Selection Chapter Reading pp. 462-470 1809

More information

NEUROEVOLUTION. Contents. Evolutionary Computation. Neuroevolution. Types of neuro-evolution algorithms

NEUROEVOLUTION. Contents. Evolutionary Computation. Neuroevolution. Types of neuro-evolution algorithms Contents Evolutionary Computation overview NEUROEVOLUTION Presenter: Vlad Chiriacescu Neuroevolution overview Issues in standard Evolutionary Computation NEAT method Complexification in competitive coevolution

More information

Evolutionary Design I

Evolutionary Design I Evolutionary Design I Jason Noble jasonn@comp.leeds.ac.uk Biosystems group, School of Computing Evolutionary Design I p.1/29 This lecture Harnessing evolution in a computer program How to construct a genetic

More information

Evolutionary Computation. DEIS-Cesena Alma Mater Studiorum Università di Bologna Cesena (Italia)

Evolutionary Computation. DEIS-Cesena Alma Mater Studiorum Università di Bologna Cesena (Italia) Evolutionary Computation DEIS-Cesena Alma Mater Studiorum Università di Bologna Cesena (Italia) andrea.roli@unibo.it Evolutionary Computation Inspiring principle: theory of natural selection Species face

More information

15 Darwin's Theory of Natural Selection 15-1 The Puzzle of Life's Diversity

15 Darwin's Theory of Natural Selection 15-1 The Puzzle of Life's Diversity 15-1 The Puzzle of Life's Diversity Study the photo of leaves... What else do you see? How did the Leaf Mantis come to look like decaying leaves? Define evolution in its simplest meaning? Review the meaning

More information

Evolutionary Game Theory

Evolutionary Game Theory Evolutionary Game Theory ISI 330 Lecture 18 1 ISI 330 Lecture 18 Outline A bit about historical origins of Evolutionary Game Theory Main (competing) theories about how cooperation evolves P and other social

More information

Regents Biology REVIEW 6: EVOLUTION. 1. Define evolution:

Regents Biology REVIEW 6: EVOLUTION. 1. Define evolution: Period Date REVIEW 6: EVOLUTION 1. Define evolution: 2. Modern Theory of Evolution: a. Charles Darwin: Was not the first to think of evolution, but he did figure out how it works (mostly). However, Darwin

More information

16.4 Evidence of Evolution

16.4 Evidence of Evolution 16.4 Evidence of Evolution Lesson Objectives Explain how geologic distribution of species relates to their evolutionary history. Explain how fossils and the fossil record document the descent of modern

More information

III. Evolutionary thinking before Darwin. Influences on Darwin. I. Evolution and its core principles. II. The importance of evolution as a concept

III. Evolutionary thinking before Darwin. Influences on Darwin. I. Evolution and its core principles. II. The importance of evolution as a concept I. Evolution and its core principles Evolution: cumulative changes in traits of a species or population over time. Common descent with modification: The modification of species in successive generations,

More information

Warm Up. Explain how a mutation can be detrimental in one environmental context and beneficial in another.

Warm Up. Explain how a mutation can be detrimental in one environmental context and beneficial in another. Warm Up Explain how a mutation can be detrimental in one environmental context and beneficial in another. Last Picture 4B Evidence for Evolution 1A.4a: Scientific evidence of biological evolution uses

More information

Darwin's Theory. Use Target Reading Skills. Darwin's Observations. Changes Over Time Guided Reading and Study

Darwin's Theory. Use Target Reading Skills. Darwin's Observations. Changes Over Time Guided Reading and Study Darwin's Theory This section discusses Charles Darwin and his theories ofevolution, which are based on what he saw during his trip around the world. Use Target Reading Skills In the graphic organizer,

More information

Co-evolution of Morphology and Control for Roombots

Co-evolution of Morphology and Control for Roombots Co-evolution of Morphology and Control for Roombots Master Thesis Presentation Ebru Aydın Advisors: Prof. Auke Jan Ijspeert Rico Möckel Jesse van den Kieboom Soha Pouya Alexander Spröwitz Co-evolution

More information

Summary - Mon and Wed

Summary - Mon and Wed Unit 1: Evolution 1 Summary - Mon and Wed 1. Wrap up red tape 2. Short answers - the tautology 3. Recap scientific method/inference to the best explanation 4. The natural sciences before Darwin 5. Influences

More information

NOTES: CH 22 Descent With Modification A Darwinian View of Life

NOTES: CH 22 Descent With Modification A Darwinian View of Life NOTES: CH 22 Descent With Modification A Darwinian View of Life Our planet is home to a huge variety of organisms (Scientists estimate 5-20 million species of organisms alive today!) Even more amazing

More information

Evolutionary computation

Evolutionary computation Evolutionary computation Andrea Roli andrea.roli@unibo.it DEIS Alma Mater Studiorum Università di Bologna Evolutionary computation p. 1 Evolutionary Computation Evolutionary computation p. 2 Evolutionary

More information

What is Natural Selection? Natural & Artificial Selection. Answer: Answer: What are Directional, Stabilizing, Disruptive Natural Selection?

What is Natural Selection? Natural & Artificial Selection. Answer: Answer: What are Directional, Stabilizing, Disruptive Natural Selection? What is Natural Selection? Natural & Artificial Selection Practice Quiz What are Directional, Stabilizing, Disruptive Natural Selection? When an environment selects for a trait in organisms. Who came up

More information

In 1831 people thought:

In 1831 people thought: In 1831 people thought: A) Earth and life were a few thousand years old B) The planet and species on it had not changed since the beginning of time C) Geologic features showed up due to catastrophic changes

More information

REVIEW 6: EVOLUTION. 1. Define evolution: Was not the first to think of evolution, but he did figure out how it works (mostly).

REVIEW 6: EVOLUTION. 1. Define evolution: Was not the first to think of evolution, but he did figure out how it works (mostly). Name: REVIEW 6: EVOLUTION 1. Define evolution: 2. Modern Theory of Evolution: a. Charles Darwin: Was not the first to think of evolution, but he did figure out how it works (mostly). However, Darwin didn

More information

Lab 2A--Life on Earth

Lab 2A--Life on Earth Lab 2A--Life on Earth Geology 1402 Chapters 3 & 7 in the textbook 1 A comment Many people including professional scientist are skeptical of evolution or outright reject it. I am not attempting to change

More information

Microevolution (Ch 16) Test Bank

Microevolution (Ch 16) Test Bank Microevolution (Ch 16) Test Bank Multiple Choice Identify the letter of the choice that best completes the statement or answers the question. 1. Which of the following statements describes what all members

More information

4. Identify one bird that would most likely compete for food with the large tree finch. Support your answer. [1]

4. Identify one bird that would most likely compete for food with the large tree finch. Support your answer. [1] Name: Topic 5B 1. A hawk has a genetic trait that gives it much better eyesight than other hawks of the same species in the same area. Explain how this could lead to evolutionary change within this species

More information

Fundamentals of Genetic Algorithms

Fundamentals of Genetic Algorithms Fundamentals of Genetic Algorithms : AI Course Lecture 39 40, notes, slides www.myreaders.info/, RC Chakraborty, e-mail rcchak@gmail.com, June 01, 2010 www.myreaders.info/html/artificial_intelligence.html

More information

CSC 4510 Machine Learning

CSC 4510 Machine Learning 10: Gene(c Algorithms CSC 4510 Machine Learning Dr. Mary Angela Papalaskari Department of CompuBng Sciences Villanova University Course website: www.csc.villanova.edu/~map/4510/ Slides of this presenta(on

More information

Introduction to Evolutionary Computation

Introduction to Evolutionary Computation Introduction to Evolutionary Computation 1 Evolutionary Computation Different lines of investigation in simulated evolution GA (Genetic Algorithms) ES (Evolution Strategies) EP (Evolutionary Programming)

More information

Natural Selection. Charles Darwin & Alfred Russell Wallace

Natural Selection. Charles Darwin & Alfred Russell Wallace Natural Selection Charles Darwin & Alfred Russell Wallace Darwin s Influences Darwin observed such variations in species on his voyage as a naturalist on the HMS Beagle Darwin s Influences Kept vast diaries

More information

Evolutionary change. Evolution and Diversity. Two British naturalists, one revolutionary idea. Darwin observed organisms in many environments

Evolutionary change. Evolution and Diversity. Two British naturalists, one revolutionary idea. Darwin observed organisms in many environments Evolutionary change Evolution and Diversity Ch 13 How populations evolve Organisms change over time In baby steps Species (including humans) are descended from other species Two British naturalists, one

More information

biologically-inspired computing lecture 18

biologically-inspired computing lecture 18 Informatics -inspired lecture 18 Sections I485/H400 course outlook Assignments: 35% Students will complete 4/5 assignments based on algorithms presented in class Lab meets in I1 (West) 109 on Lab Wednesdays

More information

Understanding Natural Selection

Understanding Natural Selection Understanding Natural Selection Charles Darwin (1809-1882) Sailed around the world 1831-1836 What did Darwin s Travels reveal The diversity of living species was far greater than anyone had previously

More information

Genetic Algorithms & Modeling

Genetic Algorithms & Modeling Genetic Algorithms & Modeling : Soft Computing Course Lecture 37 40, notes, slides www.myreaders.info/, RC Chakraborty, e-mail rcchak@gmail.com, Aug. 10, 2010 http://www.myreaders.info/html/soft_computing.html

More information

Enduring Understanding: Change in the genetic makeup of a population over time is evolution Pearson Education, Inc.

Enduring Understanding: Change in the genetic makeup of a population over time is evolution Pearson Education, Inc. Enduring Understanding: Change in the genetic makeup of a population over time is evolution. Objective: You will be able to identify the key concepts of evolution theory Do Now: Read the enduring understanding

More information

Evolutionary Robotics

Evolutionary Robotics Evolutionary Robotics Previously on evolutionary robotics Evolving Neural Networks How do we evolve a neural network? Evolving Neural Networks How do we evolve a neural network? One option: evolve the

More information

Darwin and Evolution. Chapter 17. Mid-Eighteenth Century. History of Evolutionary Thought

Darwin and Evolution. Chapter 17. Mid-Eighteenth Century. History of Evolutionary Thought Darwin and Evolution Chapter 17 Outline History of Evolutionary Thought Darwin s Theory of Evolution Occurrence of Descent Biogeography Natural Selection and Adaptation The Evidence of Evolution Fossil

More information

Perplexing Observations. Today: Thinking About Darwinian Evolution. We owe much of our understanding of EVOLUTION to CHARLES DARWIN.

Perplexing Observations. Today: Thinking About Darwinian Evolution. We owe much of our understanding of EVOLUTION to CHARLES DARWIN. Today: Thinking About Darwinian Evolution Part 1: Darwin s Theory Perplexing Observations Mystery of the Black Death?? What is evolution?? And what is this finch doing?!? We owe much of our understanding

More information

Wake Acceleration Academy - Biology Note Guide Unit 6: Evolution & The Diversity of Life

Wake Acceleration Academy - Biology Note Guide Unit 6: Evolution & The Diversity of Life Wake Acceleration Academy - Biology Note Guide Unit 6: Evolution & The Diversity of Life Extra Resources Website: http://waa-science.weebly.com Module 1: Darwin and Natural Selection Vocabulary Term Charles

More information

Vocab. ! Evolution - change in a kind of organism over time; process by which modern organisms have descended from ancient organisms

Vocab. ! Evolution - change in a kind of organism over time; process by which modern organisms have descended from ancient organisms Vocab! Evolution - change in a kind of organism over time; process by which modern organisms have descended from ancient organisms! Theory - well-tested explanation that unifies a broad range of observations

More information

Central Principle of Biology. Evolution by Natural Selection. Aristotle BCE. Anaximander BCE. Charles Darwin

Central Principle of Biology. Evolution by Natural Selection. Aristotle BCE. Anaximander BCE. Charles Darwin Central Principle of Biology Evolution by Natural Selection Charles Darwin 1809-1882 Evolution of Species Fixed Species Anaximander 610-545 BCE Aristotle 384-322 BCE 1 Jean-Baptiste Lamarck 1744-1829 Theory

More information

Thomas Malthus ( ) was an English economist. He wrote an essay titled On Population.

Thomas Malthus ( ) was an English economist. He wrote an essay titled On Population. THEORY OF EVOLUTION History of Evolutionary Thought The Idea of Evolution Evolution is the process of change in the inherited characteristics within populations over generations such that new types of

More information

AP Biology Notes Outline Enduring Understanding 1.C. Big Idea 1: The process of evolution drives the diversity and unity of life.

AP Biology Notes Outline Enduring Understanding 1.C. Big Idea 1: The process of evolution drives the diversity and unity of life. AP Biology Notes Outline Enduring Understanding 1.C Big Idea 1: The process of evolution drives the diversity and unity of life. Enduring Understanding 1.C: Life continues to evolve within a changing environment.

More information

Chapter 7. Evolution and the Fossil Record

Chapter 7. Evolution and the Fossil Record Chapter 7 Evolution and the Fossil Record 1 Guiding Questions What lines of evidence convinced Charles Darwin that organic evolution produced the species of the modern world? What are the two components

More information

Evolution. Early Beliefs

Evolution. Early Beliefs Early Beliefs Evolution Chain of Beings- Life extended from lowest forms to humans, spiritual beings were highest. Single Creation- All species were links created at the same time at one center of creation.

More information

Darwin s Theory of Evolution. The Puzzle of Life s Diversity

Darwin s Theory of Evolution. The Puzzle of Life s Diversity Darwin s Theory of Evolution The Puzzle of Life s Diversity Evolutionary Theory A scientific explanation that can illustrate the diversity of life on Earth Theory A well-supported, testable explanation

More information

How to Use This Presentation

How to Use This Presentation How to Use This Presentation To View the presentation as a slideshow with effects select View on the menu bar and click on Slide Show. To advance through the presentation, click the right-arrow key or

More information

Evolution. Darwin s Voyage

Evolution. Darwin s Voyage Evolution Darwin s Voyage Charles Darwin Explorer on an observation trip to the Galapagos Islands. He set sail on the HMS Beagle in 1858 from England on a 5 year trip. He was a naturalist (a person who

More information

Are individuals in a population of a species the same?

Are individuals in a population of a species the same? LEARNING OUTCOMES Define the term variation. Discuss the fact that variation occurs within, as well as between, species. Describe the differences between continuous and discontinuous variation, using examples

More information