EVOLVING GOALKEEPER BEHAVIOURS FOR SIMULATED SOCCER COMPETITION

Size: px
Start display at page:

Download "EVOLVING GOALKEEPER BEHAVIOURS FOR SIMULATED SOCCER COMPETITION"

Transcription

1 Proceeings of the 3r IASTED International Conference on Artificial Intelligence an Applications (AIA 2003 September 8-0, 2003, Benalmáena, Spain EVOLVING GOALKEEPER BEHAVIOURS FOR SIMULATED SOCCER COMPETITION Christopher Lazarus an Huosheng Hu Department of Computer Science, University of Essex, Wivenhoe Park, Colchester CO 3SQ, Unite Kingom Abstract This paper escribes our approach on evolving a robot controller to generate a set of goalkeeper behaviours in the Simulation League of the RoboCup competition. The goalkeeper agent is a software construct that performs in a simulate environment provie by the Soccer Server. The soccer server is a noisy environment provie as a testing groun for various artificial intelligence techniques use by ifferent research teams aroun the worl. Our experiments were set out to etermine the conitions that nee to be met for an evolve goalkeeper agent to perform aequately in a efensive situation. A framework was evelope to test the agent s performance in the simulator. The results show that our approach was able to prouce a robust robot controller. Keywors: Simulate Soccer, Evolutionary Robotics, Genetic Programming.. Introuction Robot controller evelopment is an area that traitionally lies uner the omain of human programming. This area is an important part of robotic research an therefore has been the most active area in robotics. Traitional robotic research has been to break own the require behaviours of a robot into smaller manageable parts an architectures are built to make them work. On the other han, this is often accomplishe as a result of a self-organizing process in the Evolutionary Robotics (ER approach [3]. It is well known that natural selection combine with genetics has the power of fining out ingenious solutions to problems that are similar to the one facing a robot controller esigner. Researchers han coe solutions to robotic control an navigation problem. Successful solutions ten to be complex, rigi an highly customise. During recent years, researchers began to use techniques erive from Evolutionary Computation (EC for eveloping robot controllers. The major benefits in using this technique are automatic programming an aaptability of solutions evelope. Programming a robot to perform various tasks an ultimately relate to a single goal is not trivial. Our efforts focus on evolving behaviours for a goalkeeper agent by aopting the Genetic Programming (GP technique an the focus of the research was on the esign of a set of specifications for the esire behaviours. These behaviours emerge ue to evolutionary pressure set out by the esigner []. The work presente here is base on our previous work on evolving navigation an obstacle avoiance behaviours for the wall-following problem. In that work, the evolution of a robot s behaviours involves the optimisation of a single objective function []. However, our current work involves the optimisation of multiple objectives [6]. There have been many attempts by researchers to evelop an improve ways on robot evolutions. In many ways they are able to show that their solutions can be similar if not better than han-coe solution, i.e. the traitional robot navigation solution. These works inclue evolution of both simulate an real robots. The RoboCup omain Error! Reference source not foun. in particular is a rich omain for the exploration of these techniques. It gives researchers a platform where they can compare the performance of their techniques in a like environment [7]. Given that more than one robot is involve in a soccer match, RoboCup also gives researchers a platform on which to explore multi-robot cooperation algorithms. Accoringly, several teams have use GP in evolving their soccer team [8] an []. Lunberg i a comparison of these works [9]. This paper is organise as follows. We escribe our experiments in more etail in section 2 incluing the methoology that we chose an shows in a conceptual manner the architecture of the system that we have evelope. In section 3, the implementation of our architecture is escribe. The experimental ata are presente an analyse in section. Finally, we show what our experiments have uncovere an what further work coul be one. In the Simulation League, the soccer server was esigne to be a noisy environment. Therefore any solution pose by researchers nees to be able to hanle the uncertainty of sensory ata

2 2. Methoology The focus of our experiments is to fin out the effects of using multiple objective fitness functions in our GP implementation. To accomplish this, we have evise a training groun situation to test the evolve behaviours of our goalkeeper. The architecture consists of a soccer server, a coach trainer agent, a han-coe attacker agent an an evolving goalkeeper agent. The soccer server Error! Reference source not foun. acts as a server to all of our agent clients. It accepts action commans an sens back sensory information. In other wors, the soccer server runs the simulation. The coach agent performs the synchronisation between all of the agents. It oes this by relaying messages to let the agents know when a trial begins an ens. It also resets the positions of the agents an the ball. The han-coe attacker agent is a simple agent that kicks the ball towars the centre of the goal. The goalkeeper agent is the agent that has the capability to evolve ue to the GP system that generates its control program. GP System problem omain is not essential. The focus of the problem shifts from the careful esign of the behaviours to the esigning of specifications that encourages emergence of the esire behaviours []. In this case, specifications can be equate as the fitness criterion of each iniviual within the GP population. No One iniviual Initialise population evaluation Genetic operators Maximum generation? Yes Goalkeeper Agent Best Controller Coach Agent One Iniviual Actions Sensors Figure System Configuration Goalkeeper Agent Soccer Server Han-coe Attacker Agent Our control experiment uses a ranom goalkeeper agent that has exactly the same capability as our GP goalkeeper. The only ifference is that the ranom goalkeeper agent sens ranomly generate commans to the soccer server instea of being generate by GP. Nevertheless, its fitness is still evaluate uring the experiment. We run both ranom an evolving goalkeeper experiments to collect the ata. We compare both of the goalkeeper s performance to measure the effectiveness of the GP implementation. In esigning our functions an terminals, we note that GP may give surprising results even with a simple set of functions an terminals although it is generally accepte that GP is a robust technique [0]. Therefore, if the performance of the GP algorithm is not quite what we expect then more complex functions an terminals may be ae to the gene pool. Nevertheless, one of the attractions of using GP is that etaile knowlege of the Figure 2 GP System Therefore, we see the nee for correctly representing the problem omain in the fitness functions. In our previous work we have use a single fitness function for evaluating a robot s navigation solution []. In our current work, we use multiple fitness functions. A goalkeeper has a single overriing objective, which is to stop any goal from being score into its own net. Nevertheless, to achieve this, there is a set of other objectives that nee to be met. The first objective concerns navigation, another is localisation (position must be kept near the centre of the goal, another is blocking the ball trajectory, the ability to kick the ball out of the goal area an lastly to catch the ball when possible. Therefore the aim of our optimisation is to transform the vector objectives to a scalar version an then procee with the assignment of fitness values to each iniviual. 3. Implementation The GP system we use in our experiments is lil-gp []. We also use the client networking library libsclient [2]. We evelope a coach agent to provie synchronisation an monitoring uring the experiment run. The coach agent resets the experiment setting before the start of each trial case. This involves placing the goalkeeper, ball an attacker in their respective starting positions. Once in place, the ball is kicke by the attacker in a straight line irectly towars the goal. There are 0 ifferent ball placements for each evaluation (see Figure 3. In short each iniviual in the GP population representing the goalkeeper is teste on its performance in efening the goal from 0 ifferent ballstarting positions. The attacking area in front of the goal is ivie equally into 0 sectors. At the start of each

3 experiment, the 0 starting positions for the attacker is ranomly generate within each of the 0 attacking sectors. Each attacker starting position is then teste sequentially in a clockwise orer for each iniviual in the population. This variation in the attacker s starting position shoul enable a robust controller to be evolve. The evolve behaviours are not biase towars a particular attacking irection only. We evaluate each iniviual by parsing the expression trees an sening a comman every 0ms to the soccer server. Normally this woul be set to 00ms but we have reuce it to 0ms to spee up the simulation 2. Only one comman is allowe per 0ms. Figure 3 A segment of the soccer fiel showing a goalkeeper at location 0, 0 with the attacking area ivie equally into 0 sectors. Figure is not accoring to scale. Evaluation time The length of timesteps allowe for an attacker to attack an score a goal has a irect impact on the length of time each evaluation takes. For the purpose of the experiments each evaluation takes 0 timesteps. Each timestep correspons to a set perio of 0ms. We allow the attacker 0 timesteps per trial to give it enough time to try to score a goal. measure s9 s8 s7 s6 s s s3 s2 s s0 Goal keeper At t acki ng Sect ors = s0... s9 The fitness evaluation we aopte is calle the Weighte Sum Approach 2 Only one comman is allowe per 00ms. The rules of the competition stipulate that no flooing of the soccer server is allowe. If this rule is violate, the soccer server may run only one action comman arbitrarily in a single time step an ignore the rest. f = n w f i = i i where 0.0 f. 0. f enotes the overall fitness of an iniviual, n enotes the number of fitness measures, wi enotes the weights an f i enotes the objectives to be optimise [3]. There are fitness cases that influence the evolution of esire behaviours. cases f = Ball saving f = Localisation 2 f = Ball locate 3 f = Movements f = Positioning Max Generation 0 Population Type Generational Size 00 Initialisation Half an Half Selection Type Tournament with size 7 Genetic Operators Crossover rate 0.9 Mutation Rate 0. Function Set iflte, a, sub, mult, iv, sin, cos, catch, ash, kick, turn, put, ADF0 Terminal Set play_ir, play_pos, ist_to_ball, ir_to_ball, ir_to_ogoal, ist_to_ogoal, ist_to_opp, ist_to_opp, ran, get0, get, ARG0, ARG Table GP Parameter Settings The rationales for the choice of the fitness measures above are that we want the evolve goalkeeper to be mobile but moving towars the ball an intercepting it. The movements an positioning fitness cases reflect this esire. f an f might seem to overlap in functionality but without fitness f, the movement of the ball instea of the goalkeeper might be the cause for the proximity of the goalkeeper to the ball. Therefore, by encouraging selection of iniviuals that are mobile ensures that there are cases where the proximity of a goalkeeper to a ball is cause by the goalkeeper s own movements. We gave fitness f a higher weight because of similar reasons. Nevertheless, fitness f an f are ineffective if they on t result in a ball saving event. So we give a higher weight for behaviours that resulte in a ball saving event

4 case is given by the equation g f = t where g is the goal score by an attacker an tmax is the maximum trial case per evaluation f is neee to measure the goalkeeper s 2 ability to estimate its own location within the playing fiel. If both initial an ening position of the goalkeeper max within each trial is estimate then localisation is eeme as successful an fitness f is allocate. 2 f measures the goalkeeper s ability to locate 3 the ball. This is one by checking whether the goalkeeper is able to estimate the istance between itself an the ball at the start an en of a trial. The goalkeeper is only able to o this if the ball is in its fiel of vision. Therefore this fitness can also be equate with the ability of the goalkeeper in turning towars the ball. f is as follows where f if p s is equal to p e then else no movement is etecte so f 2 = 0 movement etecte so f 2 = ps is the position of goalkeeper at the start of an evaluation, an pe is the position of goalkeeper at the en of an evaluation f is given below. This fitness measure uses a logarithmic scale function of the istance between the goalkeeper an the ball at the start of an evaluation an also at the en of an evaluation. This has the effect of ensuring that the relationship between the istance between the goalkeeper an the ball is logarithmic. This ensures that the fitness ecreases following a logarithmic curve as the istance between the ball an the goalkeeper becomes larger. f where if ( else e s set f 3 to 0 set f 3 to is less than 0 then e s s is the istance between goalkeeper an ball at the start of an evaluation greater than. e is the istance between goalkeeper an ball at the en of an evaluation greater than Termination-criteria Termination of the GP run is set to the number of maximum generation preetermine at the beginning of the GP run.. Experimental Results an Analysis Table 2 presents all experiments that have been carrie out in this research an the results are collecte an summarise in Figure. Experi Behaviour Memo ADF Weights ment generate by ry Ranom N/A N/A Equal 2 Ranom N/A N/A Lexicographic 3 GP Yes No Equal GP Yes No Lexicographic GP No Yes Equal 6 GP No Yes Lexicographic 7 GP Yes Yes Equal 8 GP Yes Yes Lexicographic 9 GP Yes Yes SQRT (Lex. Table 2 Experiment runs The first two experiments, where the goalkeeper s behaviour was generate ranomly, are use as a benchmark for subsequent experiments. The starting position for the goalkeeper is set at location 0, 0 on the playing fiel. Three sets of weights were use uring the experiments. Weights Equal Lexicographic Square root (Lexicographic Table 3 Weights use uring the experiments FITNES S COMPARISON OF WEIGHTS 2 3 WEIGHTS Equal Lexicographic Normalise square root of Lexicographic Figure The fitness istribution when lexicographic weights are normalise

5 Run Mean Stanarise Generations Exp. Exp. 2 Exp. 3 Exp. Exp. Exp. 6 Exp. 7 Exp. 8 Exp. 9 Figure Comparison of mean population fitness Best of Run Iniviual Stanarise Generations Exp. Exp. 2 Exp. 3 Exp. Exp. Exp. 6 Exp. 7 Exp. 8 Exp. 9 Figure 6 Comparison of iniviual fitness As shown in Table 3, one set of weights is esigne to give equal importance to all of the fitness measures. The secon set of weights is esigne to bias the importance of the fitness measures in a lexicographical manner in terms of fitness. The thir set of weights is erive from normalise square roots of the lexicographic weights. The thir set of weights has a smoother istribution compare to the secon set. This is shown in Figure. This allows for the fitness measures to be more uniformly istribute across the fitness range but woul still be skewe accoring to the fitness measures ranking. All of the experimental runs base on lexicographic weights have lower overall fitness when compare with runs that are base on equal weights. Lexicographic weights biase the fitness measurement too much towars fitness which is ball saving. This results in GP not being able to capitalise on the contributions mae by the other fitness measures. This also shows that even though ball saving is

6 the main objective, ball saving is not enough on its own to allow GP to explore potential solutions. By specifying that all of the fitness measures have equal weights, we see that the fitness is istinctively higher compare to using lexicographic weights. We can also see this assertion by comparing both of the ranom runs. The ranom run that uses equal weights has higher fitness compare to the ranom run that uses lexicographic weights Experiments 2, 3, an were run to observe whether the GP performance woul be enhance by the aition of either memory or ADF. The results show that the GP with ADF has higher fitness than the GP with memory when equal weights are use. In contrasts, the GP with memory has higher fitness than the GP with ADF when lexicographic weights are use. Looking at both the equal weights an the lexicographic weights groups, we can see that in both groups, the highest performing GP is the one that implements both memory an ADF in their architecture. The aition of either ADF or memory in isolation oes improve the performance of the GP but its performance increases further if both of them are implemente together. When we compare performances of best of run iniviuals in contrasts to populations, we start to see that the istinction cause by ifferent weights set becomes less obvious. Experiments that use the lexicographic weights, has best of run iniviual nearing the performances from the experiments that uses equal weights. An aitional experiment (experiment 9 that uses the normalise lexicographic weights was run to observe the effects of smoothing the istribution of the fitness measures. The population fitness for this experiment shows a marke improvement. However its population fitness is still below the population fitness for experiments that uses equal weights.. Conclusions an Future Work The selection of weights in the Weighte Sum Approach as we have shown in this paper is important to the performance of the GP implementation. In this approach most weight selection problem are solve heuristically. Consiering the simulation results, each of the fitness measure is equally important. Attempts to bias the fitness measures by ajusting the weights shows lower overall population fitness. Nevertheless, the fittest iniviual within the population where the weights are not equally istribute still manages to be fitness-competitive to the fittest iniviual using equal weights. Other multiobjective optimisation methos are escribe by [3] an [6]. The aition of memory an ADF as part of an agent s memory an an iniviual s program tree respectively for the uration of the run increases the GP s performance. This correspons with the increase in ifficulty of the task that the goalkeeper agent is given. The overall results show that the best iniviual reaches a plateau at approximately two thirs of the fitness range. This shows that although GP manages to evolve a goo set of behaviours, they are still short of optimum fitness. The next stage of this work will be to investigate on ways to improve the performance of the evolve goalkeeper further. Acknowlegements: We wish to thank Prof. Ewar Tsang an Dr. John For for their useful inputs an avices uring this research. References [] The RoboCup Feeration, "RoboCup Official Site", [2] I. Noa, "Soccer Server System", [3] S. Nolfi, "Evolutionary Robotics: Exploiting the full power of self-organization," Connection Science, vol. 0, pp , 998. [] D. Anre an A. Teller, "Evolving Team Darwin Unite," in RoboCup-98: Robot Soccer Worl Cup II, M. Asaa, E.: Springer-Verlag, 998. [] C. Lazarus an H. Hu, "Using Genetic Programming to Evolve Robot Behaviours," Proceeings of the 3 r British Workshop on Towars Intelligent Mobile Robots (TIMR '0, Manchester, 200. [6] E. Zitzler, K. Deb, an L. Thiele, "Comparison of multi-objective evolutionary algorithms: Empirical results (Revise Version Technical Report 70," Computer Engineering an Communication Networks Lab (TIK, Swiss Feeral Institute of Technology (ETH Zurich, Gloriastrasse 3, CH-8092 Zurich 999. [7] G. Aorni, S. Cagnoni, an M. Moronini, "Genetic Programming of a Goal-Keeper Control Strategy for the RoboCup Mile Size Competition," presente at Genetic Programming: Secon European Workshop, EuroGP'99, Goteberg, Sween, 999. [8] S. Luke, C. Hohn, J. Farris, G. Jackson, an J. Henler, "Co-Evolving Soccer Softbot Team Coorination with Genetic Programming," presente at Proceeings of The First International Workshop on RoboCup, IJCAI-97, Nagoya, Japan, 997. [9] J. Lunberg, "Survey over Genetic Programming Approaches to RoboCup", pers/999/int7/lunberg.pf, 2003 [0] W. Banzhaf, P. Norin, R. E. Keller, an F. D. Francone, "Genetic Programming An Introuction," Morgan Kaufmann Publishers, Inc., 998, pp. 2. [] B. Punch an D. Zongker, "lil-gp Genetic Programming System", [2] I. Noa, "libsclient", RoboCup/Libs/libsclient.0.tar.gz, 2003 [3] C. M. Fonseca an P. J. Fleming, "Multi-objective Optimisation," in Evolutionary Computations 2, T. Bäck, D. Fogel, B, an Z. Michalewicz, Es. UK: IOP Publishing Lt.,

GAIT PARAMETER ADAPTATION TO ENVIRONMENTAL PERTURBATIONS IN QUADRUPEDAL ROBOTS

GAIT PARAMETER ADAPTATION TO ENVIRONMENTAL PERTURBATIONS IN QUADRUPEDAL ROBOTS May 25, 27 13:6 WSPC - Proceeings Trim Size: 9in x 6in clawar7 1 GAIT PARAMETER ADAPTATION TO ENVIRONMENTAL PERTURBATIONS IN QUADRUPEDAL ROBOTS E. GARCIA, J. ESTREMERA, P. GONZALEZ DE SANTOS an M. ARMADA

More information

Methodology for Estimating Bicyclist Acceleration and Speed Distributions at Intersections

Methodology for Estimating Bicyclist Acceleration and Speed Distributions at Intersections Methoology for Estimating Bicyclist Acceleration an Spee Distributions at Intersections Miguel Figliozzi, Nikki Wheeler, an Christopher M. Monsere As cities across North America install infrastructure

More information

Process Name Material Handling/MSD Prevention Program

Process Name Material Handling/MSD Prevention Program CNM WAY PROCESS CNM Process Name Material Hanling/MSD Prevention Program (04/10/2018 Revision) Overview of Material Hanling/MSD Prevention Program Purpose: To provie a safe an healthy working environment

More information

A Generalised Approach to Position Selection for Simulated Soccer Agents

A Generalised Approach to Position Selection for Simulated Soccer Agents A Generalised Approach to Position Selection for Simulated Soccer Agents Matthew Hunter and Huosheng Hu Department of Computer Science, University of Essex Wivenhoe Park, Colchester, Essex CO4 3SQ, UK

More information

A comprehensive evaluation of the methods for evolving a cooperative team

A comprehensive evaluation of the methods for evolving a cooperative team Artif Life Robotics (2006) 10:157 161 ISAROB 2006 DOI 10.1007/s10015-005-0354-8 ORIGINAL ARTICLE Yasuyuki Suzuki Takaya Arita A comprehensive evaluation of the methods for evolving a cooperative team Received

More information

Depth Optimization of Designed New Ferry Berth

Depth Optimization of Designed New Ferry Berth International Journal on Marine Navigation an Safety of Sea Transportation olume Number 4 December 2007 Depth Optimization of Designe New Ferry Berth S. Gucma & S. Jankowski Maritime University of Szczecin,

More information

Towards bipedal running of a six-legged robot

Towards bipedal running of a six-legged robot Towars bipeal running of a six-legge robot N. Neville an M. Buehler neville@cim.mcgill.ca, buehler@cim.mcgill.ca Ambulatory Robotics Laboratory Centre for Intelligent Machines, McGill University Montreal,

More information

Control of Dynamic Gaits for a Quadrupedal Robot

Control of Dynamic Gaits for a Quadrupedal Robot Control of Dynamic Gaits for a Quarupeal Robot Christian Gehring, Stelian Coros, Marco Hutter, Michael Bloesch, Markus A. Hoepflinger an Rolan Siegwart Autonomous Systems Laboratory, ETH Zurich, Switzerlan,

More information

A control strategy for steering an autonomous surface sailing vehicle in a tacking maneuver

A control strategy for steering an autonomous surface sailing vehicle in a tacking maneuver Syansk Universitet A control strategy for steering an autonomous surface sailing vehicle in a tacking maneuver Jouffroy, Jerome Publishe in: Proceeings of the IEEE International Conference on Systems,

More information

beestanbul RoboCup 3D Simulation League Team Description Paper 2012

beestanbul RoboCup 3D Simulation League Team Description Paper 2012 beestanbul RoboCup 3D Simulation League Team Description Paper 2012 Baris Demirdelen, Berkay Toku, Onuralp Ulusoy, Tuna Sonmez, Kubra Ayvaz, Elif Senyurek, and Sanem Sariel-Talay Artificial Intelligence

More information

General Safety Notes for Chain Slings (Grade 50/60) Last revised: January 2018

General Safety Notes for Chain Slings (Grade 50/60) Last revised: January 2018 General Safety Notes for Chain Slings (Grae 50/60) Last revise: January 2018 Ketten Wäler GmbH Chain Technology Gewerbegebiet 5 83093 Ba Enorf, Germany Fon +49 (0)80 53-20 29-10 Fax +49 (0)80 53-20 29-31

More information

Online Learning of a Full Body Push Recovery Controller for Omnidirectional Walking

Online Learning of a Full Body Push Recovery Controller for Omnidirectional Walking 2011 11th IEEE-RAS International Conference on Humanoi Robots Ble, Slovenia, October 26-28, 2011 Online Learning of a Full Boy Push Recovery Controller for Omniirectional Walking Seung-Joon Yi, Byoung-Tak

More information

Genetic Programming of Multi-agent System in the RoboCup Domain

Genetic Programming of Multi-agent System in the RoboCup Domain Genetic Programming of Multi-agent System in the RoboCup Domain by Jonatan Aronsson A thesis presented to the Lund Institute of Technology for the degree of Master of Science in Engineering Physics Lund,

More information

Dynamic locomotion with four and six-legged robots 1

Dynamic locomotion with four and six-legged robots 1 Dynamic locomotion with four an six-legge robots M Buehler, U Saranli 2, D Papaopoulos an D Koitschek 2 Centre for Intelligent Machines, Ambulatory Robotics Laboratory, McGill University 2 Department of

More information

Genetic Algorithm Optimized Gravity Based RoboCup Soccer Team

Genetic Algorithm Optimized Gravity Based RoboCup Soccer Team Genetic Algorithm Optimized Gravity Based RoboCup Soccer Team Tory Harter Advisor: Dr. Jon Denning Taylor University July 28, 2015 ABSTRACT This report describes how we use genetic algorithms to optimize

More information

A Series Illustrating Innovative Forms of the Organization & Exposition of Mathematics by Walter Gottschalk

A Series Illustrating Innovative Forms of the Organization & Exposition of Mathematics by Walter Gottschalk A Few Goo Distance-Rate-Time Problems #6 of Gottschalk s Gestalts A Series Illustrating Innovative Forms of the Organization & Exposition of Mathematics by Walter Gottschalk Infinite Vistas Press PVD RI

More information

Experimental Approach for the Fast Walking by the Biped Walking Robot MARI-1

Experimental Approach for the Fast Walking by the Biped Walking Robot MARI-1 Experimental Approach for the Fast Walking by the Bipe Walking Robot MARI-1 Youji Nakajima* Akira Yonemura Atsuo Kawamura Dept. of Elec. an Comp. Eng., Yokohama National University 79-5 Tokiwaai, Hoogaya-ku

More information

Evolving Gaits for the Lynxmotion Hexapod II Robot

Evolving Gaits for the Lynxmotion Hexapod II Robot Evolving Gaits for the Lynxmotion Hexapod II Robot DAVID TOTH Computer Science, Worcester Polytechnic Institute Worcester, MA 01609-2280, USA toth@cs.wpi.edu, http://www.cs.wpi.edu/~toth and GARY PARKER

More information

LOCOMOTION CONTROL CYCLES ADAPTED FOR DISABILITIES IN HEXAPOD ROBOTS

LOCOMOTION CONTROL CYCLES ADAPTED FOR DISABILITIES IN HEXAPOD ROBOTS LOCOMOTION CONTROL CYCLES ADAPTED FOR DISABILITIES IN HEXAPOD ROBOTS GARY B. PARKER and INGO CYLIAX Department of Computer Science, Indiana University, Bloomington, IN 47405 gaparker@cs.indiana.edu, cyliax@cs.indiana.edu

More information

Multi-Agent Collaboration with Strategical Positioning, Roles and Responsibilities

Multi-Agent Collaboration with Strategical Positioning, Roles and Responsibilities Multi-Agent Collaboration with Strategical Positioning, Roles and Responsibilities Say-Poh Neo Tralvex Yeap Eldwin Tan spneo23@yahoo.com tralvex@krdl.org.sg dumblord@hotmail.com Kent Ridge Digital Labs

More information

Communication-based Collision Avoidance between Vulnerable Road Users and Cars

Communication-based Collision Avoidance between Vulnerable Road Users and Cars Communication-base Collision Avoiance between Vulnerable Roa Users an Cars Michele Segata, Romas Vijeikis, Renato Lo Cigno Dept. of Information Engineering an Computer Science, University of Trento, Italy

More information

The Incremental Evolution of Gaits for Hexapod Robots

The Incremental Evolution of Gaits for Hexapod Robots The Incremental Evolution of Gaits for Hexapod Robots Abstract Gait control programs for hexapod robots are learned by incremental evolution. The first increment is used to learn the activations required

More information

Mesoscale Meteorology: Sea, Lake, and Land Breeze Circulations 7, 9 March 2017 Introduction Breeze-type circulations result from differential heating

Mesoscale Meteorology: Sea, Lake, and Land Breeze Circulations 7, 9 March 2017 Introduction Breeze-type circulations result from differential heating Mesoscale Meteorology: Sea, Lake, an Lan Breeze Circulations 7, 9 March 2017 Introuction Breeze-type circulations result from ifferential heating (aytime warming, nighttime cooling) of lan an water surfaces.

More information

Team Description: Building Teams Using Roles, Responsibilities, and Strategies

Team Description: Building Teams Using Roles, Responsibilities, and Strategies Team Description: Building Teams Using Roles, Responsibilities, and Strategies Simon Ch'ng and Lin Padgham (schng cs. trait, edu. au) (linpa cs. rrait, edu. au) Department of Computer Science Royal Melbourne

More information

AEBS-M proposed test scenario (Collision mitigation)

AEBS-M proposed test scenario (Collision mitigation) This ocument is an attempt to consoliate the posits of the parties after the 9 th meeting of the GRRF informal group hel in Tokyo in Octor 2010. * Common agreements: Initial istance tween subject an :

More information

add CSL = Canoe Slalom, CSLX = Canoe Slalom Cross

add CSL = Canoe Slalom, CSLX = Canoe Slalom Cross NF / BoD / Committe e CSLC ART. / BYLA W / GR / ART. EXISTING WORDING PROPOSED WORDING List of Abbre viation s Canoe Slalom COMPETITION RULES a CSL = Canoe Slalom, CSLX = Canoe Slalom Cross BRA [GR] 2.3.1

More information

The effects of gravity on human walking: a new test of the dynamic similarity hypothesis using a predictive model

The effects of gravity on human walking: a new test of the dynamic similarity hypothesis using a predictive model 2767 The Journal of Experimental Biology 211, 2767-2772 Publishe by The Company of Biologists 2008 oi:101242/jeb020073 The effects of gravity on human walking: a new test of the ynamic similarity hypothesis

More information

RoboCup-99 Simulation League: Team KU-Sakura2

RoboCup-99 Simulation League: Team KU-Sakura2 RoboCup-99 Team Descriptions Simulation League, Team KU-Sakura2, pages 74 78 http: /www.ep.liu.se/ea/cis/1999/007/16/ 74 RoboCup-99 Simulation League: Team KU-Sakura2 KU-Sakura2 Harukazu Igarashi, Shougo

More information

Systems and Components

Systems and Components new LINEAR SYSTEMS AND COMPONENTS SELF-ALIGNING LINEAR BEARINGS & PILLOW BLOCKS TM LINEAR SYSTEMS AND COMPONENTS TECHNICAL INTRODUCTION 29-228 PRECISION HARDENED AND GROUND SHAFTING 240-243 Linear Ball

More information

Numerical and experimental analysis for the stability of a tonnes offshore work boat

Numerical and experimental analysis for the stability of a tonnes offshore work boat Int. Journal of Applie Sciences an Engineering Research, Vol. 3, Issue 6, 04 www.ijaser.com 04 by the authors Licensee IJASER- Uner Creative Commons License 3.0 eitorial@ijaser.com Research article ISSN

More information

Gulf Research Reports

Gulf Research Reports Gulf Research Reports Volume 7 ssue 1 January 1981 Trens in Ex-Vessel Value an Size Composition of Reporte May - August Catches of an from the Texas, Louisiana, Mississippi, an Alabama Coasts, 1960-1978

More information

Certification of Offshore Wind Farms

Certification of Offshore Wind Farms Certification of Offshore Win Farms Silke Schwartz 1 an Kimon Argyriais Germanischer Lloy WinEnergie GmbH, Steinhöft 9, 0459 Hamburg, Germany, 1 tel:+49 (0)40 31106-5550 fax: -170, email: ssz@gl-group.com

More information

Neural Network in Computer Vision for RoboCup Middle Size League

Neural Network in Computer Vision for RoboCup Middle Size League Journal of Software Engineering and Applications, 2016, *,** Neural Network in Computer Vision for RoboCup Middle Size League Paulo Rogério de Almeida Ribeiro 1, Gil Lopes 1, Fernando Ribeiro 1 1 Department

More information

Evaluation of Wire Fences for Coyote Control

Evaluation of Wire Fences for Coyote Control Evaluation of Wire Fences for Coyote Control BRUCE C. THOMPSON Abstract Thirty-four electric an nonelectric wire fence configurations were evaluate for eterrent effect to coyotes (Can& l&runs). Tests of

More information

Products no longer available

Products no longer available Technical ata sheet R7..R Open-close ball valves, 3-way, with flange PN 6 for open an close col an warm water systems for switching functions on the water sie an 2-point controls in air-hanling an heating

More information

Karachi Koalas 3D Simulation Soccer Team Team Description Paper for World RoboCup 2013

Karachi Koalas 3D Simulation Soccer Team Team Description Paper for World RoboCup 2013 Karachi Koalas 3D Simulation Soccer Team Team Description Paper for World RoboCup 2013 Sajjad Haider 1, Mary-Anne Williams 2, Saleha Raza 1, Benjamin Johnston 2, Shaukat Abidi 2, Ali Raza 1, Abdun Nafay

More information

Type overview. Technical data. Safety notes

Type overview. Technical data. Safety notes Technical ata sheet hange-over ball valve, 3-way, Flange, PN 6 For close col an warm water systems For switching functions on the water sie an 2-point controls in air hanling units an heating systems ir

More information

OUTLINE FOR Chapter 4

OUTLINE FOR Chapter 4 16/8/3 OUTLINE FOR Chapter AIRFOIL NOMENCLATURE The leaing ege circle: (usually raius =. chor length c) The trailing ege: The chor line: Straight line connecting the center of leaing ege circle an the

More information

EVOLVING HEXAPOD GAITS USING A CYCLIC GENETIC ALGORITHM

EVOLVING HEXAPOD GAITS USING A CYCLIC GENETIC ALGORITHM Evolving Hexapod Gaits Using a Cyclic Genetic Algorithm Page 1 of 7 EVOLVING HEXAPOD GAITS USING A CYCLIC GENETIC ALGORITHM GARY B. PARKER, DAVID W. BRAUN, AND INGO CYLIAX Department of Computer Science

More information

Evaluation of the Performance of CS Freiburg 1999 and CS Freiburg 2000

Evaluation of the Performance of CS Freiburg 1999 and CS Freiburg 2000 Evaluation of the Performance of CS Freiburg 1999 and CS Freiburg 2000 Guido Isekenmeier, Bernhard Nebel, and Thilo Weigel Albert-Ludwigs-Universität Freiburg, Institut für Informatik Georges-Köhler-Allee,

More information

Computer Based Training for

Computer Based Training for Computer Base Training for NIH IRB Members Lesson 1 Lesson 2 Lesson 3 Introuction Using NIH IRB Review Stanars Continuing IRB Review, IRB Minutes, an Other Issues Members Lesson 1: Introuction ti Members:

More information

FUT-K Team Description Paper 2016

FUT-K Team Description Paper 2016 FUT-K Team Description Paper 2016 Kosuke Onda and Teruya Yamanishi Department of Management Information Science, Fukui University of Technology Gakuen, Fukui 910 8505, Japan Abstract. This paper describes

More information

Nadiya Afzal 1, Mohd. Sadim 2

Nadiya Afzal 1, Mohd. Sadim 2 Applying Analytic Hierarchy Process for the Selection of the Requirements of Institute Examination System Nadiya Afzal 1, Mohd. Sadim 2 1 M.Tech. Scholar-IV Semester, Department of Computer Science and

More information

LPU-Laguna Journal of Engineering and Computer Studies Vol. 3 No.3 October 2016

LPU-Laguna Journal of Engineering and Computer Studies Vol. 3 No.3 October 2016 Development of Portable Water Sterilizer Joel Ramos Austria 1 Reggie C. Gustilo 2 Cavite National High School De La Salle University, Manila reggie.gustilo@lsu.eu.ph Abstract The Portable Water Sterilizer

More information

Heart Rate Prediction Based on Cycling Cadence Using Feedforward Neural Network

Heart Rate Prediction Based on Cycling Cadence Using Feedforward Neural Network Heart Rate Prediction Based on Cycling Cadence Using Feedforward Neural Network Kusprasapta Mutijarsa School of Electrical Engineering and Information Technology Bandung Institute of Technology Bandung,

More information

For latest prices and delivery to your door visit MyTub Ltd

For latest prices and delivery to your door visit MyTub Ltd Technical ata sheet A6H / A6S Shut-off valves with clips, PN 6 / PN / PN 6, with manual overrie in open an close col an warm water systems for switching heating an cooling machines on an off Overview of

More information

Torpedoes on Target: EAs on Track

Torpedoes on Target: EAs on Track 113 Torpedoes on Target: EAs on Track Nicole Patterson, Luigi Barone and Cara MacNish School of Computer Science & Software Engineering The University of Western Australia M002, 35 Stirling Highway, Crawley,

More information

SUNDERLAND SAFE ROADS SCOPING STUDY SUNDERLAND STP BP14(21) TOWN OF SUNDERLAND, VT January 29, 2016

SUNDERLAND SAFE ROADS SCOPING STUDY SUNDERLAND STP BP14(21) TOWN OF SUNDERLAND, VT January 29, 2016 SUNDERLAND SAFE ROADS SCOPING STUDY SUNDERLAND STP BP14(1) TOWN OF SUNDERLAND, VT January 9, 016 Submitte to: Town of Sunerlan 104 Mountain View Roa Sunerlan, VT 0550 An James Sullivan, Director Bennington

More information

RB 4700 Commercial & Industrial Regulator

RB 4700 Commercial & Industrial Regulator RB 4700 Commercial & Inustrial Regulator The RB 4700 regulator is esigne for use in inustrial an istribution applications such as istrict station an heating plants, an for inustrial customers. DESCRIPTION

More information

Products no longer available

Products no longer available Technical ata sheet R7..R haracterize control valves, 3-way, with flange PN 6 for open an close col an warm water systems for moulating control on the water sie of air-hanling an heating systems air bubble-tight

More information

PROTECTIVE HOSES. HYDRA Stripwound hoses for optoelectronics, laser procedures, medical technology or the pharmaceutical and food industry.

PROTECTIVE HOSES. HYDRA Stripwound hoses for optoelectronics, laser procedures, medical technology or the pharmaceutical and food industry. PROTECTIVE HOSES HYRA Stripwoun hoses for optoelectronics, laser proceures, meical technology or the pharmaceutical an foo inustry. Witzenmann-Speck GmbH Werner-Siemens-Str. 2 29 Kieselbronn, Germany Phone

More information

Neuro-evolving Maintain-Station Behavior for Realistically Simulated Boats

Neuro-evolving Maintain-Station Behavior for Realistically Simulated Boats Neuro-evolving Maintain-Station Behavior for Realistically Simulated Boats Nathan A. Penrod Evolutionary Computing System Lab Dept. of Computer Science and Engineering University of Nevada Reno, NV 89557

More information

Adaptation of Formation According to Opponent Analysis

Adaptation of Formation According to Opponent Analysis Adaptation of Formation According to Opponent Analysis Jaroslav ZAJAC Slovak University of Technology Faculty of Informatics and Information Technologies Ilkovičova 3, 842 16 Bratislava, Slovakia ka zajacjaro@orangemail.sk

More information

Application of Bayesian Networks to Shopping Assistance

Application of Bayesian Networks to Shopping Assistance Application of Bayesian Networks to Shopping Assistance Yang Xiang, Chenwen Ye, and Deborah Ann Stacey University of Guelph, CANADA Abstract. We develop an on-line shopping assistant that can help a e-shopper

More information

Learning of Cooperative actions in multi-agent systems: a case study of pass play in Soccer Hitoshi Matsubara, Itsuki Noda and Kazuo Hiraki

Learning of Cooperative actions in multi-agent systems: a case study of pass play in Soccer Hitoshi Matsubara, Itsuki Noda and Kazuo Hiraki From: AAAI Technical Report SS-96-01. Compilation copyright 1996, AAAI (www.aaai.org). All rights reserved. Learning of Cooperative actions in multi-agent systems: a case study of pass play in Soccer Hitoshi

More information

LESER Global Standard Tightness Test. Content

LESER Global Standard Tightness Test. Content LESER Global Stanar Page 1/29 Content 1 Purpose... 1 2 Scope... 1 3 References... 1 4 Introuction... 2 5 Test Proceures at LESER... 3 6 Test Equipment at LESER... 3 7 Seat tightness test proceure, Test

More information

Distributed Control Systems

Distributed Control Systems Unit 41: Unit code Distributed Control Systems M/615/1509 Unit level 5 Credit value 15 Introduction With increased complexity and greater emphasis on cost control and environmental issues, the efficient

More information

Intelligent Decision Making Framework for Ship Collision Avoidance based on COLREGs

Intelligent Decision Making Framework for Ship Collision Avoidance based on COLREGs Intelligent Decision Making Framework for Ship Collision Avoidance based on COLREGs Seminar Trondheim June 15th 2017 Nordic Institute of Navigation Norwegian Forum for Autonomous Ships SINTEF Ocean, Trondheim

More information

A SEMI-PRESSURE-DRIVEN APPROACH TO RELIABILITY ASSESSMENT OF WATER DISTRIBUTION NETWORKS

A SEMI-PRESSURE-DRIVEN APPROACH TO RELIABILITY ASSESSMENT OF WATER DISTRIBUTION NETWORKS A SEMI-PRESSURE-DRIVEN APPROACH TO RELIABILITY ASSESSMENT OF WATER DISTRIBUTION NETWORKS S. S. OZGER PhD Student, Dept. of Civil and Envir. Engrg., Arizona State Univ., 85287, Tempe, AZ, US Phone: +1-480-965-3589

More information

Atmospheric stability

Atmospheric stability Atmosheric stability The stability or instability of the atmoshere (or a layer thereof) is the state of the atmoshere with resect to the reaction of a volume or arcel of air to a vertical islacement. The

More information

5th Meeting of the Scientific Committee Shanghai, China, September 2017

5th Meeting of the Scientific Committee Shanghai, China, September 2017 5th Meeting of the Scientific Committee Shanghai, China, - 8 September 7 SC5-Doc4_rev The Australian Annual Report L. Georgeson, S. Nicol an P. Hobsbawn 4 Aug 7 SC5-Doc4_rev Australia s national report

More information

Investigating the effects of interchanging components used to perform ripple assessments on calibrated vector network analysers

Investigating the effects of interchanging components used to perform ripple assessments on calibrated vector network analysers Abstract Investigating the effects of interchanging components used to perform ripple assessments on calibrated vector network analysers Andrew G Morgan and Nick M Ridler Centre for Electromagnetic and

More information

ROSEMARY 2D Simulation Team Description Paper

ROSEMARY 2D Simulation Team Description Paper ROSEMARY 2D Simulation Team Description Paper Safreni Candra Sari 1, R.Priyo Hartono Adji 1, Galih Hermawan 1, Eni Rahmayanti 1, 1 Digital Media and Game Technology Lab. School of Electrical Engineering

More information

INTRODUCTION TO PATTERN RECOGNITION

INTRODUCTION TO PATTERN RECOGNITION INTRODUCTION TO PATTERN RECOGNITION 3 Introduction Our ability to recognize a face, to understand spoken words, to read handwritten characters all these abilities belong to the complex processes of pattern

More information

The valves are used in combination with AMV(E) 130/140, AMV(E) 130H/140H and AMV(E) 13 SU actuators. DN k VS

The valves are used in combination with AMV(E) 130/140, AMV(E) 130H/140H and AMV(E) 13 SU actuators. DN k VS Description VZ 2 VZ 3 VZ 4 VZ valves provie a high quality, cost effective solution for the control of hot an/or chille water for fan coil units, small reheaters, an recoolers in temperature control systems.

More information

Ranger Walking Initiation Stephanie Schneider 5/15/2012 Final Report for Cornell Ranger Research

Ranger Walking Initiation Stephanie Schneider 5/15/2012 Final Report for Cornell Ranger Research 1 Ranger Walking Initiation Stephanie Schneider sns74@cornell.edu 5/15/2012 Final Report for Cornell Ranger Research Abstract I joined the Biorobotics Lab this semester to gain experience with an application

More information

Developing a Managed Pressure Drilling Strategy for Casing Drilling Operations

Developing a Managed Pressure Drilling Strategy for Casing Drilling Operations Avance Materials Research Online: 009-0-0 ISSN: 166-8985, Vols. 6-64, pp 456-465 oi:10.408/www.scientific.net/amr.6-64.456 009 Trans Tech Publications, Switzerlan Developing a Manage Pressure Drilling

More information

Author s Name Name of the Paper Session. Positioning Committee. Marine Technology Society. DYNAMIC POSITIONING CONFERENCE September 18-19, 2001

Author s Name Name of the Paper Session. Positioning Committee. Marine Technology Society. DYNAMIC POSITIONING CONFERENCE September 18-19, 2001 Author s Name Name of the Paper Session PDynamic Positioning Committee Marine Technology Society DYNAMIC POSITIONING CONFERENCE September 18-19, 2001 POWER PLANT SESSION A New Concept for Fuel Tight DP

More information

Diver Training Options

Diver Training Options MAIN INTERNET ON-SITE TAILORED PACKAGES INTER-COMPANY Diver Training Options DBI offers a menu of tailored courses Designed for users as well as IT Professionals to learn how to master the functionality

More information

2017 Stabling Information with list of Layover Facilities. MidSouth Region Stabling Information Rallies

2017 Stabling Information with list of Layover Facilities. MidSouth Region Stabling Information Rallies Important things to remember: MiSouth Region Stabling Information - 2017 Rallies 1. You cannot move in to the Kentucky Horse Park before 9:00 am EST on Tuesay, June 20th an you must epart on Sunay, June

More information

A Layered Approach to Learning Client Behaviors in the RoboCup Soccer Server

A Layered Approach to Learning Client Behaviors in the RoboCup Soccer Server A Layered Approach to Learning Client Behaviors in the RoboCup Soccer Server Peter Stone Manuela Veloso pstone@cs.cmu.edu veloso@cs.cmu.edu http://www.cs.cmu.edu/ pstone http://www.cs.cmu.edu/ mmv (412)

More information

Open Research Online The Open University s repository of research publications and other research outputs

Open Research Online The Open University s repository of research publications and other research outputs Open Research Online The Open University s repository of research publications and other research outputs Developing an intelligent table tennis umpiring system Conference or Workshop Item How to cite:

More information

Pedestrian Dynamics: Models of Pedestrian Behaviour

Pedestrian Dynamics: Models of Pedestrian Behaviour Pedestrian Dynamics: Models of Pedestrian Behaviour John Ward 19 th January 2006 Contents Macro-scale sketch plan model Micro-scale agent based model for pedestrian movement Development of JPed Results

More information

Journal of Chemical and Pharmaceutical Research, 2014, 6(6): Research Article

Journal of Chemical and Pharmaceutical Research, 2014, 6(6): Research Article Available online www.jocr.com Journal of Chemical an Pharmaceutical Research 04 66:854-86 Research Article ISSN : 0975-784 CODENUSA : JCPRC5 Research on the ynamics an biomechanical moels of Sana sie kick

More information

ITAndroids 2D Soccer Simulation Team Description 2016

ITAndroids 2D Soccer Simulation Team Description 2016 ITAndroids 2D Soccer Simulation Team Description 2016 Lucas Müller, Pedro Freire, Wagner Rodrigues, and Marcos Maximo Aeronautics Institute of Technology, São José dos Campos, São Paulo, Brazil {lucasmullerm,pedrofreirex,wagner.fonseca.rodrigues}@gmail.com

More information

A Study on Airfoil Design for Future Mars Airplane

A Study on Airfoil Design for Future Mars Airplane A Study on Airfoil Design for Future Mars Airplane Akira Oyama * and Kozo Fujii JAXA/ISAS, Sagamihara, Kanagawa, 229-8510, Japan An optimum airfoil design for future Mars airplane for Mars exploration

More information

Co-evolutionary Approach to Design of Robotic Gait

Co-evolutionary Approach to Design of Robotic Gait Co-evolutionary Approach to Design of Robotic Gait Jan Černý and Jiří Kubalík Department of Cybernetics, Faculty of Electrical Engineering, Czech Technical University, Technická 2, 166 27 Prague 6, Czech

More information

Foraging capacity and resource synchronization in an ontogenetic diet switcher, pikeperch (Stizostedion lucioperca)

Foraging capacity and resource synchronization in an ontogenetic diet switcher, pikeperch (Stizostedion lucioperca) Foraging capacity an resource synchronization in an ontogenetic iet switcher, pikeperch (Stizosteion lucioperca) Persson, Aners; Brönmark, Christer Publishe in: Ecology Publishe: 2002-01-01 Link to publication

More information

SIDRA INTERSECTION 6.1 UPDATE HISTORY

SIDRA INTERSECTION 6.1 UPDATE HISTORY Akcelik & Associates Pty Ltd PO Box 1075G, Greythorn, Vic 3104 AUSTRALIA ABN 79 088 889 687 For all technical support, sales support and general enquiries: support.sidrasolutions.com SIDRA INTERSECTION

More information

Evaluation of Regression Approaches for Predicting Yellow Perch (Perca flavescens) Recreational Harvest in Ohio Waters of Lake Erie

Evaluation of Regression Approaches for Predicting Yellow Perch (Perca flavescens) Recreational Harvest in Ohio Waters of Lake Erie Evaluation of Regression Approaches for Predicting Yellow Perch (Perca flavescens) Recreational Harvest in Ohio Waters of Lake Erie QFC Technical Report T2010-01 Prepared for: Ohio Department of Natural

More information

Analysis of performance at the 2007 Cricket World Cup

Analysis of performance at the 2007 Cricket World Cup Analysis of performance at the 2007 Cricket World Cup Petersen, C., Pyne, D.B., Portus, M.R., Cordy, J. and Dawson, B Cricket Australia, Department of Physiology, Australian Institute of Sport, Human Movement,

More information

IWR PLANNING SUITE II PCOP WEBINAR SERIES. Laura Witherow (IWR) and Monique Savage (MVP) 26 July

IWR PLANNING SUITE II PCOP WEBINAR SERIES. Laura Witherow (IWR) and Monique Savage (MVP) 26 July IWR PLANNING SUITE II 1 255 255 255 237 237 237 0 0 0 217 217 217 163 163 163 200 200 200 131 132 122 239 65 53 80 119 27 PCOP WEBINAR SERIES 110 135 120 252 174.59 112 92 56 62 102 130 102 56 48 130 120

More information

FURY 2D Simulation Team Description Paper 2016

FURY 2D Simulation Team Description Paper 2016 FURY 2D Simulation Team Description Paper 2016 Amir Darijani 1, Aria Mostaejeran 1, Mohammad Reza Jamali 1, Aref Sayareh 1, Mohammad Javad Salehi 1, Borna Barahimi 1 1 Atomic Energy High School FurySoccerSim@gmail.com

More information

The valves are used in combination with AMV(E) 130/140, AMV(E) 130H/140H and AMV(E) 13 SU actuators. DN k VS

The valves are used in combination with AMV(E) 130/140, AMV(E) 130H/140H and AMV(E) 13 SU actuators. DN k VS Description VZ 2 VZ 3 VZ 4 VZ valves provie a high quality, cost effective solution for the control of hot an/or chille water for fan coil units, small reheaters, an recoolers in temperature control systems.

More information

Evolutionary sets of safe ship trajectories with speed reduction manoeuvres within traffic separation schemes

Evolutionary sets of safe ship trajectories with speed reduction manoeuvres within traffic separation schemes POLISH MARITIME RESEARCH 1(81) 2014 Vol 21; pp. 20-27 10.2478/pomr-2014-0004 Evolutionary sets of safe ship trajectories with speed reduction manoeuvres within traffic separation schemes Rafał Szłapczyński,

More information

Traceable calibration of automatic weighing instruments in dynamic operation

Traceable calibration of automatic weighing instruments in dynamic operation Traceable calibration of automatic weighing instruments in dynamic operation Matej Grum* Metrology Institute of the Republic of Slovenia, Grudnovo nabrežje 17, 1000 Ljubljana, Slovenia Abstract. The article

More information

Wave Transmission on Submerged Breakwater with Interlocking D-Block Armor

Wave Transmission on Submerged Breakwater with Interlocking D-Block Armor International Referee Journal of Engineering an Science (IRJES) ISSN (Online) 2319-183X, (Print) 2319-1821 Volume 4, Issue 6 (June 2015), PP.35-44 Wave Transmission on Submerge Breakwater with Interlocking

More information

5th Symposium on Integrating CFD and Experiments in Aerodynamics (Integration 2012) th Symposium on Integrating CFD and Experiments in Aerodynam

5th Symposium on Integrating CFD and Experiments in Aerodynamics (Integration 2012) th Symposium on Integrating CFD and Experiments in Aerodynam 5th Symposium on Integrating CFD and Experiments in Aerodynamics (Integration 202) 36 Multi-objective Optimization of Airfoil of Mars Exploration Aircraft using Evolutionary Algorithm Gaku Sasaki Tomoaki

More information

THE CANDU 9 DISTRffiUTED CONTROL SYSTEM DESIGN PROCESS

THE CANDU 9 DISTRffiUTED CONTROL SYSTEM DESIGN PROCESS THE CANDU 9 DISTRffiUTED CONTROL SYSTEM DESIGN PROCESS J.E. HARBER, M.K. KATTAN Atomic Energy of Canada Limited 2251 Speakman Drive, Mississauga, Ont., L5K 1B2 CA9900006 and M.J. MACBETH Institute for

More information

Gait Evolution for a Hexapod Robot

Gait Evolution for a Hexapod Robot Gait Evolution for a Hexapod Robot Karen Larochelle, Sarah Dashnaw, and Gary Parker Computer Science Connecticut College 270 Mohegan Avenue New London, CT 06320 @conncoll.edu Abstract

More information

Blocking time reduction for level crossings using the genetic algorithm

Blocking time reduction for level crossings using the genetic algorithm Computers in Railways X 299 Blocking time reduction for level crossings using the genetic algorithm Y. Noguchi 1, H. Mochizuki 1, S. Takahashi 1, H. Nakamura 1, S. Kaneko 1 & M. Sakai 2 1 Nihon University,

More information

CFD SIMULATIONS OF GAS DISPERSION IN VENTILATED ROOMS

CFD SIMULATIONS OF GAS DISPERSION IN VENTILATED ROOMS CFD SIMULATIONS OF GAS DISPERSION IN VENTILATED ROOMS T. Gélain, C. Prévost Institut de Radioprotection et de Sûreté Nucléaire (IRSN), Saclay, France Abstract In order to better understand the risks due

More information

Recent Observations on Neck Extensions in Folliculinids (Protozoa) 1

Recent Observations on Neck Extensions in Folliculinids (Protozoa) 1 Recent Observations on Neck Extensions in Folliculinis (Protozoa) 1 DONALD C. M ATIHEWS DESPITE species variations, the process of folliculini lorica formation is funamentally similar (Penar, 19'19; Anrews,

More information

A tournament scheduling model for National Basketball Association (NBA) regular season games

A tournament scheduling model for National Basketball Association (NBA) regular season games Journal of Avance Research in Social Sciences an Humanities Volume 2, Issue 1 (17-26) DOI: https://x.oi.org/10.26500/jarssh-02-2017-0103 A tournament scheuling moel for National Basketball Association

More information

CATALOGUE SAW BLADES PANEL SIZING CENTRES P 01

CATALOGUE SAW BLADES PANEL SIZING CENTRES P 01 CATALOGUE SAW LAES FOR SELCO PANEL SIZING CENTRES P 01 1 Wirutex an IESSE a consoliate partnership The collaoration etween Wirutex an iesse egan in the 1990s with the first supplies of tools for installation

More information

Evaluation of four numerical wind flow models

Evaluation of four numerical wind flow models EWEA Resource Assessment Workshop 2013 Evaluation of four numerical wind flow models Michael C. Brower, PhD Chief Technical Officer Jose Vidal, MSc Consulting Services Europe & Latin America Manager Philippe

More information

Master s Project in Computer Science April Development of a High Level Language Based on Rules for the RoboCup Soccer Simulator

Master s Project in Computer Science April Development of a High Level Language Based on Rules for the RoboCup Soccer Simulator Master s Project in Computer Science April 2006 Development of a High Level Language Based on Rules for the RoboCup Soccer Simulator José Ignacio Núñez Varela jnunez@cs.pitt.edu Department of Computer

More information

Soccer Club of Guilford Board Meeting Meeting Minutes September 12 th, 2013

Soccer Club of Guilford Board Meeting Meeting Minutes September 12 th, 2013 Soccer Club of Guilfor Boar Meeting Meeting Minutes September 12 th, 2013 Opening: The Executive Session of the SCOG Boar was calle to orer at 7:18 PM on September 12 th, 2013 in the Guilfor Community

More information

UNDERWATER DRONES CONTROL TOWER UNDERWATER DRONES CONTROL TOWER

UNDERWATER DRONES CONTROL TOWER UNDERWATER DRONES CONTROL TOWER UNDERWATER DRONES CONTROL TOWER UNDERWATER DRONES CONTROL TOWER Adnan Tahirovic - Kemal Delic ARCHITECTURE, DESIGN, ENGINEERING Talk outline - why and how uwr is important? Underwater World Explained Technology

More information

An approach for optimising railway traffic flow on high speed lines with differing signalling systems

An approach for optimising railway traffic flow on high speed lines with differing signalling systems Computers in Railways XIII 27 An approach for optimising railway traffic flow on high speed lines with differing signalling systems N. Zhao, C. Roberts & S. Hillmansen Birmingham Centre for Railway Research

More information