Rule-based Integration of Multiple Neural Networks Evolved Based on Cellular Automata

Size: px
Start display at page:

Download "Rule-based Integration of Multiple Neural Networks Evolved Based on Cellular Automata"

Transcription

1 1 Robotics

2 Rule-based Integration of Multiple Neural Networks Evolved Based on Cellular Automata 2

3 Motivation Construction of mobile robot controller Evolving neural networks using genetic algorithm (Floreano, 1996) Genetic programming (Nordin, 1997) Fuzzy (Cho, 1996) Integration of multi-modules Solving complex task Simpler components or subtasks Learn each module by separate systems Combine them to solve goal task 3

4 Behavior-based Robot : Khepera Light Source Battery Recharge Area 8 distance sensors ( 0 ~ 1023 ) 8 light sensors ( 50 ~ 500 ) 2 motors ( -10 ~ 10 ) Battery level sensor ( 0~2500 ) Floor-brightness sensor 4

5 Evolved NNs based on CA Generate initial population Develop NNs based on CA from chromosome Apply it to a problem Evaluate fitness of each NN Satisfied NN found? No Select good NNs in population Maniplate them with genetic operater Generate new population Yes Stop 5

6 CA-Based Neural Networks Growth phase Signal phase Chromosome Input Output Make neural network structure with chromosome Transmit signals from input cells to output cells 6

7 Applying to Control a Mobile Robot Evolution Fitness value Chromosome Sensor value Velocity of wheels Neural Networks Growth phase Signaling phase Khepera Simulator

8 Cell States Blank Empty space No participate in any cell interaction during signaling Neuron Collect neural signals from surrounding dendrite cells Send them to surrounding axon cells Axon Distribute signals to neighborhoods originating from neuron Dendrite Collect signals from neighborhoods Pass them to neuron cells 8

9 Growth Phase y 1 x 1 x 2 x 3 x 4 y 2 y 3 y 4 (a) (b) (c) (d) (e) (f)

10 Signaling phase Collecting signals Dendrite Distributing signals Neuron Inhibitory Axon Excitatory Axon Inhibitory signal Excitatory signal

11 Basis Behaviors Battery Recharge If a robot arrives at battery recharge area, battery is recharged. Go Ahead If there is nothing around the robot, it goes ahead. Follow Light The robot goes to stronger light. Avoid Obstacles If the obstacles exist around the robot, it avoids obstacles without bumping against them. 11

12 Battery Recharge Programmed Module Enables it to live for a long time Battery Recharge area Black area in environment Light source exists 12

13 Go Ahead Programmed module The velocity of left : 5 The velocity of right : 5 Make it to move continuously without stopping 13

14 Follow Light (1) The robot goes to stronger light => Go to Battery Recharge area Evolved module Evolving CAM-Brain to follow light Fitness Function S : Average speed of the two wheels V : Difference between the velocity of two wheels c : 1 (if the robot does not bump against obstacles) 1/2 (if the robot bumps) D : Distance from the robot to the goal position 14

15 Follow Light (2) Best Fitness Average Fitness 15

16 Follow Light (3) 0 degree 90 degrees 180 degrees 270 degrees 16

17 Avoid Obstacles Evolved module Evolving CAM-Brain to avoid obstacles without bumping Using CAM-Brain module evolved incrementally in previous work 17

18 Incremental Evolution Single system learns a succession of tasks Task {t1, t2, t3,., tn} tn : goal task ti is easier than ti+1 for all i: 0 < i <= n Each task is derived by transforming a goal-task 18

19 Environments (a) (b) (c) (d) (e) (f) 19

20 Fitness Incremental Evolution Direct Evolution 20

21 Architecture of NNs

22 22 Applying to Other Environments

23 Rules of Combining (1) IF ( Battery Recharge area) Battery Recharge module ELSE IF (Battery sensor < α) AND (Minimum value of light sensors γ) IF (Maximum value of distance sensors β 1 ) Follow Light module ELSE Avoid Obstacles module ELSE IF (Maximum value of distance sensors β 2 ) Go Ahead module ELSE Avoid Obstacles module 23

24 Rules of Combining (2) α : If battery sensor value is less than α, battery is needed to recharging. β 1, β 2 : If the maximum values of distance sensors are larger than β 1, β 2, the robot recognize as obstacles. γ : If the minimum values of light sensor is less than γ, the robot recognizes as light. 24

25 Results of Combining Moving 5000 step Moving step Moving step 25

26 26 Coordination of Multiple Behavior Modules Evolved on CAM-Brain

27 Motivation Construction of mobile robot controller Evolving neural networks using genetic algorithm (Floreano, 1996) Genetic programming (Nordin, 1997) Fuzzy system evolved by genetic algorithm(cho, 1996) Integration of multi-modules by action selection mechanism Solving complex task Simpler components or subtasks Learn each module by separate system Combine them to solve goal task by action selection mechanism 27

28 Action Selection Mechanism Proposed by Maes (1989) Idea : Integrate high-level behavior into a system using lower-level behaviors Distributed, non-hierarchical network Two waves of input to the network Sensors of external environment Motivations or goals Different types of links encoding various relationships Components of ASM : Nodes, internal links and external links 28

29 29 Example

30 Nodes INPUT PREDECESSOR LINKS SUCCESSOR LINKS CONFLICTOR LINKS GOALS ENVIRONMENT PRECONDITIONS ADD LIST DELETE LIST ACTIVATION OUTPUT PREDECESSOR LINKS SUCCESSOR LINKS CONFLICTOR LINKS EXECUTABLE CODE 30

31 Internal Links A B is active Predecessor link If (p = false) (p precondition of A) (p add list of B) Successor link If (p = false) (p add list of A ) (A is executable) (p precondition of B) Conflictor link If (p = true) (p precondition of A ) (p delete list of B) 31

32 External Links p A is active From sensors of the environment If (p = true) (p precondition of A) From goals If (p 0 ) (p add list of A) From protected goals If (p 0 ) (p delete list of A) 32

33 Action Selection Procedure Activation of a node is updated by excitation coming in from the environment and the motivations By the type of internal links, activation of a node is exchanged between two nodes Normalize the node activation AVG(SUM( (activation of node1) + (activation of node2).)) = π If (all preconditions of a node are true) and (activation of a node θ) then the node is executable If (executable node exist ) then execute the node else θ is reduced by 10% and repeat cycle 33

34 Experiment Environments Light Source Battery Recharge Area Light Source Battery Recharge Area 34 Simple Chaotic

35 Basic Behaviors Recharging battery If a robot is in battery recharge area, then battery is recharged Following light Robot goes to stronger light Avoiding obstacles If obstacles exist around the robot, then robot avoids them without bumping Going straight Robot goes ahead 35

36 Sensors and Goals Sensors of environment (Binary value) In battery recharge area Near battery recharge area In shade area Nothing around the robot Obstacles are near Goals (Real or binary value) Battery is not zero Battery is not below the half 36

37 Precodition and Add List of Nodes Recharging battery Following light Precondition In battery recharge area In shade area Near battery recharge area Add list Battery is not zero Battery is not below the half In battery recharge area Avoiding Obstacles Going Straight Obstacles are near Nothing around the robot Nothing around the robot Obstacles are near In battery recharge area Near battery recharge area 37

38 Internal Links between Nodes Predecessor Links (Recharging battery Following light) (Recharging battery Going straight) (Following light Going straight) (Going straight Avoiding obstacles) (Avoiding obstacles Goinging straight) Successor Links (Following light Recharging battery) (Going straight Following light) (Going straight Recharging battery) (Going straight Avoiding obstacles) (Avoiding obstacles Going straight) 38

39 Model of ASM In battery recharge area Battery is not zero Near battery recharge area Following light Recharging battery 39 In shade area Nothing around the robot Obstacles are near Going straight Avoiding Obstacles Battery is not below the half

40 Simulation Results Simple Chaotic 40

41 Action Sequence (1) = Recharging Battery 2 = Following Light 3 = Avoiding Obstacle 4 = Going Straight

42 Action Sequence (2) 5 A B C D

43 43 A Framework of Evolvable Systems and Measures for Intelligent Agents

44 Need for Agents Conventional information processing Inference, planning, and commands directed by users Increase of the amount of information Need for an agent that works for a user 44

45 Intelligent Agent Intelligent agent: achieve user s goals autonomously instead of users Properties of intelligent agents Autonomy Reactivity Proactivity Reasoning and learning social ability Cooperation Communication Smart agents Collaborative learning agents Cooperate Learn Autonomous Collaborative agents Interface agents A category of intelligent agents 45

46 Related Works: Application of Soft Computing Techniques Soft computing techniques Neural networks, fuzzy, probabilistic inference, evolutionary computation Flexible inference/random searching capability Type 1: application of each soft computing technique To Simple problems Difficult to tune internal parameters Require expert s knowledge/time and effort Type 2: combination with evolutionary algorithms Tuning of internal parameters by evolutionary algorithms 46

47 Problems of Type 2 Can the same results be obtained? Adaptive evolution( 1 ) What properties are genetically preferred? Adaptive behaviors( ) How the solutions are formed? Evolutionary pathways to the solutions( 3 ) Behavioral properties? Illustration of emergence( ) 4 2 Emergence Desirable Evolutionary Causes and Effects 2 4 Good Solution High probability Low probability High Evolvability 1 Adaptive Evolution Non- Adaptive Evolution Low Evolvability 47 3 Adaptive Behavior Bad Solution

48 Research Objectives A framework for intelligent agents easy to represent expert s knowledge analyze evolution Application to a real-world agent to show the usefulness 48

49 A Soft Computing Framework Research goals How to achieve the goals What we can get or show Agent Construction Rule-Based System Hardware Agent Software Agent Evolutionary Algorithms Evolution Analysis Evolutionary Activity Statistics Adaptive Evolution Schema Anaysis Adaptive Behavior Analysis of Evolution Emergence Behavior Analysis Observational Emergence Evolutionar y Pathways 49

50 Rule-based Systems Ruse Based Systems Working Memory (Facts) Inference Engine Knowledge Base (Rules) Working memory: represents current facts Inference engine: infer appropriate actions based on current facts Knowledge base: a set of rules for inference IF (condition) THEN (action). IF (condition) THEN (action) 50 Merits Easy to represent expert s knowledge Easily understood by humans Demerits Need knowledge base

51 Genetic Algorithm (GA) Genetic Algorithm Parameters Candidate Solutions Encoding of chromosomes Test Terminate? Y Crossover Mutation Reproduce Types of algorithms: Simple GA, Overlapped GA Genetic operations: Mutation/Crossover Others N End 51

52 Evolutionary Activity Statistics Attach a counter to each component (e.g., alleles, individuals, ) Accumulate counter values over generations Need to define increment function for the counter Evolutionary Activity Mean Activity New Activity Overall adaptability of a system Adaptability of each component Adaptive innovations 52

53 Schema Definition A similarity template representing a subset of strings with similarity at certain string positions ( Holland 1968) Composed of a character set and a don t care character Examples Character set = {0,1}, don t care=# #0000 {10000, 00000} #111# {01110, 01111, 11110, 11111} 53

54 Observational Emergence creation of new properties Morgan, C.L., Emergent Evolution, Williams and Norgate, 1923 Observational emergence Proposed by Bass, N.A. S : structure - system, organization, organism, machine, P : a property of S observed by observational mechanism Obs 54

55 Application to a Robot Agent Robot Agent Khepera mobile robot: 8 proximity sensors, 2 motors 55

56 Research goals How to achieve the goals What we can get or show Rule-Based System Agent Construction Fuzzy Logic Controller Evolutionary Algorithms Genetic Algorithm Evolution Analysis Evolutionary Activity Adaptive Evolution Schema Anaysis Adaptive Behavior Analysis of Evolution Emergence Behavior Analysis Observational Emergence Evolutionary Pathways to Solutions 56

57 Fuzzy Rule-based System Eight proximity Fuzzy Working Memory Inference Engine sensors Min-Max Correlation Centroid Defuzzification Output: Two motors Rule-based Knowledge Base 20 rules maximum System Others Membership functions Number of fuzzy sets 57

58 Genetic Algorithm Parameters Encoding of chromosomes Types of algorithms: Simple GA, Overlapped GA Genetic operations: 변수의퍼지집합코딩 Mutation/crossover Overlapped GA (50%) Two point crossover (50%) Mutation (1%) Others 50 individuals 58

59 Adaptive Evolution 120 Fuzzy Model Neutral Shadow Fuzzy Model Neutral Shadow Mean Activity New Activity Generation Generation 59

60 Adaptive Behaviors

61 61 Evolutionary Pathways

62 Best (816th generation) M C Mutation Crossover 1 ~ 5 Tags for information M th individual (780) C 5th individual (775) 27th individual (777) M 9th individual (600) M C M 25th individual (578) 6th individual (578) 24th individual (605) C C 47th individual (576) 12th individual (574) 12th individual (603) 6th individual (599) M M M M 21th individual (1) 33th individual (8) 27th individual (0) 6th individual (6)

63 Observational Emergence: Turning Around Behavior Int First order structures Obs 1 Obs The interactions of the three first-order structures S2, S5, S7 make Obs2(S2) different from the Obs1( 1 ), of the first-order This implies that S i {2,5,7 } i 1 Therefore, we can conclude that Obs2(S2) is observationally emergent behavior 63

Deliverables. Genetic Algorithms- Basics. Characteristics of GAs. Switch Board Example. Genetic Operators. Schemata

Deliverables. Genetic Algorithms- Basics. Characteristics of GAs. Switch Board Example. Genetic Operators. Schemata Genetic Algorithms Deliverables Genetic Algorithms- Basics Characteristics of GAs Switch Board Example Genetic Operators Schemata 6/12/2012 1:31 PM copyright @ gdeepak.com 2 Genetic Algorithms-Basics Search

More information

CS 188: Artificial Intelligence

CS 188: Artificial Intelligence CS 188: Artificial Intelligence Advanced Applications: Robotics Pieter Abbeel UC Berkeley A few slides from Sebastian Thrun, Dan Klein 2 So Far Mostly Foundational Methods 3 1 Advanced Applications 4 Autonomous

More information

Discovery of Design Methodologies. Integration. Multi-disciplinary Design Problems

Discovery of Design Methodologies. Integration. Multi-disciplinary Design Problems Discovery of Design Methodologies for the Integration of Multi-disciplinary Design Problems Cirrus Shakeri Worcester Polytechnic Institute November 4, 1998 Worcester Polytechnic Institute Contents The

More information

A Review on Cooperative Adaptive Cruise Control (CACC) Systems: Architectures, Controls, and Applications

A Review on Cooperative Adaptive Cruise Control (CACC) Systems: Architectures, Controls, and Applications A Review on Cooperative Adaptive Cruise Control (CACC) Systems: Architectures, Controls, and Applications Ziran Wang (presenter), Guoyuan Wu, and Matthew J. Barth University of California, Riverside Nov.

More information

EPSRC-JLR Workshop 9th December 2014 TOWARDS AUTONOMY SMART AND CONNECTED CONTROL

EPSRC-JLR Workshop 9th December 2014 TOWARDS AUTONOMY SMART AND CONNECTED CONTROL EPSRC-JLR Workshop 9th December 2014 Increasing levels of autonomy of the driving task changing the demands of the environment Increased motivation from non-driving related activities Enhanced interface

More information

AGENT-BASED MODELING, SIMULATION, AND CONTROL SOME APPLICATIONS IN TRANSPORTATION

AGENT-BASED MODELING, SIMULATION, AND CONTROL SOME APPLICATIONS IN TRANSPORTATION AGENT-BASED MODELING, SIMULATION, AND CONTROL SOME APPLICATIONS IN TRANSPORTATION Montasir Abbas, Virginia Tech (with contributions from past and present VT-SCORES students, including: Zain Adam, Sahar

More information

Traffic Control Optimization for Multi-Modal Operations in a Large-Scale Urban Network

Traffic Control Optimization for Multi-Modal Operations in a Large-Scale Urban Network Traffic Control Optimization for Multi-Modal Operations in a Large-Scale Urban Network Cameron Kergaye, PhD, PMP, PE UDOT Director of Research 13th Annual NJDOT Research Showcase October 27 th, 2011 Improve

More information

Control of Mobile Robots

Control of Mobile Robots Control of Mobile Robots Introduction Prof. Luca Bascetta (luca.bascetta@polimi.it) Politecnico di Milano Dipartimento di Elettronica, Informazione e Bioingegneria Applications of mobile autonomous robots

More information

VALET project: how connected and automated driving will change urban parking? Proposition technique

VALET project: how connected and automated driving will change urban parking? Proposition technique VALET project: how connected and automated driving will change urban parking? Proposition technique 1 AKKA Vision on the future of mobility EE architecture Powertrain Power storage New body design Robotised

More information

Competitive Coevolution versus Objective Fitness for an Autonomous Motorcycle Pilot

Competitive Coevolution versus Objective Fitness for an Autonomous Motorcycle Pilot Competitive Coevolution versus Objective Fitness for an Autonomous Motorcycle Pilot Dana Vrajitoru Intelligent Systems Laboratory Computer and Information Sciences Indiana University South Bend South Bend,

More information

Final Report. James Buttice B.L.a.R.R. EEL 5666L Intelligent Machine Design Laboratory. Instructors: Dr. A Antonio Arroyo and Dr. Eric M.

Final Report. James Buttice B.L.a.R.R. EEL 5666L Intelligent Machine Design Laboratory. Instructors: Dr. A Antonio Arroyo and Dr. Eric M. Final Report James Buttice B.L.a.R.R. EEL 5666L Intelligent Machine Design Laboratory Instructors: Dr. A Antonio Arroyo and Dr. Eric M. Schwartz Teaching Assistants: Mike Pridgen and Thomas Vermeer Table

More information

AUTONOMOUS VEHICLES & HD MAP CREATION TEACHING A MACHINE HOW TO DRIVE ITSELF

AUTONOMOUS VEHICLES & HD MAP CREATION TEACHING A MACHINE HOW TO DRIVE ITSELF AUTONOMOUS VEHICLES & HD MAP CREATION TEACHING A MACHINE HOW TO DRIVE ITSELF CHRIS THIBODEAU SENIOR VICE PRESIDENT AUTONOMOUS DRIVING Ushr Company History Industry leading & 1 st HD map of N.A. Highways

More information

New Perspectives on Intelligence

New Perspectives on Intelligence New Perspectives on Intelligence Intelligence: The Chinese Room and Turing Another Perspective on Intelligence Braitenberg's book, Vehicles: Experiments in Synthetic Psychology discusses ideas about the

More information

Control and Protection Functions in a Strong and Robust Smart Grid

Control and Protection Functions in a Strong and Robust Smart Grid Control and Protection Functions in a Strong and Robust Smart Grid Invited Lecture at SGEPRI, SGCC, Nanjing, China, 12 Aug 2017 Professor Saifur Rahman Director, Virginia Tech Advanced Research Inst.,

More information

A Study on Energy Consumption of Elevator Group Supervisory Control Systems using Genetic Network Programming

A Study on Energy Consumption of Elevator Group Supervisory Control Systems using Genetic Network Programming Proceedings of the 9 IEEE International Conference on Systems, Man, and Cybernetics San Antonio, TX, USA - October 9 A Study on Energy Consumption of Elevator Group Supervisory Control Systems using Genetic

More information

CONTROLLING CAR MOVEMENTS WITH FUZZY INFERENCE SYSTEM USING AID OF VARIOUSELECTRONIC SENSORS

CONTROLLING CAR MOVEMENTS WITH FUZZY INFERENCE SYSTEM USING AID OF VARIOUSELECTRONIC SENSORS MATERIALS SCIENCE and TECHNOLOr;y Edited by Evvy Kartini et. al. CONTROLLING CAR MOVEMENTS WITH FUZZY INFERENCE SYSTEM USING AID OF VARIOUSELECTRONIC SENSORS Rizqi Baihaqi A. t,agus Buono', Irzaman", Hasan

More information

Automated Driving - Object Perception at 120 KPH Chris Mansley

Automated Driving - Object Perception at 120 KPH Chris Mansley IROS 2014: Robots in Clutter Workshop Automated Driving - Object Perception at 120 KPH Chris Mansley 1 Road safety influence of driver assistance 100% Installation rates / road fatalities in Germany 80%

More information

Deep Learning Will Make Truly Self-Driving Cars a Reality

Deep Learning Will Make Truly Self-Driving Cars a Reality Deep Learning Will Make Truly Self-Driving Cars a Reality Tomorrow s truly driverless cars will be the safest vehicles on the road. While many vehicles today use driver assist systems to automate some

More information

Project Summary Fuzzy Logic Control of Electric Motors and Motor Drives: Feasibility Study

Project Summary Fuzzy Logic Control of Electric Motors and Motor Drives: Feasibility Study EPA United States Air and Energy Engineering Environmental Protection Research Laboratory Agency Research Triangle Park, NC 277 Research and Development EPA/600/SR-95/75 April 996 Project Summary Fuzzy

More information

Optimal Fuzzy Logic Energy Management Strategy of Hybrid Electric Locomotives

Optimal Fuzzy Logic Energy Management Strategy of Hybrid Electric Locomotives Optimal Fuzzy Logic Energy Management Strategy of Hybrid Electric Locomotives J. Baert*, S. Jemei*, D. Chamagne*, D. Hissel*, D. Hegy** and S. Hibon** * ** University of Franche-Comte, FEMTO-ST (Energy

More information

Announcements. CS 188: Artificial Intelligence Fall So Far: Foundational Methods. Now: Advanced Applications.

Announcements. CS 188: Artificial Intelligence Fall So Far: Foundational Methods. Now: Advanced Applications. CS 188: Artificial Intelligence Fall 2010 Advanced Applications: Robotics / Vision / Language Announcements Project 5: Classification up now! Due date now after contest Also: drop-the-lowest Contest: In

More information

CS 188: Artificial Intelligence Fall Announcements

CS 188: Artificial Intelligence Fall Announcements CS 188: Artificial Intelligence Fall 2010 Advanced Applications: Robotics / Vision / Language Dan Klein UC Berkeley Many slides from Pieter Abbeel, John DeNero 1 Announcements Project 5: Classification

More information

MOGA TUNED PI-FUZZY LOGIC CONTROL FOR 3 PHASE INDUCTION MOTOR WITH ENERGY EFFICIENCY FOR ELECTRIC VEHICLE APPLICATION

MOGA TUNED PI-FUZZY LOGIC CONTROL FOR 3 PHASE INDUCTION MOTOR WITH ENERGY EFFICIENCY FOR ELECTRIC VEHICLE APPLICATION MOGA TUNED PI-FUZZY LOGIC CONTROL FOR 3 PHASE INDUCTION MOTOR WITH ENERGY EFFICIENCY FOR ELECTRIC VEHICLE APPLICATION B. S. K. K. Ibrahim 1, 2, M. K. Hat 1, N. Aziah M. A. 2 and M. K. Hassan 3 1 Department

More information

Discovering the Leader In Yourself

Discovering the Leader In Yourself Discovering the Leader In Yourself Denise P. Kalm Session #12287 Abstract What is a leader? Is it a title or position in a company? Learn the definition of a leader and how each of us can become better

More information

Introducing Formal Methods (with an example)

Introducing Formal Methods (with an example) Introducing Formal Methods (with an example) J-R. Abrial September 2004 Formal Methods: a Great Confusion - What are they used for? - When are they to be used? - Is UML a formal method? - Are they needed

More information

Carpooling Service Using Genetic Algorithm

Carpooling Service Using Genetic Algorithm Carpooling Service Using Genetic Algorithm Swapnali Khade 1, Rutuja Kolhe 2, Amruta Wakchaure 3, Shila Warule 4 1 2 3 4 Department Of Computer Engineering, SRES College Of Engineerig Kopargaon. Abstract

More information

Developing PMs for Hydraulic System

Developing PMs for Hydraulic System Developing PMs for Hydraulic System Focus on failure prevention rather than troubleshooting. Here are some best practices you can use to upgrade your preventive maintenance procedures for hydraulic systems.

More information

AdaptIVe: Automated driving applications and technologies for intelligent vehicles

AdaptIVe: Automated driving applications and technologies for intelligent vehicles Jens Langenberg Aachen 06 October 2015 AdaptIVe: Automated driving applications and technologies for intelligent vehicles Facts Budget: European Commission: EUR 25 Million EUR 14,3 Million Duration: 42

More information

MOGA TUNED PI-FUZZY LOGIC CONTROL FOR 3 PHASE INDUCTION MOTOR WITH ENERGY EFFICIENCY FOR ELECTRIC VEHICLE APPLICATION

MOGA TUNED PI-FUZZY LOGIC CONTROL FOR 3 PHASE INDUCTION MOTOR WITH ENERGY EFFICIENCY FOR ELECTRIC VEHICLE APPLICATION www.arpnjournals.com MOGA TUNED PI-FUZZY LOGIC CONTROL FOR 3 PHASE INDUCTION MOTOR WITH ENERGY EFFICIENCY FOR ELECTRIC VEHICLE APPLICATION B.S.K.K. Ibrahim 1,2, M.K.Hat 1, N. Aziah M.A 2 and M.K. Hassan

More information

Power Matching Strategy Modeling and Simulation of PHEV Based on Multi agent

Power Matching Strategy Modeling and Simulation of PHEV Based on Multi agent Power Matching Strategy Modeling and Simulation of PHEV Based on Multi agent Limin Niu* 1, Lijun Ye 2 School of Mechanical Engineering, Anhui University of Technology, Ma anshan 243032, China *1 niulmdd@163.com;

More information

An Autonomous Braking System of Cars Using Artificial Neural Network

An Autonomous Braking System of Cars Using Artificial Neural Network I J C T A, 9(9), 2016, pp. 3665-3670 International Science Press An Autonomous Braking System of Cars Using Artificial Neural Network P. Pavul Arockiyaraj and P.K. Mani ABSTRACT The main aim is to develop

More information

Compact Syntax for Topic Maps (CTM) - initial work. Professor Sam G. Oh, Sung Kyun Kwan University; Gabriel Hopmans, Morpheus software;

Compact Syntax for Topic Maps (CTM) - initial work. Professor Sam G. Oh, Sung Kyun Kwan University; Gabriel Hopmans, Morpheus software; Compact Syntax for Topic Maps (CTM) - initial work Professor Sam G. Oh, Sung Kyun Kwan University; Gabriel Hopmans, Morpheus software; This presentation Contains sheets that are not necessarily to be discussed

More information

Optimal Vehicle to Grid Regulation Service Scheduling

Optimal Vehicle to Grid Regulation Service Scheduling Optimal to Grid Regulation Service Scheduling Christian Osorio Introduction With the growing popularity and market share of electric vehicles comes several opportunities for electric power utilities, vehicle

More information

Artificial-Intelligence-Based Electrical Machines and Drives

Artificial-Intelligence-Based Electrical Machines and Drives Artificial-Intelligence-Based Electrical Machines and Drives Application of Fuzzy, Neural, Fuzzy-Neural, and Genetic-Algorithm-Based Techniques Peter Vas Professor of Electrical Engineering University

More information

(Type) Approval. Future and Current Developments INTRODUCTION. Partner in Mobiliteit. 4 july 2018

(Type) Approval. Future and Current Developments INTRODUCTION. Partner in Mobiliteit. 4 july 2018 (Type) Approval Future and Current Developments INTRODUCTION 4 july 2018 Partner in Mobiliteit Cora van Nieuwenhuizen, minister of Infrastructure and Water Management at the Intertraffic 2018 Amsterdam:

More information

Software Driving License

Software Driving License What if technology takes over all driving tasks? Software Driving License Gerben Feddes RDW & Jorrit Kuipers robottuner Intertraffic 2018 22-03-2017 Amsterdam Agenda 1. Software Driving License 2. ISO

More information

Use of Flow Network Modeling for the Design of an Intricate Cooling Manifold

Use of Flow Network Modeling for the Design of an Intricate Cooling Manifold Use of Flow Network Modeling for the Design of an Intricate Cooling Manifold Neeta Verma Teradyne, Inc. 880 Fox Lane San Jose, CA 94086 neeta.verma@teradyne.com ABSTRACT The automatic test equipment designed

More information

Implication of Smart-Grids Development for Communication Systems in Normal Operation and During Disasters

Implication of Smart-Grids Development for Communication Systems in Normal Operation and During Disasters Implication of Smart-Grids Development for Communication Systems in Normal Operation and During Disasters Alexis Kwasinski The University of Texas at Austin 1 Alexis Kwasinski, 2010 Overview» Introduction»

More information

NetLogo and Multi-Agent Simulation (in Introductory Computer Science)

NetLogo and Multi-Agent Simulation (in Introductory Computer Science) NetLogo and Multi-Agent Simulation (in Introductory Computer Science) Matthew Dickerson Middlebury College, Vermont dickerso@middlebury.edu Supported by the National Science Foundation DUE-1044806 http://ccl.northwestern.edu/netlogo/

More information

Detailed Design Review

Detailed Design Review Detailed Design Review P16241 AUTONOMOUS PEOPLE MOVER PHASE III Team 2 Agenda Problem Definition Review Background Problem Statement Project Scope Customer Requirements Engineering Requirements Detailed

More information

ANFIS CONTROL OF ENERGY CONTROL CENTER FOR DISTRIBUTED WIND AND SOLAR GENERATORS USING MULTI-AGENT SYSTEM

ANFIS CONTROL OF ENERGY CONTROL CENTER FOR DISTRIBUTED WIND AND SOLAR GENERATORS USING MULTI-AGENT SYSTEM ANFIS CONTROL OF ENERGY CONTROL CENTER FOR DISTRIBUTED WIND AND SOLAR GENERATORS USING MULTI-AGENT SYSTEM Mr.SK.SHAREEF 1, Mr.K.V.RAMANA REDDY 2, Mr.TNVLN KUMAR 3 1PG Scholar, M.Tech, Power Electronics,

More information

Optimal Power Flow Formulation in Market of Retail Wheeling

Optimal Power Flow Formulation in Market of Retail Wheeling Optimal Power Flow Formulation in Market of Retail Wheeling Taiyou Yong, Student Member, IEEE Robert Lasseter, Fellow, IEEE Department of Electrical and Computer Engineering, University of Wisconsin at

More information

Control System for a Diesel Generator and UPS

Control System for a Diesel Generator and UPS Control System for a Diesel Generator and UPS I. INTRODUCTION In recent years demand in the continuity of power supply in the local distributed areas is steadily increasing. Nowadays, more and more consumers

More information

China Intelligent Connected Vehicle Technology Roadmap 1

China Intelligent Connected Vehicle Technology Roadmap 1 China Intelligent Connected Vehicle Technology Roadmap 1 Source: 1. China Automotive Engineering Institute, , Oct. 2016 1 Technology Roadmap 1 General

More information

Scheduling. Purpose of scheduling. Scheduling. Scheduling. Concurrent & Distributed Systems Purpose of scheduling.

Scheduling. Purpose of scheduling. Scheduling. Scheduling. Concurrent & Distributed Systems Purpose of scheduling. 427 Concurrent & Distributed Systems 2017 6 Uwe R. Zimmer - The Australian National University 429 Motivation and definition of terms Purpose of scheduling 2017 Uwe R. Zimmer, The Australian National University

More information

CMMI Opens the Gate: The Practical Relationship between CMMI and Stage- Gate Decision Models

CMMI Opens the Gate: The Practical Relationship between CMMI and Stage- Gate Decision Models NDIA CMMI Technology Conference & User Group Denver, CO CMMI Opens the Gate: The Practical Relationship between CMMI and Stage- Gate Decision Models ABB USCRC - 1 Agenda ABB Overview Stage-Gate Process

More information

Deploying Smart Wires at the Georgia Power Company (GPC)

Deploying Smart Wires at the Georgia Power Company (GPC) Deploying Smart Wires at the Georgia Power Company (GPC) January, 2015 Contents Executive Summary... 3 Introduction... 4 Architecture of the GPC Installations... 5 Performance Summary: Long-term Test...

More information

CSE 40171: Artificial Intelligence. Artificial Neural Networks: Neural Network Architectures

CSE 40171: Artificial Intelligence. Artificial Neural Networks: Neural Network Architectures CSE 40171: Artificial Intelligence Artificial Neural Networks: Neural Network Architectures 58 Group projects are due 12/12 at 11:59PM. Check the course website for guidance. 59 Course Instructor Feedback

More information

Unigraphics NX 6 Tips and Recommended EcoCAR CAD Procedures

Unigraphics NX 6 Tips and Recommended EcoCAR CAD Procedures Page : 1 of 25 University of Victoria EcoCAR Team Unigraphics NX 6 Tips and Recommended EcoCAR CAD Procedures Daniel Prescott August 3, 2009 Page : 2 of 25 TABLE OF CONTENTS TABLE OF CONTENTS... 2 PREAMBLE...

More information

Intelligent CAD system for the Hydraulic Manifold Blocks

Intelligent CAD system for the Hydraulic Manifold Blocks Advances in Intelligent Systems Research, volume th International Conference on Sensors, Mechatronics and Automation (ICSMA 0) Intelligent CAD system for the Hydraulic Manifold Blocks Jinwei Bai, Guang

More information

Eurathlon Scenario Application Paper (SAP) Review Sheet

Eurathlon Scenario Application Paper (SAP) Review Sheet Scenario Application Paper (SAP) Review Sheet Team/Robot Scenario FKIE Autonomous Navigation For each of the following aspects, especially concerning the team s approach to scenariospecific challenges,

More information

Energy Security Electrical Islanding Approach and Assessment Tools. Dr. Bill Kramer Senior Research Engineer Distributed Energy Systems Integration

Energy Security Electrical Islanding Approach and Assessment Tools. Dr. Bill Kramer Senior Research Engineer Distributed Energy Systems Integration Energy Security Electrical Islanding Approach and Assessment Tools Dr. Bill Kramer Senior Research Engineer Distributed Energy Systems Integration Dr. Bill Kramer - 2 Electricity, Resources, & Building

More information

Master Slave Control Of Interline Power Flow Controller Using PSO Technique

Master Slave Control Of Interline Power Flow Controller Using PSO Technique Master Slave Control Of Interline Power Flow Controller Using PSO Technique D.Lakshman Kumar*, K.Ram Charan** *(M.Tech Student, Department of Electrical Engineering, B.V.C. Engineering College, Odalarevu,

More information

The MathWorks Crossover to Model-Based Design

The MathWorks Crossover to Model-Based Design The MathWorks Crossover to Model-Based Design The Ohio State University Kerem Koprubasi, Ph.D. Candidate Mechanical Engineering The 2008 Challenge X Competition Benefits of MathWorks Tools Model-based

More information

CS 188: Artificial Intelligence Fall Announcements

CS 188: Artificial Intelligence Fall Announcements CS 188: Artificial Intelligence Fall 2009 Advanced Applications: Robotics / Vision / Language Dan Klein UC Berkeley Many slides from Pieter Abbeel, John DeNero 1 Announcements Contest: amazing stuff 59

More information

Announcements. CS 188: Artificial Intelligence Fall Motivating Example. Today. Autonomous Helicopter Flight. Autonomous Helicopter Setup

Announcements. CS 188: Artificial Intelligence Fall Motivating Example. Today. Autonomous Helicopter Flight. Autonomous Helicopter Setup CS 188: Artificial Intelligence Fall 2009 Advanced Applications: Robotics / Vision / Language Announcements Contest: amazing stuff 59 teams! Final qualifying tournament almost done running! Congrats to

More information

Development of Fuzzy Logic Based Odor Detection

Development of Fuzzy Logic Based Odor Detection Development of Fuzzy Logic Based Odor Detection Azahar, T. M. 1,a, Norlaila Ashikin, M. S. 2,b, Nuwairah, A. 3,c Universiti Kuala Lumpur MFI, 43650 Bandar Baru Bangi, Selangor a tgazahar@mfi.unikl.edu.my,

More information

Analysis of minimum train headway on a moving block system by genetic algorithm Hideo Nakamura. Nihon University, Narashinodai , Funabashi city,

Analysis of minimum train headway on a moving block system by genetic algorithm Hideo Nakamura. Nihon University, Narashinodai , Funabashi city, Analysis of minimum train headway on a moving block system by genetic algorithm Hideo Nakamura Nihon University, Narashinodai 7-24-1, Funabashi city, Email: nakamura@ecs.cst.nihon-u.ac.jp Abstract A minimum

More information

Initial Project and Group Identification Document. Metal detecting robotic vehicle (seek and find metallic objects using a robotic vehicle)

Initial Project and Group Identification Document. Metal detecting robotic vehicle (seek and find metallic objects using a robotic vehicle) Initial Project and Group Identification Document Project Idea: Metal detecting robotic vehicle (seek and find metallic objects using a robotic vehicle) Team Members: Robertson Augustine (Computer Engineer)

More information

Convergence: Connected and Automated Mobility

Convergence: Connected and Automated Mobility Convergence: Connected and Automated Mobility Peter Sweatman Principal, CAVita LLC, Anaheim CA AASHTO CTE Denver June 19, 2018 1 Agenda New technology in mobility: CV, AV and CAV The transformational dynamic

More information

A simulator for the control network of smart grid architectures

A simulator for the control network of smart grid architectures A simulator for the control network of smart grid architectures K. Mets 1, W. Haerick 1, C. Develder 1 1 Dept. of Information Technology - IBCN, Faculty of applied sciences, Ghent University - IBBT, G.

More information

Systems. Intelligent. Power & Control. Würth Elektronik ICS. Solutions and technologies for:

Systems. Intelligent. Power & Control. Würth Elektronik ICS. Solutions and technologies for: Würth Elektronik ICS Solutions and technologies for: Intelligent Power management Signal transmission Control Display and input Plug connections Power & Control Systems Würth Elektronik ICS The Würth Group

More information

Realization of the helicopter test management system Based on Fuzzy. Control automatic balancing technology

Realization of the helicopter test management system Based on Fuzzy. Control automatic balancing technology 3rd International Conference on Material, Mechanical and Manufacturing Engineering (IC3ME 2015) Realization of the helicopter test management Based on Fuzzy Control automatic balancing technology Peng

More information

AUTONOMOUS DRIVING COLLABORATIVE APPROACH NEEDED FOR BIG BUSINESS. Innovation Bazaar, Vehicle ICT Arena ver 2. RISE Viktoria Kent Eric Lång

AUTONOMOUS DRIVING COLLABORATIVE APPROACH NEEDED FOR BIG BUSINESS. Innovation Bazaar, Vehicle ICT Arena ver 2. RISE Viktoria Kent Eric Lång AUTONOMOUS DRIVING COLLABORATIVE APPROACH NEEDED FOR BIG BUSINESS Innovation Bazaar, Vehicle ICT Arena 2018-02-08 ver 2 Research Institutes of Sweden RISE Viktoria Kent Eric Lång 2 AUTONOMOUS DRIVING AND

More information

Large engine vibration analysis using a modular modelling approach

Large engine vibration analysis using a modular modelling approach Large engine vibration analysis using a modular modelling approach Dr.-Ing. Jochen Neher Mechanics, Engine Structure 16th, October, 2018 Dr. Alexander Rieß Mechanics, Power Train Marko Basic AVL-AST d.o.o.

More information

Embedded system design for a multi variable input operations

Embedded system design for a multi variable input operations IOSR Journal of Engineering (IOSRJEN) ISSN: 2250-3021 Volume 2, Issue 8 (August 2012), PP 29-33 Embedded system design for a multi variable input operations Niranjan N. Parandkar, Abstract: - There are

More information

Steady-State Engine Modeling for Calibration: A Productivity and Quality Study

Steady-State Engine Modeling for Calibration: A Productivity and Quality Study Steady-State Engine Modeling for Calibration: A Productivity and Quality Study MathWorks Automotive Conference 2007 Hyatt Regency, Dearborn, MI Ulrike Schoop John Reeves Satoru Watanabe Ken Butts IAV GmbH

More information

Regulating Highly Automated Robot Ecologies: Insights from Three User Studies

Regulating Highly Automated Robot Ecologies: Insights from Three User Studies Regulating Highly Automated Robot Ecologies: Insights from Three User Studies Wen Shen (UC, Irvine) Alanoud Al Khemeiri (Masdar Institute) Abdulla Almehrzi (Masdar Institute) Wael Al Enezi (Masdar Institute)

More information

Our Approach to Automated Driving System Safety. February 2019

Our Approach to Automated Driving System Safety. February 2019 Our Approach to Automated Driving System Safety February 2019 Introduction At Apple, by relentlessly pushing the boundaries of innovation and design, we believe that it is possible to dramatically improve

More information

Fuzzy Architecture of Safety- Relevant Vehicle Systems

Fuzzy Architecture of Safety- Relevant Vehicle Systems Fuzzy Architecture of Safety- Relevant Vehicle Systems by Valentin Ivanov and Barys Shyrokau Automotive Engineering Department, Ilmenau University of Technology (Germany) 1 Content 1. Introduction 2. Fuzzy

More information

Smart Testing of Smart Charging

Smart Testing of Smart Charging Smart Testing of Smart Charging Consistent Test Case Coverage for Electric Mobility With the increasing diversity of electric vehicles and charging station systems, interoperability between components

More information

Sensor less Control of BLDC Motor using Fuzzy logic controller for Solar power Generation

Sensor less Control of BLDC Motor using Fuzzy logic controller for Solar power Generation Sensor less Control of BLDC Motor using Fuzzy logic controller for Solar power Generation A. Sundaram 1 and Dr. G.P. Ramesh 2 1 Department of Electrical and Electronics Engineering, St. Peter s University,

More information

On the role of AI in autonomous driving: prospects and challenges

On the role of AI in autonomous driving: prospects and challenges On the role of AI in autonomous driving: prospects and challenges April 20, 2018 PhD Outreach Scientist 1.3 million deaths annually Road injury is among the major causes of death 90% of accidents are caused

More information

Enhanced Genetic Algorithm for Optimal Electric Power Flow using TCSC and TCPS

Enhanced Genetic Algorithm for Optimal Electric Power Flow using TCSC and TCPS Proceedings of the World Congress on Engineering 21 Vol II WCE 21, June 3 - July 2, 21, London, U.K. Enhanced Genetic Algorithm for Optimal Electric Power Flow using TCSC and TCPS K. Kalaiselvi, V. Suresh

More information

VOLTAGE STABILITY CONSTRAINED ATC COMPUTATIONS IN DEREGULATED POWER SYSTEM USING NOVEL TECHNIQUE

VOLTAGE STABILITY CONSTRAINED ATC COMPUTATIONS IN DEREGULATED POWER SYSTEM USING NOVEL TECHNIQUE VOLTAGE STABILITY CONSTRAINED ATC COMPUTATIONS IN DEREGULATED POWER SYSTEM USING NOVEL TECHNIQUE P. Gopi Krishna 1 and T. Gowri Manohar 2 1 Department of Electrical and Electronics Engineering, Narayana

More information

Kazuaki Sakai, Toshihiko Yasuda, and Katsuyuki Tanaka, Member, IEEE

Kazuaki Sakai, Toshihiko Yasuda, and Katsuyuki Tanaka, Member, IEEE The 2010 IEEE/RSJ International Conference on Intelligent Robots and Systems October 18-22, 2010, Taipei, Taiwan Power Assist Effects of a New Type Assist Unit in a One Hand Drive Wheelchair with a Triple

More information

Protection & Control / Commissioning Engineer

Protection & Control / Commissioning Engineer Protection & Control / Commissioning Engineer Are you ready to be a technology pioneer? Oil and gas factories 3000 meters underwater, heavy locomotive traction motors, electric vehicle chargers that deliver

More information

Supplementary file related to the paper titled On the Design and Deployment of RFID Assisted Navigation Systems for VANET

Supplementary file related to the paper titled On the Design and Deployment of RFID Assisted Navigation Systems for VANET Supplementary file related to the paper titled On the Design and Deployment of RFID Assisted Navigation Systems for VANET SUPPLEMENTARY FILE RELATED TO SECTION 3: RFID ASSISTED NAVIGATION SYS- TEM MODEL

More information

Smart Grid A Reliability Perspective

Smart Grid A Reliability Perspective Khosrow Moslehi, Ranjit Kumar - ABB Network Management, Santa Clara, CA USA Smart Grid A Reliability Perspective IEEE PES Conference on Innovative Smart Grid Technologies, January 19-21, Washington DC

More information

Club Capra- Minotaurus Design Report

Club Capra- Minotaurus Design Report Table of content Introduction... 3 Team... 3 Cost... 4 Mechanical design... 4 Structure of Minotaurus... 5 Drive train... 6 Electronics... 7 Batteries... 7 Power supply... 7 System signal processing...

More information

Capacity-Achieving Accumulate-Repeat-Accumulate Codes for the BEC with Bounded Complexity

Capacity-Achieving Accumulate-Repeat-Accumulate Codes for the BEC with Bounded Complexity Capacity-Achieving Accumulate-Repeat-Accumulate Codes for the BEC with Bounded Complexity Igal Sason 1 and Henry D. Pfister 2 Department of Electrical Engineering 1 Techion Institute, Haifa, Israel Department

More information

NEW RIDER TRAINING SYSTEM IN NORWAY

NEW RIDER TRAINING SYSTEM IN NORWAY NEW RIDER TRAINING SYSTEM IN NORWAY Bjørn A. Lund Norwegian Public Roads Administration International Motorcycle Safety Conference March 28 30, 2006 Long Beach, CA - USA Background New rider and driver

More information

Control Design of an Automated Highway System (Roberto Horowitz and Pravin Varaiya) Presentation: Erik Wernholt

Control Design of an Automated Highway System (Roberto Horowitz and Pravin Varaiya) Presentation: Erik Wernholt Control Design of an Automated Highway System (Roberto Horowitz and Pravin Varaiya) Presentation: Erik Wernholt 2001-05-11 1 Contents Introduction What is an AHS? Why use an AHS? System architecture Layers

More information

SECURITIES AND EXCHANGE COMMISSION WASHINGTON, D.C FORM 6-K MOBILEYE N.V.

SECURITIES AND EXCHANGE COMMISSION WASHINGTON, D.C FORM 6-K MOBILEYE N.V. SECURITIES AND EXCHANGE COMMISSION WASHINGTON, D.C. 20549 FORM 6-K REPORT OF FOREIGN PRIVATE ISSUER PURSUANT TO RULE 13a-16 OR 15d-16 OF THE SECURITIES EXCHANGE ACT OF 1934 For the month of February 2017

More information

Integrated Architectures Management, Behavior models, Controls and Software

Integrated Architectures Management, Behavior models, Controls and Software Integrated Architectures Management, Behavior models, Controls and Software Realize innovation. Engineering challenges Bringing everything together Fuel efficiency Emissions Acceleration Performance Energy

More information

1 Configuration Space Path Planning

1 Configuration Space Path Planning CS 4733, Class Notes 1 Configuration Space Path Planning Reference: 1) A Simple Motion Planning Algorithm for General Purpose Manipulators by T. Lozano-Perez, 2) Siegwart, section 6.2.1 Fast, simple to

More information

Differential Evolution Algorithm for Gear Ratio Optimization of Vehicles

Differential Evolution Algorithm for Gear Ratio Optimization of Vehicles RESEARCH ARTICLE Differential Evolution Algorithm for Gear Ratio Optimization of Vehicles İlker Küçükoğlu* *(Department of Industrial Engineering, Uludag University, Turkey) OPEN ACCESS ABSTRACT In this

More information

FUZZ-ART NEURAL NETWORKS FOR PREDICTING CHI-CHI EARTHQUAKE INDUCED LIQUEFACTION IN YUAN-LIN AREA

FUZZ-ART NEURAL NETWORKS FOR PREDICTING CHI-CHI EARTHQUAKE INDUCED LIQUEFACTION IN YUAN-LIN AREA Journal of Marine Science and Technology, Vol. 10, No. 1, pp. 21-32 (2002) 21 FUZZ-ART NEURAL NETWORKS FOR PREDICTING CHI-CHI EARTHQUAKE INDUCED LIQUEFACTION IN YUAN-LIN AREA S. G. Chern*, R. F. Hu**,

More information

Veridian s Perspectives of Distributed Energy Resources

Veridian s Perspectives of Distributed Energy Resources Veridian s Perspectives of Distributed Energy Resources Falguni Shah, M. Eng., P. Eng Acting Vice President, Operations March 09, 2017 Distributed Energy Resources Where we were and where we are planning

More information

Financial Planning Association of Michigan 2018 Fall Symposium Autonomous Vehicles Presentation

Financial Planning Association of Michigan 2018 Fall Symposium Autonomous Vehicles Presentation Financial Planning Association of Michigan 2018 Fall Symposium Autonomous s Presentation 1 Katherine Ralston Program Manager, Autonomous s 2 FORD SECRET Why Autonomous s Societal Impact Great potential

More information

Power Consump-on Management and Control for Peak Load Reduc-on in Smart Grids Using UPFC

Power Consump-on Management and Control for Peak Load Reduc-on in Smart Grids Using UPFC 1 Power Consump-on Management and Control for Peak Load Reduc-on in Smart Grids Using UPFC M. R. Aghaebrahimi, M. Tourani, M. Amiri Presented by: Mayssam Amiri University of Birjand Outline 1. Introduction

More information

LTU Challenger. TEAM MEMBERS: Andrey Chernolutskiy Vincent Shih-Nung Chen. Faculty Advisor's Statement:

LTU Challenger. TEAM MEMBERS: Andrey Chernolutskiy Vincent Shih-Nung Chen. Faculty Advisor's Statement: LTU Challenger TEAM MEMBERS: Andrey Chernolutskiy Vincent Shih-Nung Chen Faculty Advisor's Statement: The work that the LTU Challenger student team performed with regards to design and implementation was

More information

BACHELOR THESIS Optimization of a circulating multi-car elevator system

BACHELOR THESIS Optimization of a circulating multi-car elevator system BACHELOR THESIS Kristýna Pantůčková Optimization of a circulating multi-car elevator system Department of Theoretical Computer Science and Mathematical Logic Supervisor of the bachelor thesis: Study programme:

More information

Fuzzy based Adaptive Control of Antilock Braking System

Fuzzy based Adaptive Control of Antilock Braking System Fuzzy based Adaptive Control of Antilock Braking System Ujwal. P Krishna. S M.Tech Mechatronics, Asst. Professor, Mechatronics VIT University, Vellore, India VIT university, Vellore, India Abstract-ABS

More information

ABB's Energy Efficiency and Advisory Systems

ABB's Energy Efficiency and Advisory Systems ABB's Energy Efficiency and Advisory Systems The common nominator for all the Advisory Systems products is the significance of full scale measurements. ABB has developed algorithms using multidimensional

More information

Conoco Phillips Ferndale Condition Monitoring Success

Conoco Phillips Ferndale Condition Monitoring Success Conoco Phillips Ferndale Condition Monitoring Success From Chaos to Calm with Azima DLI Methodology Background The Conoco Phillips Ferndale Washington Refinery was constructed in 1954. Ferndale is an integrated

More information

Cooperative Autonomous Driving and Interaction with Vulnerable Road Users

Cooperative Autonomous Driving and Interaction with Vulnerable Road Users 9th Workshop on PPNIV Keynote Cooperative Autonomous Driving and Interaction with Vulnerable Road Users Miguel Ángel Sotelo miguel.sotelo@uah.es Full Professor University of Alcalá (UAH) SPAIN 9 th Workshop

More information

MIPRover: A Two-Wheeled Dynamically Balancing Mobile Inverted Pendulum Robot

MIPRover: A Two-Wheeled Dynamically Balancing Mobile Inverted Pendulum Robot ECE 3992 Senior Project Proposal MIPRover: A Two-Wheeled Dynamically Balancing Mobile Inverted Pendulum Robot 6 May 2005 Prepared By: Kevin E. Waters Department of Electrical and Computer Engineering University

More information

CONNECTED AUTOMATION HOW ABOUT SAFETY?

CONNECTED AUTOMATION HOW ABOUT SAFETY? CONNECTED AUTOMATION HOW ABOUT SAFETY? Bastiaan Krosse EVU Symposium, Putten, 9 th of September 2016 TNO IN FIGURES Founded in 1932 Centre for Applied Scientific Research Focused on innovation for 5 societal

More information

Fuzzy logic Intelligent traffic light control system & Robot car

Fuzzy logic Intelligent traffic light control system & Robot car Fuzzy logic Intelligent traffic light control system & Robot car Authors: C.M.Pradesh & K.Ram mohan ECE (III) year. Sri Venkateswara College of Engineering &Technology Thiruvallur-631203 C.M.Pradesh S/o

More information