evolutionary electronics
play

Evolutionary Electronics Companion slides for the book Bio-Inspired - PowerPoint PPT Presentation

Evolutionary Electronics Companion slides for the book Bio-Inspired Artificial Intelligence: Theories, 1 Methods, and Technologies by Dario Floreano and Claudio Mattiussi, MIT Press Introduction Evolutionary Electronics (EE) is defined as the


  1. Evolutionary Electronics Companion slides for the book Bio-Inspired Artificial Intelligence: Theories, 1 Methods, and Technologies by Dario Floreano and Claudio Mattiussi, MIT Press

  2. Introduction Evolutionary Electronics (EE) is defined as the application of evolutionary techniques to the design (synthesis) of electronic circuits Evolutionary (schematic) algorithm Electronic • Evolution of the parameters (sizing) Circuit given a fixed circuit topology • Evolution of both parameters and circuit topology • Placement and routing of the (physical layout) devices that compose the circuit Companion slides for the book Bio-Inspired Artificial Intelligence: Theories, 2 Methods, and Technologies by Dario Floreano and Claudio Mattiussi, MIT Press

  3. Motivation: why Evolutionary Electronics ? • Complex and performing electronic circuits are required with which the traditional design techniques cannot cope efficiently and thus produce a waste of resources • Some design problems are poorly specified in the sense that the functionality is not defined in terms of a precise input/output relationship but still a global performance can be measured easily • The state of advancement of electronic technology permits the exploitation of the virtues of evolutionary methods (waiting for the coming of age of nanotechnologies…) • Evolutionary electronics provides an illustration of many aspects that are relevant in the real-world application of evolutionary methods Companion slides for the book Bio-Inspired Artificial Intelligence: Theories, 3 Methods, and Technologies by Dario Floreano and Claudio Mattiussi, MIT Press

  4. Electronic and Biological “Devices” “… the fundamental elements of information processing in electronic and collector emitter base genetic systems are strikingly similar…” [Simpson et al., Proc. IEEE, May 2004] unpolarized base uncatalyzed energy energy energy transition comp. catalyzed polarized base collector substrate emitter product base Companion slides for the book Bio-Inspired Artificial Intelligence: Theories, 4 Methods, and Technologies by Dario Floreano and Claudio Mattiussi, MIT Press

  5. Electronic and Biological Networks “…the analysis, modeling, and simulation of natural and synthetic genetic circuits, often proceed in a manner similar to that used for electronic systems” “.. the expertise and skills contained within electrical and computer engineering disciplines apply not only to design within biological systems , but also to the development of a deeper understanding of biological functionality.” “It is possible that new strategies for engineered system design may emerge from this examination of natural gene circuit architectures.” [Simpson et al., Proc. IEEE, May 2004] Companion slides for the book Bio-Inspired Artificial Intelligence: Theories, 5 Methods, and Technologies by Dario Floreano and Claudio Mattiussi, MIT Press

  6. How Evolutionary Electronics works 1. A genetic representation is defined for the electronic circuits of interest 2. A set of objectives is defined in terms of functionality and performances of the desired circuit 3. An initial population (collection of individuals) is generated 4. The genome of each individual in the population is decoded into a circuit 5. The functionality and performances of the circuit are evaluated and the result is used to enforce a selection policy 6. The selected individuals are reproduced and the genetic operators are applied to obtain a new population Until the objectives are met or some stopping criterion (time, computational resources…) is fulfilled Companion slides for the book Bio-Inspired Artificial Intelligence: Theories, 6 Methods, and Technologies by Dario Floreano and Claudio Mattiussi, MIT Press

  7. Extrinsic vs. Intrinsic evolution 1 The behavior of an electronic circuit can be R2 R1 1k Ω 270k Ω C2 estimated using a circuit simulator 100nF 5 Vout C1 4 V1 10nF 5V 2 3 R 3 In extrinsic evolutionary design: each circuit Vin Q1 k Ω 1 2N2222 0 is simulated to assess its performance • The structure of the circuit can be almost arbitrary * SPICE simulation example • The circuit is virtual and cannot be damaged * circuit description: C1 2 3 10n • The simulated models are only approximations C2 4 5 100n R1 3 1 270k R2 4 1 1k R3 0 5 1k 1.0 Q1 4 3 0 Q2N2222 0.8 V1 1 0 5Vdc Vout 0.6 * input signal: 0.4 Vin 2 0 SIN 0 0.2 1k 0 0 0 voltage (V) 0.2 * simulator directives: 0 Vin .TRAN 0 3.5ms 0 0.01ms -0.2 .OPTIONS TEMP=25 -0.4 * device models: -0.6 .MODEL Q2N2222 NPN -0.8 + IS 14.3E-15 BF 256 NF 1 + VAF 74 IKF 0.28 ISE 14.3E-15 -1.0 0.0 0.5 1.0 1.5 2.0 2.5 3.0 3.5 + NE 1.3 BR 6.1 NR 1 RB 10 RC 1 time (ms) + CJE 22.0E-12 MJE 0.377 + CJC 7.3E-12 MJC 0.3416 + TF 411E-12 XTF 3 VTF 1.7 + ITF 0.6 TR 46.9E-09 XT B 1.5 7 .END

  8. Extrinsic vs. Intrinsic evolution The existence of reconfigurable devices opens the way to the possibility of performing evolution directly in hardware In intrinsic evolutionary design: each circuit is physically implemented and cell tested ... • The evaluation is done using real devices (no approximations) • There are some constraints on the circuit ... connections ... structure ... • The results can depend on the physical device used for the evolution input/output circuitry • The evolutionary setting can be defined so as to produce an adaptation during the operating life of the circuit (e.g., to obtain fault tolerance) Companion slides for the book Bio-Inspired Artificial Intelligence: Theories, 8 Methods, and Technologies by Dario Floreano and Claudio Mattiussi, MIT Press

  9. Analog vs. Digital circuit evolution Analog signals Digital signals amplitude amplitude clock time time Analog circuit Digital circuit 1 R1 R2 270k Ω 1k Ω C2 100nF 5 4 Vout C1 V1 10nF 5V 2 3 R 3 Q1 Vin k Ω 1 2N2222 0 • Functionality determined by • Functionality determined mostly by connectivity and circuit parameters connectivity; few circuit parameters • Mostly continuous search space • Discontinuous search space Companion slides for the book Bio-Inspired Artificial Intelligence: Theories, 9 Methods, and Technologies by Dario Floreano and Claudio Mattiussi, MIT Press

  10. Conventional digital design • Basic building blocks at various levels (silicon, transistor, gate, functional) • Combinational and sequential circuits • Objectives specified in terms of truth tables, state machines, hardware description languages (HDL…) • There exist systematic techniques for combinational and sequential design which typically combine building blocks • There is a large variety of commercial reconfigurable (programmable) devices Companion slides for the book Bio-Inspired Artificial Intelligence: Theories, 10 Methods, and Technologies by Dario Floreano and Claudio Mattiussi, MIT Press

  11. Conventional analog design • Basic building blocks at various levels (silicon, transistor, functional) • There are fewer analog than digital high-level standard building blocks • Multiple objectives specified in terms of I/O transfer functions, power consumption, noise, operating voltage ranges… • No systematic methodologies for analog design. The creativity, intuition, experience of the designer is required to obtain state-of-the-art performance. Analog design is still an art rather than a science • There are few commercial analog reconfigurable devices Companion slides for the book Bio-Inspired Artificial Intelligence: Theories, 11 Methods, and Technologies by Dario Floreano and Claudio Mattiussi, MIT Press

  12. The role of abstraction • Abstraction is the process of disregarding some aspect of a system focusing on a subset of its actual properties • Abstraction is important in human design since it reduces the number of elements that must be taken into account simultaneously • The drawback (“cost of abstraction” or “abstraction-efficiency tradeoff”) is the less efficient use of the available resources since some system configurations are no longer considered • Artificial evolution can proceed with different abstractions and explore parts of the design space that are not accessible to a human designer Space of all electronic circuits • New design principles can be discovered by Current space of evolutionary designs analyzing the workings of evolved circuits Current space of conventional designs Companion slides for the book Bio-Inspired Artificial Intelligence: Theories, 12 Methods, and Technologies by Dario Floreano and Claudio Mattiussi, MIT Press

  13. The Story of the P2 Companion slides for the book Bio-Inspired Artificial Intelligence: Theories, 13 Methods, and Technologies by Dario Floreano and Claudio Mattiussi, MIT Press

  14. Evolutionary digital design Companion slides for the book Bio-Inspired Artificial Intelligence: Theories, 14 Methods, and Technologies by Dario Floreano and Claudio Mattiussi, MIT Press

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend