Evolving Finite State Machines for the Propulsion Control of Hybrid

Size: px
Start display at page:

Download "Evolving Finite State Machines for the Propulsion Control of Hybrid"

Transcription

1 Evolving Finite State Machines for the Propulsion Control of Hybrid Vehicles JONAS HELLGREN and MATTIAS WAHDE Div. of Machine and Vehicle Design, Div. of Mechatronics Chalmers University of Technology, SE-42 96, Gothenburg, SWEDEN Abstract: Hybrid Vehicles (HVs) are proposed as a candidate to conventional vehicles. Characteristic for HVs is the use of a temporary energy buffer. But the control of the Primary Power Unit (PPU), e.g. an otto engine or a fuel cell, is much more complex than in conventional vehicles. This paper deals with a method to design a control algorithm for the PPU in a HV. Here, a Finite State Machine (FSM) is used as the control architecture and is trained using an evolutionary algorithm. A control sequence is derived from a simplified vehicle model and used to train the FSM. The evolved FSM is then used to control a much more accurate computer model of a vehicle. A special technique, which is introduced in this paper, has been developed, which considerably increases the speed of evolution. A realistic example of an implementation of a control algorithm in a virtual prototype is also presented. Key-words: Hybrid vehicle, Control strategy, Control algorithm, Propulsion control, Finite State Machine, Evolutionary algorithm. Introduction The major difference between conventional vehicles and Hybrid Vehicles (HVs) is the presence of a buffer for temporary storage of energy in HVs. The buffer enables regenerative breaking and the Primary Power Unit (PPU) to be more or less decoupled from the wheels. This gives a potential to reduce fuel consumption and emissions. In this paper a series hybrid bus is in focus. The term series hybrid implies that the PPU can work independently of the wheels, since there is no mechanical connection between the wheels and the PPU. Driveline Synthesis (DS) [] is a method that automatically suggests a driveline configuration, e.g. a series hybrid vehicle, with components (PPU and buffer) of predetermined sizes. Also a control strategy (not implementable) is derived from DS. The aim of this work is to generate a method that creates a control algorithm, that is implementable, based on the result from DS. If this is done, it can be shown that the suggested driveline can be controlled in practice. In addition, the possibility to validate the DS is hereby achieved. Developing a good control algorithm for HVs is a very complex problem. Such an algorithm should be: intelligent, i.e. control the vehicle in a competent way. The objective can be low fuel consumption, low emissions, small wear of components, driveability or a combination of issues; implementable, i.e. possible to use it in practice. Only signals that are possible and, preferably, easy to measure or estimate should be used. The control algorithm also needs to be robust, i.e. insensitive to unpredictable events in the environment. In general, control strategies for HVs are divided into Load following and On/off strategies. In the case of a Load following strategy, the power from the PPU is closely related to the power demand from the chassis. If the strategy is of On/ off type the power from the PPU is related to the State Of Charge (SOC) in the buffer; at some specific SOC, the PPU is turned on or off. The SOC is a measure of the available energy in the buffer. In practice, a combination of the strategies might be the most appropriate choice. There are several alternatives available for performing the control of a HV. A neural network has been used for a HV project within NASA [2], an analytic expression has been developed by [3] and a strategy based on Fuzzy logic is carried out in [4].

2 The design process is illustrated, in general terms, in Figure. The overall purpose is to transform customer demands into a HV. The problem in focus in this paper is introduced in box C: evolving an Finite State Machine (FSM) that can control a virtual prototype. By imitating a control sequence an FSM is trained to perform well in a specific situation. The control strategy from DS is not implementable because it contains abstract information such as the recommended power from the PPU is 00 kw and the maximum change of SOC is 4%. The control sequence is not implementable either, since it does not explicitly recommend what action to take in a specific situation. Acc [m/s 2 ] Pch [kw] Velocity[km/h] 0 Time[s] Fig. 2: Driving cycle Demands (driving cycle, number of passengers, etc.), conditions (fuel price, discount rate, etc.) DS Virtual prototype A D Control strategy Suggested driveline FSM Generate control sequence Evolve FSM Control sequence Fig. : Overview of the design process. An FSM is proposed as the control architecture. The following control signals are chosen here: the acceleration of the vehicle (Acc), the power demand from the chassis (Pch) and the SOC. This choice is debatable, but it is beyond the scope of this paper to find the best choice. The output is the desired power from the PPU (P PPU ). Figure 2 shows the driving cycle. The control sequence used here to evolve FSMs is illustrated in Figure 3. Note that, in order to achieve a more robust control algorithm, the acceleration, deceleration, and time for moving at constant speed differ between different parts in the driving cycle. By training the control algorithm to handle several situations, a more robust result is obtained. B C SOC Pppu [kw] Time[s] Fig. 3: Control sequence, P PPU is the output signal. 2 Structure of proposed FSM The structure of the FSM is influenced by the type of transition described in [5] and the modular approach proposed by [6]. The main principle is that when a specific state is active an output related to that state will be generated. The state will remain active unless some condition is fulfilled, which occurs when an input signal (here represented by a floating-point number) reaches a predefined value. The modular approach implies that an FSM can be divided into separate modules containing several states each. Modularity is introduced in order to: obtain FSMs that are easier to interpret, obtain a simpler structure with fewer states and transitions.

3 Figure 4 shows an example of the structure of an FSM. The rules for transitions between modules are described in Appendix. 3 2 Mod (main) Mod 2 Mod 3 Mod Mod 2 Mod 3 2 Mod 3 Mod Mod 2 = State = Transition = Other module Fig. 4: Example of FSM. The first state in module is the start state. Each state is associated with one or more transitions. A transition occurs when a condition is satisfied. The transitions in a state have different priorities, as shown in Figure 5. The number of transitions per state may differ between states and is determined by the evolutionary process. Out = 34 Transition (with highest priority) ins < 0.3 ins 3 < 8 ins 2 >.2 Mod/State= / Mod/State= /2 This line is normally not drawn Mod/State= 2/ Fig. 5: An example of transitions associated with a state. Ins i denotes the input signals. 3 Training of FSMs An evolutionary algorithm has been used for obtaining the FSMs. Evolutionary algorithms are very useful tools in optimization problems where the search space is large or has a complicated structure, and they function even in the absence of a differentiable error surface, i.e. in situations where a gradient cannot be defined. For a general introduction to the use of evolutionary algorithms in connection with FSMs, see [7]. Initially, a population of random FSMs is generated. The FSMs are evaluated by measuring their ability to produce the correct output signal for a given input signal. Those FSMs, which perform best, are more likely to be selected, and thus propagate their features to subsequent generations of FSMs. Our evolutionary algorithm resembles the evolutionary programming approach used by Fogel [7]. The FSMs are evolved with the aim of imitating a control sequence, as indicated in Figure. The control sequence is obtained using an inverse dynamic vehicle model, i.e. a model in which the state of the system is computed from the output of the system. In the case of a HV, examples of states are the power from the PPU and the SOC in the buffer. The output can be the driving cycle, generally described as speed as a function of time. The procedure for training FSMs consists of the following main steps (described in detail below): preprocessing a list containing transition data, (hereafter: LOT, short for List Of Transition data). The motivation for creating a LOT is to speed up the evolution of the FSMs. This is achieved since the LOT supports the evolutionary process in its search for a proper transition by providing a set of elementary building blocks that can be used by the evolutionary algorithm. Running an evolutionary algorithm, with support from the LOT. 3. Performance measure In evolutionary algorithms, a performance measure known as fitness is defined. In this case, individuals that imitate the control sequence accurately and have a simple structure are given high fitness. The following fitness function is used here: where: ε fitness = ε f( Σ) the difference between the output from the FSM and the desired (given) output

4 f Σ f increases linearly with Σ 3.2 Preprocessing a LOT The algorithm for generating a LOT is described in Figure 6. As an example, consider the training sequence in Figure 7. For the first step (A), the following transition data is added to the LOT: condition = ins > 2.99; first output signal = 4; second output signal = 5; input signals = 3,. A simple evolutionary algorithm (different from the one used when evolving the FSMs) generates the condition part of the transition data. The remaining three parameters in the transition data are used to avoid duplicates of transition data elements. At step B, data will also be added to the LOT. At step C, no element will be added to the LOT, since this step is similar to step A (the first and second output signals, as well as the input signals are equal to the corresponding transition data in step A). At step D two elements will be added to the LOT, since both ins and ins 2 change. Start the total number of transitions in the FSM. This reflects the complexity of the FSM. Find next step in output signal End of output signal? no Similar in/output signals found in LOT? no * Generate transition data * Add transition data to LOT yes yes Stop yes Fig. 6: Algorithm for generating a LOT. no More input signals that change during step? 5 output signal A B C D ins ins 2 Fig. 7: Example of out/input signal sequence for the training of an FSM. 3.3 Evolving FSMs In the evolutionary process, the existing FSMs are changed using mutations, which are made by randomly selecting a mutation operator from the set: {add module, delete module, add state, delete state, add transition, delete transition, modify transition}. Table contains a brief description of all the available operators. The probability for an operator to be chosen is roughly inversely proportional to the change in the structure of the FSM caused by the operator. For the operators add transition and modify transition there is a possibility to choose a transition randomly, since there might be situations when no proper transition data is present in the LOT. If a transition is defined with support from the LOT, only elements in the LOT whose first output signal (defined in section 3.2) equals the output of the active state can be selected. The allowed destination module and state are functions of the second output signal in the transition data. Only the maximum number of modules, states and transitions are defined in advance. Thus, the structure of the best FSM is a result of the evolutionary process. The parameter settings used for evolving FSMs are defined in Appendix 2.

5 OPER- ATOR Add module Table : Operators for evolving FSMs. P is the probability for an operator to be chosen. Delete module Add state Delete state Add transition Delete transition Modify transition TASK (P) Adds a module to the FSM. The numbers of states and numbers of transitions in the states are random. (/2) Deletes a randomly chosen module. Transitions pointing to the deleted module are reassigned to a random module (of remaining modules). (/2) When adding a state a random number of transitions are also created. The output signal from the state can only be one of the values present in the given output signal. (/2) Like the case of deleting a module, transitions have to be reassigned to a random state (of remaining states). (/2) A transition is added to a randomly chosen state. The priority of the added transition is random. (2/2) This operator is similar to add transition but deletes a transition instead. (2/2) A randomly chosen transition in the FSM is selected and changed. (4/2) 4 Implementation in a virtual prototype When an FSM has been evolved, it can be used in a virtual prototype, consisting of an accurate vehicle model developed in Modelica [8] (a language for modelling physical systems). This is done by transforming the FSM to a file format that can be interpreted by the virtual prototype. Since the model is fully dynamic, its behavior is very similar to that of a real vehicle. A virtual driver gives a torque request to the electric motor. The torque request is related to the difference between actual and desired speed. As stated in section, Acc, Pch, and SOC are used as control signals. In practice, the acceleration may be interpreted as the torque demand of the driver. The power from chassis and the SOC can be measured or estimated. In this work, a series hybrid city bus is chosen as an example. Table 2 gives data about the bus, and Figure 8 illustrates the layout of the model. Table 2: Data for the series hybrid city bus. TERM Total weight Type and size of the PPU Type and size of the buffer Type and size of the electric motor DESCRIPTION kg Diesel engine, 00 kw Super capacitor, 300 kg, 300 kw, 3 MJ Asynchronous motor, 00 kg, 200 kw Fig. 8: Model of a series HV. The PPUCtrl component interprets the data files containing the FSM. 5 Results According to Figure 9, an almost perfect FSM is found. There is, however, a slight deviation from the desired output signal. This can be explained by the fact that some time elapses between the fulfillment of a condition and the generation of the new output signal. For clarity, only a part of the sequence is shown, but the deviation (called Error, in Figure 9) is very small also in the rest of the sequence.

6 Outsignal, OutFSM [kw] Error [kw] Time [s] Fig. 9: In the top panel, the output signal from the evolved FSM (dashed) is compared to the desired output signal. The difference (Error) between the output from the evolved FSM and the desired output signal is shown in the lower panel. Figure 0 shows the driving cycle and the chassis power versus the power from the PPU (equal to the output signal from the FSM). The SOC, as a function of time, is also shown in Figure 0. As is evident from Figure 0, the FSM controls the PPU in a sensible and desired way. It is interesting that the PPU supports the buffer during acceleration and delivers low power during deceleration. This agrees well with common sense. Figure illustrates the evolved FSM. States one and two (with output signals equal to 9.77 and 25.77, respectively) can be interpreted as standstill states since they become active after deceleration. Whether state one or two becomes active after deceleration depends on the SOC. In the same way, states three and four (with output signals equal to 60.5 and 39.44) can be interpreted as motion states. The two remaining states, five and six, are deceleration (with output signal equal to 7.3) and acceleration states (with output signal equal to 60.5). The fuel consumption of the HV is, according to the simulation, 7 liters/0 km. In [2] it is stated that the fuel consumption of a conventional diesel bus is 9 liters/0 km for the same driving cycle. This indicates that HVs have a potential to reduce substantially fuel consumption and that the control algorithm behaves intelligently. Velocity [m/s], SOC [%] Power [W] SOC Output signal from FSM Time [s] Chassis power Velocity Fig. 0: Results from a fully dynamic simulation performed in Modelica. acc.> 0.33 acc.< 0. Pch.> 8.0 SOC.< Pch.> 20.7 Pch.< 26.2 acc.< 0.22 SOC.> 0.45 Fig. : Shape of the evolved FSM. It contains one module with 6 states. The output signal is given in kw. 6 Discussion The method described in this paper and illustrated in Figure, is very promising since the driveline and the control algorithm are automatically generated. When the computer is the designer there is no risk of negative influence due to human limitations and/or prejudices. The special technique of preprocessing transitions, SOC.< 0.77 SOC.> 0.83 acc.> 0. acc.> 0.2

7 that is introduced in this paper, considerably decreases the time needed to evolve the FSMs. If the operators do not use the LOT, the number of evaluations needed increases approximately by a factor 00. A major advantage compared with, for example, neural networks is that FSMs can be interpreted and modified in an intuitive and physical way. 7 Future work The results obtained so far are very encouraging. Some future developments will now be introduced and briefly described. 7. Introducing more complex driving cycles In order to meet more realistic scenarios, the method described in this paper will be applied to more complex driving cycles which may include, for instance, a highway part. 7.2 Increasing the robustness In order to achieve more robust FSMs, that are able to cope with any realistic driving situation, the evolutionary algorithm should be applied to a larger training data set, consisting of data from several different situations. For example, the performance of the FSM shown in Figure will be less than perfect if the vehicle is going uphill. 7.3 Introducing adaptability The use of FSMs gives the possibility to improve the control algorithm after the design of the FSM, i.e. when the vehicle is in duty. The principle is to change some appropriate characteristic of the FSM, for example the output signal for some specific state. For instance, a successful change may result in lower fuel consumption. Since the change is based on real measurements, it can compensate for simplifications made in the vehicle model. 7.4 Introducing other HV types and signals The aim is to develop implementable control algorithms for other HV types in a way similar (in principle) to that described in this paper. In [9], different HV types are described further. Also, the affect of choosing other signals should be investigated. Acknowledgements The authors would like to thank several colleagues, especially Bengt Jacobson, for interesting discussions during the work. Also Margit deserves a thank for careful reading of the manuscript and useful comments. References [] J. Hellgren and B. Jacobson, A Systematic Way of Choosing Driveline Configuration and Sizing Components in Hybrid Vehicles, SAE 00FTT_23, [2] J.C. Brown, Baseline Testing of the Hybrid Electric Transit Bus, NASA/ TM [3] C. Andersson, Simulation and verification of a hybrid bus, Nordic Workshop on Power and Industrial Electronics, Aalborg, Denmark, [4] E. Cerruto, A. Consoli, A. Raciti, A. Testa, Energy Flows Management in Hybrid Vehicles by Fuzzy Logic Controller, IEEE, 994. [5] M. Wahde and H. Sandholt, Evolving Complex Behaviors on Autonomous Robots, Mechatronics Forum International Conference, [6] K. Chellapilla and D. Czarnecki, A Preliminary Investigation into Evolving Modular Finite State Machines, Proc. of the 999 Congress on Evolutionary Computation, Washington D.C, USA, Jul. 6-9, 999. [7] L.J. Fogel, Intelligence through simulated evolution, Wiley, New York, 999. [8] Modelica, [9] H. Wallentowitz and J.W. Biermann, Strukturvarianten von Hybridantrieben, VDI BERICHTE, NR. 459, 999.

8 Appendix - Rules for transition In a transition to module i start with state in this module if: condition : module i- calls module i (i- < i, i.e. i- has higher rank) or condition 2: module i+ calls module i (i+ > i, i.e. i+ has lower rank) and module i has not called module i+ after module i- calls module i+ (where i- is a module of higher rank than both i and i+). Consider now the FSM in Figure 4. In this figure, module has higher rank than module 2 which, in turn, has higher rank than module 3. An example of the first condition above occurs if the FSM jumps to module 2 from module. As a result of this particular transition, the FSM will always end up in state of module 2. The second condition can be illustrated in a similar way, but this will not be done here. If neither of the two conditions above are satisfied, the FSM will simply return to the location from which is previously left module i, and resume execution from this point. As an example, consider again the FSM in Figure 4. If the FSM jumps to module 3 from state 3 in module, then, if it returns to module, it will follow the link leading back to state 3, rather than jumping to state in module. Appendix 2 - Parameter settings Number of individuals: 00 Number of subpopulations (to prevent the solution from getting stuck in a local minimum): 0 Probability for defining a transition randomly: 0.5 Maximum number of states: equal to the number of different output signals Maximum number of modules: 3 Maximum number of transitions per state: 5

Evolutionary robotics Jørgen Nordmoen

Evolutionary robotics Jørgen Nordmoen INF3480 Evolutionary robotics Jørgen Nordmoen Slides: Kyrre Glette Today: Evolutionary robotics Why evolutionary robotics Basics of evolutionary optimization INF3490 will discuss algorithms in detail Illustrating

More information

Mehrdad Amirghasemi a* Reza Zamani a

Mehrdad Amirghasemi a* Reza Zamani a The roles of evolutionary computation, fitness landscape, constructive methods and local searches in the development of adaptive systems for infrastructure planning Mehrdad Amirghasemi a* Reza Zamani a

More information

Training a Neural Network for Checkers

Training a Neural Network for Checkers Training a Neural Network for Checkers Daniel Boonzaaier Supervisor: Adiel Ismail June 2017 Thesis presented in fulfilment of the requirements for the degree of Bachelor of Science in Honours at the University

More information

Control System for an All-Terrain Mobile Robot

Control System for an All-Terrain Mobile Robot Solid State Phenomena Vols. 147-149 (2009) pp 43-48 Online: 2009-01-06 (2009) Trans Tech Publications, Switzerland doi:10.4028/www.scientific.net/ssp.147-149.43 Control System for an All-Terrain Mobile

More information

Evolutionary Electronics

Evolutionary Electronics Evolutionary Electronics 1 Introduction Evolutionary Electronics (EE) is defined as the application of evolutionary techniques to the design (synthesis) of electronic circuits Evolutionary algorithm (schematic)

More information

Taylor Barto* Department of Electrical and Computer Engineering Cleveland State University Cleveland, Ohio December 2, 2014

Taylor Barto* Department of Electrical and Computer Engineering Cleveland State University Cleveland, Ohio December 2, 2014 PID vs. Artificial Neural Network Control of an H-Bridge Voltage Source Converter Abstract Taylor Barto* Department of Electrical and Computer Engineering Cleveland State University Cleveland, Ohio 44115

More information

Biologically Inspired Embodied Evolution of Survival

Biologically Inspired Embodied Evolution of Survival Biologically Inspired Embodied Evolution of Survival Stefan Elfwing 1,2 Eiji Uchibe 2 Kenji Doya 2 Henrik I. Christensen 1 1 Centre for Autonomous Systems, Numerical Analysis and Computer Science, Royal

More information

A Genetic Algorithm-Based Controller for Decentralized Multi-Agent Robotic Systems

A Genetic Algorithm-Based Controller for Decentralized Multi-Agent Robotic Systems A Genetic Algorithm-Based Controller for Decentralized Multi-Agent Robotic Systems Arvin Agah Bio-Robotics Division Mechanical Engineering Laboratory, AIST-MITI 1-2 Namiki, Tsukuba 305, JAPAN agah@melcy.mel.go.jp

More information

Virtual Testing of Autonomous Vehicles

Virtual Testing of Autonomous Vehicles Virtual Testing of Autonomous Vehicles Mike Dempsey Claytex Services Limited Software, Consultancy, Training Based in Leamington Spa, UK Office in Cape Town, South Africa Experts in Systems Engineering,

More information

Embodiment from Engineer s Point of View

Embodiment from Engineer s Point of View New Trends in CS Embodiment from Engineer s Point of View Andrej Lúčny Department of Applied Informatics FMFI UK Bratislava lucny@fmph.uniba.sk www.microstep-mis.com/~andy 1 Cognitivism Cognitivism is

More information

Evolving High-Dimensional, Adaptive Camera-Based Speed Sensors

Evolving High-Dimensional, Adaptive Camera-Based Speed Sensors In: M.H. Hamza (ed.), Proceedings of the 21st IASTED Conference on Applied Informatics, pp. 1278-128. Held February, 1-1, 2, Insbruck, Austria Evolving High-Dimensional, Adaptive Camera-Based Speed Sensors

More information

Using Dynamic Capability Evaluation to Organize a Team of Cooperative, Autonomous Robots

Using Dynamic Capability Evaluation to Organize a Team of Cooperative, Autonomous Robots Using Dynamic Capability Evaluation to Organize a Team of Cooperative, Autonomous Robots Eric Matson Scott DeLoach Multi-agent and Cooperative Robotics Laboratory Department of Computing and Information

More information

USING A FUZZY LOGIC CONTROL SYSTEM FOR AN XPILOT COMBAT AGENT ANDREW HUBLEY AND GARY PARKER

USING A FUZZY LOGIC CONTROL SYSTEM FOR AN XPILOT COMBAT AGENT ANDREW HUBLEY AND GARY PARKER World Automation Congress 21 TSI Press. USING A FUZZY LOGIC CONTROL SYSTEM FOR AN XPILOT COMBAT AGENT ANDREW HUBLEY AND GARY PARKER Department of Computer Science Connecticut College New London, CT {ahubley,

More information

Behavior Emergence in Autonomous Robot Control by Means of Feedforward and Recurrent Neural Networks

Behavior Emergence in Autonomous Robot Control by Means of Feedforward and Recurrent Neural Networks Behavior Emergence in Autonomous Robot Control by Means of Feedforward and Recurrent Neural Networks Stanislav Slušný, Petra Vidnerová, Roman Neruda Abstract We study the emergence of intelligent behavior

More information

Publication P IEEE. Reprinted with permission.

Publication P IEEE. Reprinted with permission. P3 Publication P3 J. Martikainen and S. J. Ovaska function approximation by neural networks in the optimization of MGP-FIR filters in Proc. of the IEEE Mountain Workshop on Adaptive and Learning Systems

More information

Volkswagen Group: Leveraging VIRES VTD to Design a Cooperative Driver Assistance System

Volkswagen Group: Leveraging VIRES VTD to Design a Cooperative Driver Assistance System Volkswagen Group: Leveraging VIRES VTD to Design a Cooperative Driver Assistance System By Dr. Kai Franke, Development Online Driver Assistance Systems, Volkswagen AG 10 Engineering Reality Magazine A

More information

Saphira Robot Control Architecture

Saphira Robot Control Architecture Saphira Robot Control Architecture Saphira Version 8.1.0 Kurt Konolige SRI International April, 2002 Copyright 2002 Kurt Konolige SRI International, Menlo Park, California 1 Saphira and Aria System Overview

More information

Subsumption Architecture in Swarm Robotics. Cuong Nguyen Viet 16/11/2015

Subsumption Architecture in Swarm Robotics. Cuong Nguyen Viet 16/11/2015 Subsumption Architecture in Swarm Robotics Cuong Nguyen Viet 16/11/2015 1 Table of content Motivation Subsumption Architecture Background Architecture decomposition Implementation Swarm robotics Swarm

More information

Optimization of Tile Sets for DNA Self- Assembly

Optimization of Tile Sets for DNA Self- Assembly Optimization of Tile Sets for DNA Self- Assembly Joel Gawarecki Department of Computer Science Simpson College Indianola, IA 50125 joel.gawarecki@my.simpson.edu Adam Smith Department of Computer Science

More information

A Divide-and-Conquer Approach to Evolvable Hardware

A Divide-and-Conquer Approach to Evolvable Hardware A Divide-and-Conquer Approach to Evolvable Hardware Jim Torresen Department of Informatics, University of Oslo, PO Box 1080 Blindern N-0316 Oslo, Norway E-mail: jimtoer@idi.ntnu.no Abstract. Evolvable

More information

Process Planning - The Link Between Varying Products and their Manufacturing Systems p. 37

Process Planning - The Link Between Varying Products and their Manufacturing Systems p. 37 Definitions and Strategies Changeability - An Introduction p. 3 Motivation p. 3 Evolution of Factories p. 7 Deriving the Objects of Changeability p. 8 Elements of Changeable Manufacturing p. 10 Factory

More information

Multi-Robot Coordination. Chapter 11

Multi-Robot Coordination. Chapter 11 Multi-Robot Coordination Chapter 11 Objectives To understand some of the problems being studied with multiple robots To understand the challenges involved with coordinating robots To investigate a simple

More information

The Behavior Evolving Model and Application of Virtual Robots

The Behavior Evolving Model and Application of Virtual Robots The Behavior Evolving Model and Application of Virtual Robots Suchul Hwang Kyungdal Cho V. Scott Gordon Inha Tech. College Inha Tech College CSUS, Sacramento 253 Yonghyundong Namku 253 Yonghyundong Namku

More information

Bidirectional Buck-Boost Controller for Electric Vehicle Using FPGA Board

Bidirectional Buck-Boost Controller for Electric Vehicle Using FPGA Board Research Article M. Rezal et al, Carib.j.SciTech, 2014,Vol.2, 314-321 Bidirectional Buck-Boost Controller for Electric Vehicle Using FPGA Board Authors & Affiliation: M. Rezal, A. Faiz University Kuala

More information

Evolved Neurodynamics for Robot Control

Evolved Neurodynamics for Robot Control Evolved Neurodynamics for Robot Control Frank Pasemann, Martin Hülse, Keyan Zahedi Fraunhofer Institute for Autonomous Intelligent Systems (AiS) Schloss Birlinghoven, D-53754 Sankt Augustin, Germany Abstract

More information

A FRAMEWORK FOR PERFORMING V&V WITHIN REUSE-BASED SOFTWARE ENGINEERING

A FRAMEWORK FOR PERFORMING V&V WITHIN REUSE-BASED SOFTWARE ENGINEERING A FRAMEWORK FOR PERFORMING V&V WITHIN REUSE-BASED SOFTWARE ENGINEERING Edward A. Addy eaddy@wvu.edu NASA/WVU Software Research Laboratory ABSTRACT Verification and validation (V&V) is performed during

More information

Evolution of Sensor Suites for Complex Environments

Evolution of Sensor Suites for Complex Environments Evolution of Sensor Suites for Complex Environments Annie S. Wu, Ayse S. Yilmaz, and John C. Sciortino, Jr. Abstract We present a genetic algorithm (GA) based decision tool for the design and configuration

More information

SPEED SYNCHRONIZATION OF MASTER SLAVE D.C. MOTORS USING MICROCONTROLLER, FOR TEXTILE APPLICATIONS

SPEED SYNCHRONIZATION OF MASTER SLAVE D.C. MOTORS USING MICROCONTROLLER, FOR TEXTILE APPLICATIONS e-issn: 2349-9745 p-issn: 2393-8161 Scientific Journal Impact Factor (SJIF): 1.711 International Journal of Modern Trends in Engineering and Research www.ijmter.com SPEED SYNCHRONIZATION OF MASTER SLAVE

More information

One computer theorist s view of cognitive systems

One computer theorist s view of cognitive systems One computer theorist s view of cognitive systems Jiri Wiedermann Institute of Computer Science, Prague Academy of Sciences of the Czech Republic Partially supported by grant 1ET100300419 Outline 1. The

More information

BECAUSE OF their low cost and high reliability, many

BECAUSE OF their low cost and high reliability, many 824 IEEE TRANSACTIONS ON INDUSTRIAL ELECTRONICS, VOL. 45, NO. 5, OCTOBER 1998 Sensorless Field Orientation Control of Induction Machines Based on a Mutual MRAS Scheme Li Zhen, Member, IEEE, and Longya

More information

Investigation and Implementation of a 10 MHz DC/DC Converter For AESA Radar Applications Master of Science thesis

Investigation and Implementation of a 10 MHz DC/DC Converter For AESA Radar Applications Master of Science thesis Investigation and Implementation of a 10 MHz DC/DC Converter For AESA Radar Applications Master of Science thesis ERIK GUSTAVSSON NIKLAS HAGMAN Department of Energy and Environment Division of Electric

More information

Mixed Synchronous/Asynchronous State Memory for Low Power FSM Design

Mixed Synchronous/Asynchronous State Memory for Low Power FSM Design Mixed Synchronous/Asynchronous State Memory for Low Power FSM Design Cao Cao and Bengt Oelmann Department of Information Technology and Media, Mid-Sweden University S-851 70 Sundsvall, Sweden {cao.cao@mh.se}

More information

Energy-Efficient Mobile Robot Exploration

Energy-Efficient Mobile Robot Exploration Energy-Efficient Mobile Robot Exploration Abstract Mobile robots can be used in many applications, including exploration in an unknown area. Robots usually carry limited energy so energy conservation is

More information

Optimization of Robot Arm Motion in Human Environment

Optimization of Robot Arm Motion in Human Environment Optimization of Robot Arm Motion in Human Environment Zulkifli Mohamed 1, Mitsuki Kitani 2, Genci Capi 3 123 Dept. of Electrical and Electronic System Engineering, Faculty of Engineering University of

More information

Modeling and Simulation of Hybrid Electric Vehicle Power Systems

Modeling and Simulation of Hybrid Electric Vehicle Power Systems SAE TECHNICAL PAPER SERIES 2007-01-1592 Modeling and Simulation of Hybrid Electric Vehicle Power Systems Min Zhang Synopsys Inc Reprinted From: Automotive Electronics and Systems Reliability (SP-2088)

More information

Dynamic Model-Based Filtering for Mobile Terminal Location Estimation

Dynamic Model-Based Filtering for Mobile Terminal Location Estimation 1012 IEEE TRANSACTIONS ON VEHICULAR TECHNOLOGY, VOL. 52, NO. 4, JULY 2003 Dynamic Model-Based Filtering for Mobile Terminal Location Estimation Michael McGuire, Member, IEEE, and Konstantinos N. Plataniotis,

More information

Engineering Diploma Resource Guide ST150 ETP Research & Design (Engineering)

Engineering Diploma Resource Guide ST150 ETP Research & Design (Engineering) Engineering Diploma Resource Guide ST50 ETP Research & Design (Engineering) Introduction Whether we are looking to improve a current system or design a completely new product for the market place, we have

More information

ECE 174 Computer Assignment #2 Due Thursday 12/6/2012 GLOBAL POSITIONING SYSTEM (GPS) ALGORITHM

ECE 174 Computer Assignment #2 Due Thursday 12/6/2012 GLOBAL POSITIONING SYSTEM (GPS) ALGORITHM ECE 174 Computer Assignment #2 Due Thursday 12/6/2012 GLOBAL POSITIONING SYSTEM (GPS) ALGORITHM Overview By utilizing measurements of the so-called pseudorange between an object and each of several earth

More information

INTERACTIVE DYNAMIC PRODUCTION BY GENETIC ALGORITHMS

INTERACTIVE DYNAMIC PRODUCTION BY GENETIC ALGORITHMS INTERACTIVE DYNAMIC PRODUCTION BY GENETIC ALGORITHMS M.Baioletti, A.Milani, V.Poggioni and S.Suriani Mathematics and Computer Science Department University of Perugia Via Vanvitelli 1, 06123 Perugia, Italy

More information

Behaviour-Based Control. IAR Lecture 5 Barbara Webb

Behaviour-Based Control. IAR Lecture 5 Barbara Webb Behaviour-Based Control IAR Lecture 5 Barbara Webb Traditional sense-plan-act approach suggests a vertical (serial) task decomposition Sensors Actuators perception modelling planning task execution motor

More information

CYCLIC GENETIC ALGORITHMS FOR EVOLVING MULTI-LOOP CONTROL PROGRAMS

CYCLIC GENETIC ALGORITHMS FOR EVOLVING MULTI-LOOP CONTROL PROGRAMS CYCLIC GENETIC ALGORITHMS FOR EVOLVING MULTI-LOOP CONTROL PROGRAMS GARY B. PARKER, CONNECTICUT COLLEGE, USA, parker@conncoll.edu IVO I. PARASHKEVOV, CONNECTICUT COLLEGE, USA, iipar@conncoll.edu H. JOSEPH

More information

Obstacle Avoidance in Collective Robotic Search Using Particle Swarm Optimization

Obstacle Avoidance in Collective Robotic Search Using Particle Swarm Optimization Avoidance in Collective Robotic Search Using Particle Swarm Optimization Lisa L. Smith, Student Member, IEEE, Ganesh K. Venayagamoorthy, Senior Member, IEEE, Phillip G. Holloway Real-Time Power and Intelligent

More information

COMPACT FUZZY Q LEARNING FOR AUTONOMOUS MOBILE ROBOT NAVIGATION

COMPACT FUZZY Q LEARNING FOR AUTONOMOUS MOBILE ROBOT NAVIGATION COMPACT FUZZY Q LEARNING FOR AUTONOMOUS MOBILE ROBOT NAVIGATION Handy Wicaksono, Khairul Anam 2, Prihastono 3, Indra Adjie Sulistijono 4, Son Kuswadi 5 Department of Electrical Engineering, Petra Christian

More information

PHYSICAL ROBOTS PROGRAMMING BY IMITATION USING VIRTUAL ROBOT PROTOTYPES

PHYSICAL ROBOTS PROGRAMMING BY IMITATION USING VIRTUAL ROBOT PROTOTYPES Bulletin of the Transilvania University of Braşov Series I: Engineering Sciences Vol. 6 (55) No. 2-2013 PHYSICAL ROBOTS PROGRAMMING BY IMITATION USING VIRTUAL ROBOT PROTOTYPES A. FRATU 1 M. FRATU 2 Abstract:

More information

Evolutions of communication

Evolutions of communication Evolutions of communication Alex Bell, Andrew Pace, and Raul Santos May 12, 2009 Abstract In this paper a experiment is presented in which two simulated robots evolved a form of communication to allow

More information

Key-Words: - Neural Networks, Cerebellum, Cerebellar Model Articulation Controller (CMAC), Auto-pilot

Key-Words: - Neural Networks, Cerebellum, Cerebellar Model Articulation Controller (CMAC), Auto-pilot erebellum Based ar Auto-Pilot System B. HSIEH,.QUEK and A.WAHAB Intelligent Systems Laboratory, School of omputer Engineering Nanyang Technological University, Blk N4 #2A-32 Nanyang Avenue, Singapore 639798

More information

Generating Isolated Outputs in a Multilevel Modular Capacitor Clamped DC-DC Converter (MMCCC) for Hybrid Electric and Fuel Cell Vehicles

Generating Isolated Outputs in a Multilevel Modular Capacitor Clamped DC-DC Converter (MMCCC) for Hybrid Electric and Fuel Cell Vehicles Generating Isolated Outputs in a Multilevel Modular Capacitor Clamped DC-DC Converter (MMCCC) for Hybrid Electric and Fuel Cell Vehicles Faisal H. Khan 1, Leon M. Tolbert 2 1 Electric Power Research Institute

More information

RESISTOR-STRING digital-to analog converters (DACs)

RESISTOR-STRING digital-to analog converters (DACs) IEEE TRANSACTIONS ON CIRCUITS AND SYSTEMS II: EXPRESS BRIEFS, VOL. 53, NO. 6, JUNE 2006 497 A Low-Power Inverted Ladder D/A Converter Yevgeny Perelman and Ran Ginosar Abstract Interpolating, dual resistor

More information

NAVIGATION OF MOBILE ROBOT USING THE PSO PARTICLE SWARM OPTIMIZATION

NAVIGATION OF MOBILE ROBOT USING THE PSO PARTICLE SWARM OPTIMIZATION Journal of Academic and Applied Studies (JAAS) Vol. 2(1) Jan 2012, pp. 32-38 Available online @ www.academians.org ISSN1925-931X NAVIGATION OF MOBILE ROBOT USING THE PSO PARTICLE SWARM OPTIMIZATION Sedigheh

More information

Evolutionary Robotics

Evolutionary Robotics Evolutionary Robotics The Use of Artificial Evolution in Robotics A tutorial presented at Ro-Man 2007 Mattias Wahde Technical Report TR-BBR-2007-001 Department of Applied Mechanics Chalmers University

More information

A Numerical Approach to Understanding Oscillator Neural Networks

A Numerical Approach to Understanding Oscillator Neural Networks A Numerical Approach to Understanding Oscillator Neural Networks Natalie Klein Mentored by Jon Wilkins Networks of coupled oscillators are a form of dynamical network originally inspired by various biological

More information

A Hybrid Evolutionary Approach for Multi Robot Path Exploration Problem

A Hybrid Evolutionary Approach for Multi Robot Path Exploration Problem A Hybrid Evolutionary Approach for Multi Robot Path Exploration Problem K.. enthilkumar and K. K. Bharadwaj Abstract - Robot Path Exploration problem or Robot Motion planning problem is one of the famous

More information

Adaptive Controllers for Vehicle Velocity Control for Microscopic Traffic Simulation Models

Adaptive Controllers for Vehicle Velocity Control for Microscopic Traffic Simulation Models Adaptive Controllers for Vehicle Velocity Control for Microscopic Traffic Simulation Models Yiannis Papelis, Omar Ahmad & Horatiu German National Advanced Driving Simulator, The University of Iowa, USA

More information

CHAPTER 6 OPTIMIZING SWITCHING ANGLES OF SRM

CHAPTER 6 OPTIMIZING SWITCHING ANGLES OF SRM 111 CHAPTER 6 OPTIMIZING SWITCHING ANGLES OF SRM 6.1 INTRODUCTION SRM drives suffer from the disadvantage of having a low power factor. This is caused by the special and salient structure, and operational

More information

Scheduling and Motion Planning of irobot Roomba

Scheduling and Motion Planning of irobot Roomba Scheduling and Motion Planning of irobot Roomba Jade Cheng yucheng@hawaii.edu Abstract This paper is concerned with the developing of the next model of Roomba. This paper presents a new feature that allows

More information

Using Driving Simulator for Advance Placement of Guide Sign Design for Exits along Highways

Using Driving Simulator for Advance Placement of Guide Sign Design for Exits along Highways Using Driving Simulator for Advance Placement of Guide Sign Design for Exits along Highways Fengxiang Qiao, Xiaoyue Liu, and Lei Yu Department of Transportation Studies Texas Southern University 3100 Cleburne

More information

H2020 RIA COMANOID H2020-RIA

H2020 RIA COMANOID H2020-RIA Ref. Ares(2016)2533586-01/06/2016 H2020 RIA COMANOID H2020-RIA-645097 Deliverable D4.1: Demonstrator specification report M6 D4.1 H2020-RIA-645097 COMANOID M6 Project acronym: Project full title: COMANOID

More information

Evolutionary Programming Optimization Technique for Solving Reactive Power Planning in Power System

Evolutionary Programming Optimization Technique for Solving Reactive Power Planning in Power System Evolutionary Programg Optimization Technique for Solving Reactive Power Planning in Power System ISMAIL MUSIRIN, TITIK KHAWA ABDUL RAHMAN Faculty of Electrical Engineering MARA University of Technology

More information

Using FMI/ SSP for Development of Autonomous Driving

Using FMI/ SSP for Development of Autonomous Driving Using FMI/ SSP for Development of Autonomous Driving presented by Jochen Köhler (ZF) FMI User Meeting 15.05.2017 Prague / Czech Republic H.M. Heinkel S.Rude P. R. Mai J. Köhler M. Rühl / A. Pillekeit Motivation

More information

Optimal Design of Pid-Controller For Adaptive Cruise Control Using Differencial Evolution

Optimal Design of Pid-Controller For Adaptive Cruise Control Using Differencial Evolution American Journal of Engineering Research (AJER) e-issn: 232-847 p-issn : 232-936 Volume-6, Issue-7, pp-34-39 www.ajer.org Research Paper Open Access Optimal Design of Pid-Controller For Adaptive Cruise

More information

ICRON TECHNOLOGIES CORPORATION S PC ON TV POWER SUPPLY ARCHITECTURE

ICRON TECHNOLOGIES CORPORATION S PC ON TV POWER SUPPLY ARCHITECTURE ICRON TECHNOLOGIES CORPORATION S PC ON TV POWER SUPPLY ARCHITECTURE Icron Technologies Corporation Date ABSTRACT Icron Technologies Corporation in Burnaby, BC, is developing a consumer product that will

More information

Implicit Fitness Functions for Evolving a Drawing Robot

Implicit Fitness Functions for Evolving a Drawing Robot Implicit Fitness Functions for Evolving a Drawing Robot Jon Bird, Phil Husbands, Martin Perris, Bill Bigge and Paul Brown Centre for Computational Neuroscience and Robotics University of Sussex, Brighton,

More information

POWER ISIPO 29 ISIPO 27

POWER ISIPO 29 ISIPO 27 SI NO. TOPICS FIELD ISIPO 01 A Low-Cost Digital Control Scheme for Brushless DC Motor Drives in Domestic Applications ISIPO 02 A Three-Level Full-Bridge Zero-Voltage Zero-Current Switching With a Simplified

More information

Embedded Control Project -Iterative learning control for

Embedded Control Project -Iterative learning control for Embedded Control Project -Iterative learning control for Author : Axel Andersson Hariprasad Govindharajan Shahrzad Khodayari Project Guide : Alexander Medvedev Program : Embedded Systems and Engineering

More information

VDMA Response to the Public Consultation Towards a 7 th EU Environmental Action Programme

VDMA Response to the Public Consultation Towards a 7 th EU Environmental Action Programme European Office VDMA Response to the Public Consultation Towards a 7 th EU Environmental Action Programme Registration number in the register of representative bodies: 976536291-45 May 2012 1. Introduction

More information

Microscopic traffic simulation with reactive driving agents

Microscopic traffic simulation with reactive driving agents 2001 IEEE Intelligent Transportation Systems Conference Proceedings - Oakland (CA) USA = August 25-29, 2001 Microscopic traffic simulation with reactive driving agents Patrick A.M.Ehlert and Leon J.M.Rothkrantz,

More information

CHAPTER 5 PERFORMANCE EVALUATION OF SYMMETRIC H- BRIDGE MLI FED THREE PHASE INDUCTION MOTOR

CHAPTER 5 PERFORMANCE EVALUATION OF SYMMETRIC H- BRIDGE MLI FED THREE PHASE INDUCTION MOTOR 85 CHAPTER 5 PERFORMANCE EVALUATION OF SYMMETRIC H- BRIDGE MLI FED THREE PHASE INDUCTION MOTOR 5.1 INTRODUCTION The topological structure of multilevel inverter must have lower switching frequency for

More information

Development of a general purpose robot arm for use by disabled and elderly at home

Development of a general purpose robot arm for use by disabled and elderly at home Development of a general purpose robot arm for use by disabled and elderly at home Gunnar Bolmsjö Magnus Olsson Ulf Lorentzon {gbolmsjo,molsson,ulorentzon}@robotics.lu.se Div. of Robotics, Lund University,

More information

LAB 5: Mobile robots -- Modeling, control and tracking

LAB 5: Mobile robots -- Modeling, control and tracking LAB 5: Mobile robots -- Modeling, control and tracking Overview In this laboratory experiment, a wheeled mobile robot will be used to illustrate Modeling Independent speed control and steering Longitudinal

More information

Statistical Timing Analysis of Asynchronous Circuits Using Logic Simulator

Statistical Timing Analysis of Asynchronous Circuits Using Logic Simulator ELECTRONICS, VOL. 13, NO. 1, JUNE 2009 37 Statistical Timing Analysis of Asynchronous Circuits Using Logic Simulator Miljana Lj. Sokolović and Vančo B. Litovski Abstract The lack of methods and tools for

More information

RoboPatriots: George Mason University 2010 RoboCup Team

RoboPatriots: George Mason University 2010 RoboCup Team RoboPatriots: George Mason University 2010 RoboCup Team Keith Sullivan, Christopher Vo, Sean Luke, and Jyh-Ming Lien Department of Computer Science, George Mason University 4400 University Drive MSN 4A5,

More information

Development of an Experimental Rig for Doubly-Fed Induction Generator based Wind Turbine

Development of an Experimental Rig for Doubly-Fed Induction Generator based Wind Turbine Development of an Experimental Rig for Doubly-Fed Induction Generator based Wind Turbine T. Neumann, C. Feltes, I. Erlich University Duisburg-Essen Institute of Electrical Power Systems Bismarckstr. 81,

More information

Team Autono-Mo. Jacobia. Department of Computer Science and Engineering The University of Texas at Arlington

Team Autono-Mo. Jacobia. Department of Computer Science and Engineering The University of Texas at Arlington Department of Computer Science and Engineering The University of Texas at Arlington Team Autono-Mo Jacobia Architecture Design Specification Team Members: Bill Butts Darius Salemizadeh Lance Storey Yunesh

More information

Learning Reactive Neurocontrollers using Simulated Annealing for Mobile Robots

Learning Reactive Neurocontrollers using Simulated Annealing for Mobile Robots Learning Reactive Neurocontrollers using Simulated Annealing for Mobile Robots Philippe Lucidarme, Alain Liégeois LIRMM, University Montpellier II, France, lucidarm@lirmm.fr Abstract This paper presents

More information

The Control of Avatar Motion Using Hand Gesture

The Control of Avatar Motion Using Hand Gesture The Control of Avatar Motion Using Hand Gesture ChanSu Lee, SangWon Ghyme, ChanJong Park Human Computing Dept. VR Team Electronics and Telecommunications Research Institute 305-350, 161 Kajang-dong, Yusong-gu,

More information

Playware Research Methodological Considerations

Playware Research Methodological Considerations Journal of Robotics, Networks and Artificial Life, Vol. 1, No. 1 (June 2014), 23-27 Playware Research Methodological Considerations Henrik Hautop Lund Centre for Playware, Technical University of Denmark,

More information

MECHATRONICS IN BIOMEDICAL APPLICATIONS AND BIOMECHATRONICS

MECHATRONICS IN BIOMEDICAL APPLICATIONS AND BIOMECHATRONICS MECHATRONICS IN BIOMEDICAL APPLICATIONS AND BIOMECHATRONICS Job van Amerongen Cornelis J. Drebbel Research Institute for Systems Engineering, Faculty of Electrical Engineering, University of Twente, P.O.

More information

Arbitrary power supplies. 160 W to 5200 W

Arbitrary power supplies. 160 W to 5200 W Arbitrary power supplies 160 W to 5200 W TOE 8815 Arbitrary power supplies for generation of any voltage and current characteristics with an output power from 160 W to 5200 W. With exceptionally versatile

More information

IGBT based Multiport Bidirectional DC-DC Converter with Renewable Energy Source

IGBT based Multiport Bidirectional DC-DC Converter with Renewable Energy Source IGBT based Multiport Bidirectional DC-DC Converter with Renewable Energy Source S.Gautham Final Year, UG student, Department of Electrical and Electronics Engineering, P. B. College of Engineering, Chennai

More information

An Improved Path Planning Method Based on Artificial Potential Field for a Mobile Robot

An Improved Path Planning Method Based on Artificial Potential Field for a Mobile Robot BULGARIAN ACADEMY OF SCIENCES CYBERNETICS AND INFORMATION TECHNOLOGIES Volume 15, No Sofia 015 Print ISSN: 1311-970; Online ISSN: 1314-4081 DOI: 10.1515/cait-015-0037 An Improved Path Planning Method Based

More information

Dipartimento di Elettronica Informazione e Bioingegneria Robotics

Dipartimento di Elettronica Informazione e Bioingegneria Robotics Dipartimento di Elettronica Informazione e Bioingegneria Robotics Behavioral robotics @ 2014 Behaviorism behave is what organisms do Behaviorism is built on this assumption, and its goal is to promote

More information

DLR s ROboMObil HIL Simulator Using FMI 2.0 Technology on dspace SCALEXIO Real-time Hardware. Andreas Pillekeit - dspace. Jonathan Brembeck DLR

DLR s ROboMObil HIL Simulator Using FMI 2.0 Technology on dspace SCALEXIO Real-time Hardware. Andreas Pillekeit - dspace. Jonathan Brembeck DLR DLR.de Chart 1 DLR s ROboMObil HIL Simulator Using FMI 2.0 Technology on dspace SCALEXIO Real-time Hardware FMI User Meeting at the Modelica Conference 2017 Jonathan Brembeck DLR Andreas Pillekeit - dspace

More information

Motion Control of a Three Active Wheeled Mobile Robot and Collision-Free Human Following Navigation in Outdoor Environment

Motion Control of a Three Active Wheeled Mobile Robot and Collision-Free Human Following Navigation in Outdoor Environment Proceedings of the International MultiConference of Engineers and Computer Scientists 2016 Vol I,, March 16-18, 2016, Hong Kong Motion Control of a Three Active Wheeled Mobile Robot and Collision-Free

More information

Enhancing Embodied Evolution with Punctuated Anytime Learning

Enhancing Embodied Evolution with Punctuated Anytime Learning Enhancing Embodied Evolution with Punctuated Anytime Learning Gary B. Parker, Member IEEE, and Gregory E. Fedynyshyn Abstract This paper discusses a new implementation of embodied evolution that uses the

More information

Skyworker: Robotics for Space Assembly, Inspection and Maintenance

Skyworker: Robotics for Space Assembly, Inspection and Maintenance Skyworker: Robotics for Space Assembly, Inspection and Maintenance Sarjoun Skaff, Carnegie Mellon University Peter J. Staritz, Carnegie Mellon University William Whittaker, Carnegie Mellon University Abstract

More information

Developing Frogger Player Intelligence Using NEAT and a Score Driven Fitness Function

Developing Frogger Player Intelligence Using NEAT and a Score Driven Fitness Function Developing Frogger Player Intelligence Using NEAT and a Score Driven Fitness Function Davis Ancona and Jake Weiner Abstract In this report, we examine the plausibility of implementing a NEAT-based solution

More information

Single-Ended to Differential Converter for Multiple-Stage Single-Ended Ring Oscillators

Single-Ended to Differential Converter for Multiple-Stage Single-Ended Ring Oscillators IEEE JOURNAL OF SOLID-STATE CIRCUITS, VOL. 38, NO. 1, JANUARY 2003 141 Single-Ended to Differential Converter for Multiple-Stage Single-Ended Ring Oscillators Yuping Toh, Member, IEEE, and John A. McNeill,

More information

Outlook on Candidate Performance Specifications for QRTV

Outlook on Candidate Performance Specifications for QRTV Outlook on Candidate Performance Specifications for QRTV 3rd GTR Working Group on QRTV 5-7 December 2011 INTERNATIONAL ORGANIZATION OF MOTOR VEHICLE MANUFACTURERS Page 1 Dec. 2011 Given Task by QRTV Working

More information

GA-based Learning in Behaviour Based Robotics

GA-based Learning in Behaviour Based Robotics Proceedings of IEEE International Symposium on Computational Intelligence in Robotics and Automation, Kobe, Japan, 16-20 July 2003 GA-based Learning in Behaviour Based Robotics Dongbing Gu, Huosheng Hu,

More information

Intelligent Tyre Promoting Accident-free Traffic

Intelligent Tyre Promoting Accident-free Traffic Intelligent Tyre Promoting Accident-free Traffic 1 Introduction Research and development work in automotive industry has been focusing at an intensified pace on developing vehicles with intelligent powertrain

More information

Introduction (concepts and definitions)

Introduction (concepts and definitions) Objectives: Introduction (digital system design concepts and definitions). Advantages and drawbacks of digital techniques compared with analog. Digital Abstraction. Synchronous and Asynchronous Systems.

More information

Replacing Fuzzy Systems with Neural Networks

Replacing Fuzzy Systems with Neural Networks Replacing Fuzzy Systems with Neural Networks Tiantian Xie, Hao Yu, and Bogdan Wilamowski Auburn University, Alabama, USA, tzx@auburn.edu, hzy@auburn.edu, wilam@ieee.org Abstract. In this paper, a neural

More information

Hybrid of Evolution and Reinforcement Learning for Othello Players

Hybrid of Evolution and Reinforcement Learning for Othello Players Hybrid of Evolution and Reinforcement Learning for Othello Players Kyung-Joong Kim, Heejin Choi and Sung-Bae Cho Dept. of Computer Science, Yonsei University 134 Shinchon-dong, Sudaemoon-ku, Seoul 12-749,

More information

CLOCK AND DATA RECOVERY (CDR) circuits incorporating

CLOCK AND DATA RECOVERY (CDR) circuits incorporating IEEE JOURNAL OF SOLID-STATE CIRCUITS, VOL. 39, NO. 9, SEPTEMBER 2004 1571 Brief Papers Analysis and Modeling of Bang-Bang Clock and Data Recovery Circuits Jri Lee, Member, IEEE, Kenneth S. Kundert, and

More information

A Comparison of Particle Swarm Optimization and Gradient Descent in Training Wavelet Neural Network to Predict DGPS Corrections

A Comparison of Particle Swarm Optimization and Gradient Descent in Training Wavelet Neural Network to Predict DGPS Corrections Proceedings of the World Congress on Engineering and Computer Science 00 Vol I WCECS 00, October 0-, 00, San Francisco, USA A Comparison of Particle Swarm Optimization and Gradient Descent in Training

More information

Ergoengineering in dental medicine. Veronica Argesanu 1, Mirella Anghel 2, Cristian Comes 3. Introduction. Anthropometrical workplace design

Ergoengineering in dental medicine. Veronica Argesanu 1, Mirella Anghel 2, Cristian Comes 3. Introduction. Anthropometrical workplace design Ergoengineering in dental medicine Veronica Argesanu 1, Mirella Anghel 2, Cristian Comes 3 Politehnica University of Timisoara Summary Modular mechatronic equipment - based on human centered design - in

More information

Behavior-based robotics, and Evolutionary robotics

Behavior-based robotics, and Evolutionary robotics Behavior-based robotics, and Evolutionary robotics Lecture 7 2008-02-12 Contents Part I: Behavior-based robotics: Generating robot behaviors. MW p. 39-52. Part II: Evolutionary robotics: Evolving basic

More information

Automated Software Engineering Writing Code to Help You Write Code. Gregory Gay CSCE Computing in the Modern World October 27, 2015

Automated Software Engineering Writing Code to Help You Write Code. Gregory Gay CSCE Computing in the Modern World October 27, 2015 Automated Software Engineering Writing Code to Help You Write Code Gregory Gay CSCE 190 - Computing in the Modern World October 27, 2015 Software Engineering The development and evolution of high-quality

More information

Design Concept of State-Chart Method Application through Robot Motion Equipped With Webcam Features as E-Learning Media for Children

Design Concept of State-Chart Method Application through Robot Motion Equipped With Webcam Features as E-Learning Media for Children Design Concept of State-Chart Method Application through Robot Motion Equipped With Webcam Features as E-Learning Media for Children Rossi Passarella, Astri Agustina, Sutarno, Kemahyanto Exaudi, and Junkani

More information

Creating a Poker Playing Program Using Evolutionary Computation

Creating a Poker Playing Program Using Evolutionary Computation Creating a Poker Playing Program Using Evolutionary Computation Simon Olsen and Rob LeGrand, Ph.D. Abstract Artificial intelligence is a rapidly expanding technology. We are surrounded by technology that

More information