Fuzzy Clustering Applied on Mobile Agent Behaviour Selection

Size: px
Start display at page:

Download "Fuzzy Clustering Applied on Mobile Agent Behaviour Selection"

Transcription

1 Fuzzy Clusterng Appled on Moble Agent Behavour Selecton Andrej Turčan, Eva Ocelíková Dept. of Cybernetcs and Artfcal Intellgence Faculty of Electrcal Engneerng and Informatcs, TU of Košce Abstract: The goal od ths paper s to provde a concept of possble herarchcal structructure of mechanzm for moble agent behavour selecton. Herarchy of the controler s composed of fuzzy classfer and several smple fuzzy systems, where each can deal wth one smple stuaton. Fuzzy systems are able to treat and cope wth uncertan and mprecse nformaton, they have capablty of expressng the knowledge n the form of lngustc rules, whch sometmes are not easy to desgn. Fuzzy classfers on the other hand do not need requre antecendent knowledge of the space where they operate. Combnaton of those two techques can leed nto smple and effectve system, where fuzzy classfer s employed to select the approprate behavor, wth wch one of the fuzzy controlers can deal wth. Keywords: classfcaton, fuzzy clusterng, fuzzy classfer, moble agent 1 Introducton Fuzzy systems have the attrbute of expressng knowledge n the form of lngustc rules. They offer a possblty to mplement expert human knowledge and experence n form of those lngustc rules. Even though they are relatvely easy to desgn, no unversal systematc procedure exst to desgn them. 2 Fuzzy Inference Systems and Fuzzy Clusterng The frst and most common applcaton of fuzzy logc technques n the doman of moble agents s the use of fuzzy control to mplement ndvdual behavour unts. Fuzzy logc controllers ncorporate heurstc control knowledge n the form of IF- THEN rules, and are convenent choce when a precse lnear model of the system, whch s to be controlled, cannot be easly desgned. They have also shown a good degree of robustnes n face of large varablty and uncertantty n parameters.

2 These characterstcs make fuzzy control partcularly suted to the needs of autonomous moble agents. On the other hand, fuzzy clusterng, and clusterng n general, have the possblty to dvde a set of objects nto reasonable groups (called clusters). The dvson of objects s based on measurng of smlarty or dssmlarty between the par of objects. Thus, result of clusterng s a set of clusters, where object wthn one cluster are more smlar to each other, than to object n another cluster. Why not treat those objects as typcal or basc behavor types of the moble agent? 2.1 Fuzzy Clusterng Fuzzy clusterng algorthms allows each datum to belong nto one or more clusters wth certan membershp degree. Larger membershp values ndcate hgher confdence n the assgnment of the datum to the cluster General Fuzzy C-means Algorthm Fuzzy c-means algorthm has been descrbed by [4] conssts of teraton over the followng steps untl the termnaton crteron s not met: (1) Select an ntal fuzzy partton of the N objects nto K clusters by selectng the N K membershp matrx U. An element uj of ths matrx represents the grade of membershp of object x n cluster cj. Typcally, uj [0,1]. (2) Usng U, fnd the value of a fuzzy crteron functon, e.g., a weghted squared error crteron functon, assocated wth the correspondng partton. One possble fuzzy crteron functon s J ( Z, U, V) C N = = 1 k = 1 m k k 2 µ z v (1) Reassgn patterns to clusters to reduce ths crteron functon value and recompute U. (3) Repeat step (2) untl entres n U do not change sgnfcantly. Fuzzy c-means (FCM) algorthm s probably the most popular fuzzy clusterng algorthm. Even though t s better than the hard k-means algorthm at avodng local mnma, FCM can stll converge to local mnma of the squared error crteron. The desgn of membershp functons s the most mportant problem n fuzzy clusterng; dfferent choces nclude those based on smlarty decomposton and centrods of clusters. A

3 2.1.2 Gustafson-Kessel Algorthm The Gustafson-Kessel (GK) algorthm s an extenson of the FCM algorthm. The GK algorthm employs an adaptve dstance norm n order to detect the clusters wth the dfferent shapes. Contrary to the FCM algorthm the GK algorthm gves the clusters wth the dfferent szes n the dfferent szes n the dfferent dmensons (clusters are ellpsods). In ths case every cluster has ts own norm matrx A. The matrces A are an optmzaton varable n followng objectve functon: J (, U, V, A) µ C N = = 1 k= 1 m k ( z v ) A ( z v ) T Z (2) k But the objectve functon cannot be mnmzed drectly because J depends on A lnearly. It means that J can be made as small as the consdered postve defnte matrces A. Therefore A s constraned by: det A = ρ (3) The followng result s obtaned: 1/ n 1 [ det( F )] F A ρ (4) = where n s the dmenson of the data (patterns) and F s the fuzzy covarance matrx of the -th cluster and the fuzzy covarance matrx s defned as: F N m µ k k k= 1 = N ( z v )( z v ) k= 1 µ m k k T Such these cluster shape provdes an easer and more accurate coverage of the pattern space and n the followng secton s shown that ths method s better for a generatng of the membershp functons and the rules. The GK algorthm s also data scale ndependent,.e. f the data n any dmenson are multpled by a constant than the relatve coordnates of the cluster centers and the matrx of membershp degrees are dentcal. Moreover the convergence of ths algorthm s ensured, but locally only. k (5)

4 a) b) Fgure 1 a) set of data used for clusterng; b) resultng clusters after the applcaton of the Gustafson- Kessel clusterng algorthm (only the maxmal values of degree of membershp are vsualzed) 2.2 Fuzzy Clusterng vs. Fuzzy Inference System Fuzzy nference s the process of formulatng the mappng from a gven nput to an output usng the fuzzy logc. For our purposes a Takag-Sugeno method of nference s used, where output membershp functons are only lnear or constant. A typcal fuzzy rule n ths model has the form If x s A and y s B then z=k (6) where A and B are fuzzy sets n the antecendent, whle k s a crsply defned constant n the consequent part of the rule. Output surface of a such system wth two nput varables and one output can be seen on Fg. 2. As sad before, fuzzy clusterng algorthms assgn each datum degree of membershp for each cluster. After havng look on Fg. 3; and comparng t wth Fg. 2 we can fnd certan smlarty n both surfaces. Resultng surface of the fuzzy clusterng could be used for controll as well as the fuzzy controler.

5 Fgure 2 Surface representng fuzzy nference model Fgure 3 Surface representng membershp functon for one of the clusters from Fg. 1 3 Buldng a Herarchy In behavor-based control, a complex control problem s dvded nto a set of smpler controllers, known as behavors, that collectvely should solve the orgnal problem. To do ths, t s thus necessary to coordnate the actvtes of the behavors to satsfy the ntal complex system s control objectves. Ths s known as the behavor coordnaton problem (or acton selecton). At frst we are gong to create buldng blocks for the ndvdual behavor unts. 3.1 Smple Behavors Concept of the smple behavors s taken from the dvde and conquer approach to solve problems. It s easer to decompose one complex behavor nto a group of smple behavours, whch nteracton and composton can lead to the desred complex behavor. A good example s the moble agent. The hgh-level moton control system s decomposed nto a seto of specal-puropose behavors that acheve dstnct tasks when subject to partcular stmul. For ths example we employ herarchy wth two levels. The lowest level of behavor represents the smplest (or prmtve) behavors. These are smple, self-contaned behavors that serve a sngle purpose by operatng n a reactve or reflexve fashon. Each of them would be nsuffcent

6 for the autonomous task. They are combned to produce behavor sutable for accomplshng goal-drected operaton. 3.2 Behavor Coordnaton Mechansms Behavor coordnaton mechansms can be dvded nto two man clases: arbtraton and command fuson Arbtraton Arbtraton mechansms select one behavor, from a group of competng ones and gve t ultmate control of the system untl the next selecton cycle. Ths approach s sutable for arbtratng among the set of actve behavors n accord wth the system s changng objectves and requrements under varyng condtons. It can focus the use of scarce system resources on task that are consdered to be relevant. Fnal behavor can be chosen ether usng prorty-based arbtraton mechansm, where behavors wth hgher prortes are allowed to supress the output of behavors wth lower prortes, or wnner-take-all mechansms, where acton selecton results from the nteracton of the behavor that compete untl one wns and takes the control of the system Command Fuson Command fuson mechansms combne recommendatons from multple behavors to form a control acton that represents ther consensus. Thus, ths appproach provdes for a coordnaton scheme, that allows all behavors to smultaneously contrbute to the control of the system n a cooperatve rather than a compettve manner. The technques mostly used are dealng wth superposton of the smple behavor outputs. In the proposed archtecture a fuzzy classfer s employed to compute the weghts for each behavor. The fnal acton s carred out as the supperposton of all smple behavors. 4 Moble Agent For the experments wth the herarchcal system composed of fuzzy clusterng system for the behavor selecton and Takag-Sugeno fuzzy nference to control the smple behavor was chosen. Ths system was used to acomplsh sngle (and qute smple) goal. Ths goal was to navgate the agent from pont A to pont B. Ths smple task has been chosen, because the focus has been put on the desgn of the behavor selecton and the fuzzy clusterng.

7 As can be seen n Fg. 2; the surface of the functon s dependant on the placement of the clustered data. So for our purposes, we are gong to do some reverse work. We wll construct a set of typcal stuatons, whch we wll descrbe by feature vector. After applyng the fuzzy clusterng algorthm (Gustafson-Kessel s used for ts capabltes to group data nto the clusters of elptc shapes) on data set we have created, we get a functon, whch calculates for each pont of ts unverse wage for the fnal output of the fuzzy nference systems representng smple behavors. Fgure 5 Structure of the system On the Fg. 5; the structure of the system s depcted. Only two smple behavors have been chosen goto-xy and avod_obstacle. Over these two fuzzy nference system a fuzzy classfer s lnked n order to set the wages for the computaton of the fnal acton. a) b) Fgure 6 Wages computaton for a) goto-xy b) avod_obstacle

8 Fgure 7 Path of the moble agent; navgaton to xy posston wth avodance of the obstacle Concluson The herarchy of fuzzy-behavors provdes an effcent approach to controll moble robots. Such a herarchy allows us to decompose overall behavor nto subbehavors that are actvated only when applcable (when condtons for actvaton of a sngle or more are stsfed), and there s no need to process all the rules that do not apply. Proposed desgn focused on use of the fuzzy classfer to ether combne smple behavors or to choose the most approprate behavor. Superposton of smple behavors allows realzaton of a contnuum of behavoral responses governed by respectve degrees of applcablty. Acknowledgement Ths work s supported by the VEGA Project No. 1/2185/05 References [1] Pudl, P., Novovčová, J., Ktler, J.: Floatng Search Methods n Feature Selecton. Pattern Recognton Letters, Vol. 15, No. 11, 1994, pp [2] Hual, L., Hrosh, M.: Extracton, Constructon and Selecton. Kluwer Academc Publshers, Boston, 1998, 440 pp [3] Klmešová D., Sac S.: Feature Selecton Algorthm and Correlaton Cobweb, Pattern Recognton Letters 19(1998), , 1998

9 [4] Drobný, M.: Mult-Agent System. In Proceedng of the 3 rd Conference ELMA, Košce, 1999, pp [5] Bezdek, J. C.: Pattern Recognton wth Fuzzy Objectve Functon., Plenum Press, New York, 1981 [6] Jan, A. K, Murty, M. N, Flynn, P. J.: Data Clusterng: A Revew [7] Ball, G. H., Hall, D. J.: ISODATA, A Novel Method of Data Analyss and Pattern Clasfcaton. Standford Res. Insttute, Menlo Park, 1965 [8] Fromm, F. R., Northouse, R. A.: CLASS, A Nonparametrc Clusterng Algorthm. Pattern Recognton [9] Raja, A., Mester, A., Martverk., P.: Fuzzy Classfcaton Algorthms wth Some Applcatons [10] Barald, A., Blonda. P.: A Survey of Fuzzy Clusterng Algorthms for Pattern Recognton. ICSI, TR , 1998 [11] Horváth, J., Zolotová, I., Madarász, L.: Contrbuton to Segmentaton of Dgtal Images Based on Clusterng, IEEE Internatonal Conference on Computatonal Cybernetcs ICCC 2004, Venna Unversty of Technology, Austra, August 30 - September 1, 2004, pp [12] Sddheswar, R., Tur, R. H.: Determnaton of Number Clusters n K-Means Clusterng and Applcaton n Colour Image Segmentaton [13] Setnes, M., Kaymak, U.: Fuzzy Modelng of Clent Preference n Data-Rch Marketng Envroments [14] Setnes, M., Kaymak, U.: Extended Fuzzy Clusterng Algortms [15] McBratney, A. B., De Grujter, J. J.: A Contnuum approach to sol classfcaton by modfed fuzzy k-means wth extragrades [16] Yeung, K. Y., Ruzzo, W. L.: An Emprcal Study on Prncpal Component Analyss for Clusterng Gene Expresson Data [17] Faber, V.: Clusterng and the Contnuous K-Means Algorthm [18] Halkd, M., Batstaks, Y., Vazrganns, M.: On Clusterng Valdaton Technques [19] Babuška, R.: Fuzzy and Neural Control [20] Tunstel, R., Lppncott, T., Jamashd, M.: Behavor Herarchy for autonomous moble robots: Fuzzy-behavor modulaton and evoluton [21] Saffott, A.: The uses of fuzzy logc n autonomous robot navgaton: a catalogue rasonne

Consumption capability analysis for Micro-blog users based on data mining

Consumption capability analysis for Micro-blog users based on data mining Consumpton capablty analyss for Mcro-blog users based on data mnng ABSTRACT Yue Sun Bejng Unversty of Posts and Telecommuncaton Bejng, Chna Emal: sunmoon5723@gmal.com Data mnng s an effectve method of

More information

A Group Decision Making Method for Determining the Importance of Customer Needs Based on Customer- Oriented Approach

A Group Decision Making Method for Determining the Importance of Customer Needs Based on Customer- Oriented Approach Proceedngs of the 010 Internatonal Conference on Industral Engneerng and Operatons Management Dhaka, Bangladesh, January 9 10, 010 A Group Decson Makng Method for Determnng the Importance of Customer Needs

More information

MULTIPLE FACILITY LOCATION ANALYSIS PROBLEM WITH WEIGHTED EUCLIDEAN DISTANCE. Dileep R. Sule and Anuj A. Davalbhakta Louisiana Tech University

MULTIPLE FACILITY LOCATION ANALYSIS PROBLEM WITH WEIGHTED EUCLIDEAN DISTANCE. Dileep R. Sule and Anuj A. Davalbhakta Louisiana Tech University MULTIPLE FACILITY LOCATION ANALYSIS PROBLEM WITH WEIGHTED EUCLIDEAN DISTANCE Dleep R. Sule and Anuj A. Davalbhakta Lousana Tech Unversty ABSTRACT Ths paper presents a new graphcal technque for cluster

More information

Experiments with Protocols for Service Negotiation

Experiments with Protocols for Service Negotiation PROCEEDINGS OF THE WORKSHOP ON APPLICATIONS OF SOFTWARE AGENTS ISBN 978-86-7031-188-6, pp. 25-31, 2011 Experments wth Protocols for Servce Negotaton Costn Bădcă and Mhnea Scafeş Unversty of Craova, Software

More information

High impact force attenuation of reinforced concrete systems

High impact force attenuation of reinforced concrete systems Structures Under Shock and Impact XII 273 Hgh mpact force attenuaton of renforced concrete systems Y. Km, T. El-Korch & K. S. Arsava Department of Cvl and Envronmental Engneerng, Worcester Polytechnc Insttute

More information

CHAPTER 8 DYNAMIC RESOURCE ALLOCATION IN GRID COMPUTING USING FUZZY-GENETIC ALGORITHM

CHAPTER 8 DYNAMIC RESOURCE ALLOCATION IN GRID COMPUTING USING FUZZY-GENETIC ALGORITHM 28 CHAPTER 8 DYNAMIC RESOURCE ALLOCATION IN GRID COMPUTING USING FUZZY-GENETIC ALGORITHM The man aspraton of Grd Computng s to aggregate the maxmum avalable dle computng power of the dstrbuted resources,

More information

Analysis Online Shopping Behavior of Consumer Using Decision Tree Leiyue Yao 1, a, Jianying Xiong 2,b

Analysis Online Shopping Behavior of Consumer Using Decision Tree Leiyue Yao 1, a, Jianying Xiong 2,b Advanced Materals Research Onlne: 2011-07-04 ISSN: 1662-8985, Vols. 271-273, pp 891-894 do:10.4028/www.scentfc.net/amr.271-273.891 2011 Trans Tech Publcatons, Swtzerland Analyss Onlne Shoppng Behavor of

More information

Application of Ant colony Algorithm in Cloud Resource Scheduling Based on Three Constraint Conditions

Application of Ant colony Algorithm in Cloud Resource Scheduling Based on Three Constraint Conditions , pp.215-219 http://dx.do.org/10.14257/astl.2016.123.40 Applcaton of Ant colony Algorthm n Cloud Resource Schedulng Based on Three Constrant Condtons Yang Zhaofeng, Fan Awan Computer School, Pngdngshan

More information

Evaluating Clustering Methods for Multi-Echelon (r,q) Policy Setting

Evaluating Clustering Methods for Multi-Echelon (r,q) Policy Setting Proceedngs of the 2007 Industral Engneerng Research Conference G. Bayraksan W. Ln Y. Son and R. Wysk eds. Evaluatng Clusterng Methods for Mult-Echelon (r) Polcy Settng Vkram L. Desa M.S.; Manuel D. Rossett

More information

Experimental Validation of a Suspension Rig for Analyzing Road-induced Noise

Experimental Validation of a Suspension Rig for Analyzing Road-induced Noise Expermental Valdaton of a Suspenson Rg for Analyzng Road-nduced Nose Dongwoo Mn 1, Jun-Gu Km 2, Davd P Song 3, Yunchang Lee 4, Yeon June Kang 5, Kang Duc Ih 6 1,2,3,4,5 Seoul Natonal Unversty, Republc

More information

On Advantages of Scheduling using Genetic Fuzzy Systems

On Advantages of Scheduling using Genetic Fuzzy Systems On Advantages of Schedulng usng Genetc Fuzzy Systems Carsten Franke, Joachm Leppng, and Uwe Schwegelshohn Computer Engneerng Insttute, Dortmund Unversty, 44221 Dortmund, Germany (emal: {carsten.franke,

More information

Prediction algorithm for users Retweet Times

Prediction algorithm for users Retweet Times , pp.9-3 http://dx.do.org/0.457/astl.05.83.03 Predcton algorthm for users Retweet Tmes Hahao Yu, Xu Feng Ba,ChengZhe Huang, Haolang Q Helongang Insttute of Technology, Harbn, Chna Abstract. In vew of the

More information

Adaptive Neuro Fuzzy Inference System (ANFIS) for Prediction of Groundwater Quality Index in Matar Taluka and Nadiad Taluka

Adaptive Neuro Fuzzy Inference System (ANFIS) for Prediction of Groundwater Quality Index in Matar Taluka and Nadiad Taluka Internatonal Journal of Scence and Research (IJSR) ISSN (nlne): 2319-7064 Index Coperncus Value (2013): 6.14 Impact Factor (2013): 4.438 Adaptve Neuro Fuzzy Inference System (ANFIS) for Predcton of Groundwater

More information

Study on Productive Process Model Basic Oxygen Furnace Steelmaking Based on RBF Neural Network

Study on Productive Process Model Basic Oxygen Furnace Steelmaking Based on RBF Neural Network IJCSI Internatonal Journal of Computer Scence Issues, Vol., Issue 3, No 2, May 24 ISSN (Prnt): 694-84 ISSN (Onlne): 694-784 www.ijcsi.org 7 Study on Productve Process Model Basc Oxygen Furnace Steelmakng

More information

Bayesian Inference Driven Behavior Network Architecture for Avoiding Moving Obstacles *

Bayesian Inference Driven Behavior Network Architecture for Avoiding Moving Obstacles * Bayesan Inference Drven Behavor Network Archtecture for Avodng Movng Obstacles * Hyeun-Jeong Mn and Sung-Bae Cho Dept. of Computer Scence, Yonse Unversty 134 Shnchon-dong, Sudaemoon-ku, Seoul 120-749,

More information

1 Basic concepts for quantitative policy analysis

1 Basic concepts for quantitative policy analysis 1 Basc concepts for quanttatve polcy analyss 1.1. Introducton The purpose of ths Chapter s the ntroducton of basc concepts of quanttatve polcy analyss. They represent the components of the framework adopted

More information

A Two-Echelon Inventory Model for Single-Vender and Multi-Buyer System Through Common Replenishment Epochs

A Two-Echelon Inventory Model for Single-Vender and Multi-Buyer System Through Common Replenishment Epochs A Two-Echelon Inventory Model for Sngle-Vender and Mult-Buyer System Through Common Replenshment Epochs Wen-Jen Chang and Chh-Hung Tsa Instructor Assocate Professor Department of Industral Engneerng and

More information

Finite Element Analysis and Optimization for the Multi- Stage Deep Drawing of Molybdenum Sheet

Finite Element Analysis and Optimization for the Multi- Stage Deep Drawing of Molybdenum Sheet Fnte Element Analyss and Optmzaton for the Mult- Deep of Molybdenum Sheet Heung-Kyu Km a,*, Seok Kwan Hong a, Jong-Kl Lee b, Byung-Hee Jeon c, Jeong Jn Kang a, and Young-moo Heo a a Precson Molds and Des

More information

A TABU SEARCH FOR MULTIPLE MULTI-LEVEL REDUNDANCY ALLOCATION PROBLEM IN SERIES-PARALLEL SYSTEMS

A TABU SEARCH FOR MULTIPLE MULTI-LEVEL REDUNDANCY ALLOCATION PROBLEM IN SERIES-PARALLEL SYSTEMS Internatonal Journal of Industral Engneerng, 18(3), 120-129, 2011. A TABU SEACH FO MULTIPLE MULTI-LEVEL EDUNDANCY ALLOCATION POBLEM IN SEIES-PAALLEL SYSTEMS Kl-Woong Jang and Jae-Hwan Km Department of

More information

A SIMULATION STUDY OF QUALITY INDEX IN MACHINE-COMPONF~T GROUPING

A SIMULATION STUDY OF QUALITY INDEX IN MACHINE-COMPONF~T GROUPING A SMULATON STUDY OF QUALTY NDEX N MACHNE-COMPONF~T GROUPNG By Hamd Sefoddn Assocate Professor ndustral and Manufacturng Engneerng Department Unversty of Wsconsn-Mlwaukee Manocher Djassem Assstant Professor

More information

RIGOROUS MODELING OF A HIGH PRESSURE ETHYLENE-VINYL ACETATE (EVA) COPOLYMERIZATION AUTOCLAVE REACTOR. I-Lung Chien, Tze Wei Kan and Bo-Shuo Chen

RIGOROUS MODELING OF A HIGH PRESSURE ETHYLENE-VINYL ACETATE (EVA) COPOLYMERIZATION AUTOCLAVE REACTOR. I-Lung Chien, Tze Wei Kan and Bo-Shuo Chen RIGOROUS MODELING OF A HIGH PRESSURE ETHYLENE-VINYL ACETATE (EVA) COPOLYMERIZATION AUTOCLAVE REACTOR I-Lung Chen, Tze We an and Bo-Shuo Chen Department of Chemcal Engneerng, Natonal Tawan Unversty of Scence

More information

MALAY ARABIC LETTERS RECOGNITION AND SEARCHING

MALAY ARABIC LETTERS RECOGNITION AND SEARCHING Internatonal Journal of Scence and Appled echnology MALAY ARABIC LEERS RECOGNIION AND SEARCHING *Correspondng author Sukamto 1, Elfzar 2*, Mara Erna 3 1 Informaton System Department, Unversty of Rau, Indonesa

More information

Fuzzy Logic and Behavioral Finance: An Approach Using Fuzzy c-means Algorithm

Fuzzy Logic and Behavioral Finance: An Approach Using Fuzzy c-means Algorithm Fuzzy Logc and Behavoral Fnance: An Approach Usng Fuzzy c-means Algorthm Renato Aparecdo Aguar Electrcal Engneerng Departament, Centro Unverstáro da FEI São Bernardo do Campo, Brazl preraguar@fe.edu.br

More information

A Category Role Aided Market Segmentation Approach to Convenience Store Category Management

A Category Role Aided Market Segmentation Approach to Convenience Store Category Management A Category Role Aded Market Segmentaton Approach to Convenence Store Category Management Yongje Ye 1, Shuhua Han Abstract Ths paper presents an nnovatve market segmentaton model whch s drven by category-role,

More information

Integration of Rules from a Random Forest

Integration of Rules from a Random Forest 2011 Internatonal Conference on Informaton and Electroncs Engneerng IPCSIT vol.6 (2011) (2011) IACSIT Press, Sngapore Integraton of Rules from a Random Forest Naphaporn Srkulvrya 1 and Sukree Snthupnyo

More information

An Artificial Neural Network Method For Optimal Generation Dispatch With Multiple Fuel Options

An Artificial Neural Network Method For Optimal Generation Dispatch With Multiple Fuel Options An Artfcal Neural Network Method For Optmal Generaton Dspatch Wth Multple Fuel Optons S.K. Dash Department of Electrcal Engneerng, Gandh Insttute for Technologcal Advancement,Badaraghunathpur,Madanpur,

More information

A Novel Gravitational Search Algorithm for Combined Economic and Emission Dispatch

A Novel Gravitational Search Algorithm for Combined Economic and Emission Dispatch A Novel Gravtatonal Search Algorthm for Combned Economc and Emsson Dspatch 1 Muhammad Yaseen Malk, 2 Hmanshu Gupta 1 Student, 2 Assstant Professor 1 Electrcal Engneerng 1 E-Max Group of Insttutons, Haryana,

More information

Adaptive Noise Reduction for Engineering Drawings Based on Primitives and Noise Assessment

Adaptive Noise Reduction for Engineering Drawings Based on Primitives and Noise Assessment Adaptve ose Reducton for Engneerng Drawngs Based on Prmtves and ose Assessment Jng Zhang Wan Zhang Lu Wenyn Department of Computer Scence, Cty Unversty of Hong Kong, Hong Kong SAR, PR Chna {jzhang,wanzhang,

More information

A New Artificial Fish Swarm Algorithm for Dynamic Optimization Problems

A New Artificial Fish Swarm Algorithm for Dynamic Optimization Problems WCCI 2012 IEEE World Congress on Computatonal Intellgence June, 10-15, 2012 - Brsbane, Australa IEEE CEC A New Artfcal Fsh Swarm Algorthm for Dynamc Optmzaton Problems 1 Danal Yazdan Department of Electrcal,

More information

Clustering. CS4780 Machine Learning Fall Thorsten Joachims Cornell University. Reading: Manning/Schuetze Chapter 14 (not , 14.1.

Clustering. CS4780 Machine Learning Fall Thorsten Joachims Cornell University. Reading: Manning/Schuetze Chapter 14 (not , 14.1. Clusterng CS4780 Mahne Learnng Fall 2009 Thorsten Joahms Cornell Unversty Readng: Mannng/Shuetze Chapter 14 (not 14.1.3, 14.1.4) Based on sldes from Prof. Clare Carde, Prof. Ray Mooney, Prof. Ymng Yang

More information

Sporlan Valve Company

Sporlan Valve Company F21O-10-12 LMTED: M & W What s a TEV Settng? For years Sporlan and every other manufacturer oftevs has used regulated arflow and controlled temperature baths to establsh a "factory" settng. Typcally the

More information

The 27th Annual Conference of the Japanese Society for Artificial Intelligence, Shu-Chen Cheng Guan-Yu Chen I-Chun Pan

The 27th Annual Conference of the Japanese Society for Artificial Intelligence, Shu-Chen Cheng Guan-Yu Chen I-Chun Pan 2C4-IOS-3c-6 An estmaton method of tem dffculty ndex combned wth the partcle swarm optmzaton algorthm for the computerzed adaptve testng Shu-Chen Cheng Guan-Yu Chen I-Chun Pan Department of Computer Scence

More information

Appendix 6.1 The least-cost theorem and pollution control

Appendix 6.1 The least-cost theorem and pollution control Appendx 6.1 The least-cost theorem and polluton control nstruments Ths appendx s structured as follows. In Part 1, we defne the notaton used and set the scene for what follows. Then n Part 2 we derve a

More information

Modeling of LDO-fired Rotary Furnace Parameters using Adaptive Network-based Fuzzy Inference System

Modeling of LDO-fired Rotary Furnace Parameters using Adaptive Network-based Fuzzy Inference System The Internatonal Journal Of Engneerng And Scence (IJES) Volume 4 Issue 8 Pages PP -38-43 2015 ISSN (e): 2319 1813 ISSN (p): 2319 1805 Modelng of LDO-fred Rotary Furnace Parameters usng Adaptve Network-based

More information

Planning of work schedules for toll booth collectors

Planning of work schedules for toll booth collectors Lecture Notes n Management Scence (0) Vol 4: 6 4 4 th Internatonal Conference on Appled Operatonal Research, Proceedngs Tadbr Operatonal Research Group Ltd All rghts reserved wwwtadbrca ISSN 00-0050 (Prnt),

More information

Customer segmentation, return and risk management: An emprical analysis based on BP neural network

Customer segmentation, return and risk management: An emprical analysis based on BP neural network Avalable onlne www.jocpr.com Journal of Chemcal and Pharmaceutcal Research, 204, 6(6):698-703 Research Artcle ISSN : 0975-7384 CODEN(USA) : JCPRC5 Customer segmentaton, return and rsk management: An emprcal

More information

Models - Repositories of Knowledge (Proceedings ModelCARE2011 held at Leipzig, Germany, in September 2011) (IAHS Publ. 3XX, 201X).

Models - Repositories of Knowledge (Proceedings ModelCARE2011 held at Leipzig, Germany, in September 2011) (IAHS Publ. 3XX, 201X). Models - Repostores of Knowledge (Proceedngs ModelCARE20 held at Lepzg, Germany, n September 20) (IAHS Publ. 3XX, 20X). Smultaneous estmaton of groundwater recharge rates, assocated zone structures, and

More information

Determination of Housing Price in Taipei City Using Fuzzy Adaptive Networks

Determination of Housing Price in Taipei City Using Fuzzy Adaptive Networks Determnaton of Housng Prce n Tape Cty Usng Fuzzy Adaptve Networks We-Tes Lee, Jan-Jun Chen and Kuenta Chen*, Abstract The man purpose of ths research s to forecast pre-owned housng prces usng Fuzzy Adaptve

More information

Economia Aziendale online 2000 Web

Economia Aziendale online 2000 Web Economa Azendale onlne 2000 Web Ban O. Synthetc Measure of the Qualty of Servce Takng nto Account the Clent s Perspectve n the Hotel Industry Internatonal Busness and Management Revew N. /2008 Specal Issue

More information

Market Segmentation of Inbound Business Tourists to Thailand by Binding of Unsupervised and Supervised Learning Techniques

Market Segmentation of Inbound Business Tourists to Thailand by Binding of Unsupervised and Supervised Learning Techniques 334 JOURNAL OF SOFTWARE, VOL. 9, NO. 5, MAY 204 Market Segmentaton of Inbound Busness Toursts to Thaland by Bndng of Unsupervsed and Supervsed Learnng Technques Anongnart Srvhok Department of Computer

More information

Sources of information

Sources of information MARKETING RESEARCH FACULTY OF ENGINEERING MANAGEMENT Ph.D., Eng. Joanna Majchrzak Department of Marketng and Economc Engneerng Mal: joanna.majchrzak@put.poznan.pl Meetngs: Monday 9:45 11:15 Thursday 15:10

More information

Identifying Factors that Affect the Downtime of a Production Process

Identifying Factors that Affect the Downtime of a Production Process Identfyng Factors that Affect the Downtme of a Producton Process W. Nallaperuma 1 *, U. Ekanayake 1, Ruwan Punch-Manage 2 1 Department of Physcal scences, Rajarata Unversty, Sr Lanka 2 Department of Statstcs

More information

Evaluation of Quality Management Performance in Office of President using Modified Public Sector Management Quality Award (PMQA) Model

Evaluation of Quality Management Performance in Office of President using Modified Public Sector Management Quality Award (PMQA) Model Evaluaton of Qualty Management Performance n Offce of Presdent usng Modfed Publc Sector Management Qualty Award (PMQA) Model Thoedtda Thpparate 1 untcha Kongkaew, Sunantha. Ompan 1. Lecturer, Faculty of

More information

Analyses Based on Combining Similar Information from Multiple Surveys

Analyses Based on Combining Similar Information from Multiple Surveys Secton on Survey Research Methods JSM 009 Analyses Based on Combnng Smlar Informaton from Multple Surveys Georga Roberts, Davd Bnder Statstcs Canada, Ottawa Ontaro Canada KA 0T6 Statstcs Canada, Ottawa

More information

Optimization of e-learning Model Using Fuzzy Genetic Algorithm

Optimization of e-learning Model Using Fuzzy Genetic Algorithm Optmzaton of e-learnng Model Usng Fuzzy Genetc Algorthm Receved: 00?????? 2012, Accepted: 00????? 2013 M. A. Afshar Kazem Assocate professor, Informaton Technology Management Department, Electrnc Branch,

More information

Fast Algorithm for Prediction of Airfoil Anti-icing Heat Load *

Fast Algorithm for Prediction of Airfoil Anti-icing Heat Load * Energy and Power Engneerng, 13,, 493-497 do:.4236/epe.13.4b09 Publshed Onlne July 13 (http://www.scrp.org/ournal/epe) Fast Algorthm for Predcton of Arfol Ant-cng Heat * Xueqn Bu, Ru Yang, Ja Yu, Xaobn

More information

Development and production of an Aggregated SPPI. Final Technical Implementation Report

Development and production of an Aggregated SPPI. Final Technical Implementation Report Development and producton of an Aggregated SPP Fnal Techncal mplementaton Report Marcus Frdén, Ulf Johansson, Thomas Olsson Servces Producer Prce ndces, Prce Statstcs Unt, Statstcs Sweden 2010 ntroducton

More information

An Application of MILP-based Block Planning in the Chemical Industry

An Application of MILP-based Block Planning in the Chemical Industry The Eghth Internatonal Symposum on Operatons Research and Its Applcatons (ISORA 09) Zhangjaje, Chna, September 20 22, 2009 Copyrght 2009 ORSC & APORC, pp. 103 110 An Applcaton of MILP-based Block Plannng

More information

Simulation of Steady-State and Dynamic Behaviour of a Plate Heat Exchanger

Simulation of Steady-State and Dynamic Behaviour of a Plate Heat Exchanger Journal of Energy and Power Engneerng 10 (016) 555-560 do: 10.1765/1934-8975/016.09.006 D DAVID PUBLISHING Smulaton of Steady-State and Dynamc Behavour of a Plate Heat Exchanger Mohammad Aqeel Sarareh

More information

The Effect of Outsourcing on the Change of Wage Share

The Effect of Outsourcing on the Change of Wage Share Clemson Unversty TgerPrnts All Theses Theses 12-2017 The Effect of Outsourcng on the Change of Wage Share Tanq L Clemson Unversty Follow ths and addtonal works at: https://tgerprnts.clemson.edu/all_theses

More information

Power Distribution System Planning Evaluation by a Fuzzy Multi-Criteria Group Decision Support System

Power Distribution System Planning Evaluation by a Fuzzy Multi-Criteria Group Decision Support System Internatonal Journal of Computatonal Intellgence Systems, Vol.3, No. 4 (October, 2010), 474-485 Power Dstrbuton System Plannng Evaluaton by a Fuzzy Mult-Crtera Group Decson Support System Tefeng ZHANG

More information

Best-Order Crossover in an Evolutionary Approach to Multi-Mode Resource-Constrained Project Scheduling

Best-Order Crossover in an Evolutionary Approach to Multi-Mode Resource-Constrained Project Scheduling Internatonal Journal of Computer Informaton Systems and Industral Management Applcatons. ISSN 2150-7988 Volume 6 (2014) pp. 364-372 MIR Labs, www.mrlabs.net/csm/ndex.html Best-Order Crossover n an Evolutonary

More information

Band Selection Using Clustering Technique for Dimensionality Reduction in Hyper spectral Image

Band Selection Using Clustering Technique for Dimensionality Reduction in Hyper spectral Image Band Selecton Usng Clusterng Technque for Dmensonalty Reducton n Hyper spectral Image 1 Karthck.V, 2 Veera Senthl Kumar.G, 3 Dr. Vasuk. S 1 Lecturer, 2 Assstant Professor, 3 Professor and Head, 1,2,3 Dept.of.ECE,

More information

Fuzzy adaptive agent for supply chain management

Fuzzy adaptive agent for supply chain management Fuzzy adaptve agent for supply chan management Yan-Whar S a,* and So-Fan Lou b a,b Faculty of Scence and Technology, Unversty of Macau, Av. Padre Tomas Perera, Tapa, Macau Abstract. Recent technologcal

More information

Construction of Control Chart Based on Six Sigma Initiatives for Regression

Construction of Control Chart Based on Six Sigma Initiatives for Regression 2018 IJSRST Volume 4 Issue 2 Prnt ISSN: 2395-6011 Onlne ISSN: 2395-602X Themed Secton: Scence and Technology Constructon of Control Chart Based on Sx Sgma Intatves for Regresson ABSTRACT R. Radhakrshnan

More information

Analysis of Emergent Properties in a Hybrid Bio-inspired Architecture for Cognitive Agents

Analysis of Emergent Properties in a Hybrid Bio-inspired Architecture for Cognitive Agents Analyss of Emergent Propertes n a Hybrd Bo-nspred Archtecture for Cogntve Agents Oscar J. Romero and Angélca de Antono Poltécnca de Madrd Unversty, LSIIS Department, Boadlla del monte, 28660, Madrd, Span

More information

COMPUTATIONALLY INTELLIGENT MODELLING AND CONTROL OF FLUIDIZED BED COMBUSTION PROCESS

COMPUTATIONALLY INTELLIGENT MODELLING AND CONTROL OF FLUIDIZED BED COMBUSTION PROCESS THERMAL SCIENCE, Year 2011, Vol. 15, No. 2, pp. 321-338 321 Introducton COMPUTATIONALLY INTELLIGENT MODELLING AND CONTROL OF FLUIDIZED BED COMBUSTION PROCESS by Žarko M. ]OJBAŠI] *, Vlastmr D. NIKOLI],

More information

A Scenario-Based Objective Function for an M/M/K Queuing Model with Priority (A Case Study in the Gear Box Production Factory)

A Scenario-Based Objective Function for an M/M/K Queuing Model with Priority (A Case Study in the Gear Box Production Factory) Proceedngs of the World Congress on Engneerng 20 Vol I WCE 20, July 6-8, 20, London, U.K. A Scenaro-Based Objectve Functon for an M/M/K Queung Model wth Prorty (A Case Study n the Gear Box Producton Factory)

More information

Content-Based Cross-Domain Recommendations Using Segmented Models

Content-Based Cross-Domain Recommendations Using Segmented Models Content-Based Cross-Doman Recommendatons Usng Segmented Models Shaghayegh Saheb Intellgent Systems Program Unversty of Pttsburgh Pttsburgh, PA shs106@ptt.edu ABSTRACT Cross-Doman Recommendaton s a new

More information

Financial Distress Prediction of K-means Clustering Based on Genetic Algorithm and Rough Set Theory

Financial Distress Prediction of K-means Clustering Based on Genetic Algorithm and Rough Set Theory 505 A publcaton of CHEMICAL ENGINEERING TRANSACTIONS VOL. 51, 2016 Guest Edtors: Tchun Wang, Hongyang Zhang, Le Tan Copyrght 2016, AIDIC Servz S.r.l., ISBN 978-88-95608-43-3; ISSN 2283-9216 The Italan

More information

Research on Interactive Design Based on Artificial Intelligence

Research on Interactive Design Based on Artificial Intelligence Revsta de la Facultad de Ingenería U.C.V., Vol. 32, N 11, pp. 613-618, 2017 Research on Interactve Desgn Based on Artfcal Intellgence Abstract Yng Lu Zhengzhou Ralway Vocatonal & Techncal College, Zhengzhou,

More information

An Analysis on Stability of Competitive Contractual Strategic Alliance Based on the Modified Lotka-Voterra Model

An Analysis on Stability of Competitive Contractual Strategic Alliance Based on the Modified Lotka-Voterra Model Advanced Scence and Technology Letters, pp.60-65 http://dx.do.org/10.14257/astl.2014.75.15 An Analyss on Stablty of Compettve Contractual Strategc Allance Based on the Modfed Lotka-Voterra Model Qng Xueme

More information

A Multi-Product Reverse Logistics Model for Third Party Logistics

A Multi-Product Reverse Logistics Model for Third Party Logistics 2011 Internatonal Conference on Modelng, Smulaton and Control IPCSIT vol.10 (2011) (2011) IACSIT Press, Sngapore A Mult-Product Reverse Logstcs Model for Thrd Party Logstcs Tsa-Yun Lao, Agatha Rachmat

More information

Supplier selection and evaluation using multicriteria decision analysis

Supplier selection and evaluation using multicriteria decision analysis Suppler selecton and evaluaton usng multcrtera decson analyss Stratos Kartsonaks 1, Evangelos Grgorouds 2, Mchals Neofytou 3 1 School of Producton Engneerng and Management, Techncal Unversty of Crete,

More information

EVALUATING THE PERFORMANCE OF SUPPLY CHAIN SIMULATIONS WITH TRADEOFFS BETWEEN MULITPLE OBJECTIVES. Pattita Suwanruji S. T. Enns

EVALUATING THE PERFORMANCE OF SUPPLY CHAIN SIMULATIONS WITH TRADEOFFS BETWEEN MULITPLE OBJECTIVES. Pattita Suwanruji S. T. Enns Proceedngs of the 00 Wnter Smulaton Conference R.G. Ingalls, M. D. Rossett, J. S. Smth, and B. A. Peters, eds. EVALUATING THE PERFORMANCE OF SUPPLY CHAIN SIMULATIONS WITH TRADEOFFS BETWEEN MULITPLE OBJECTIVES

More information

Emission Reduction Technique from Thermal Power Plant By Load Dispatch

Emission Reduction Technique from Thermal Power Plant By Load Dispatch Emsson Reducton Technque from Thermal Power Plant By Load Dspatch S. R. Vyas 1, Dr. Rajeev Gupta 2 1 Research Scholar, Mewar Unversty, Chhtorgrah. Inda 2 Dean EC Dept., Unversty College of Engg. RTU, Kota.

More information

A Novel Method on Customer Requirements Preferences Based on Common Set of Weight

A Novel Method on Customer Requirements Preferences Based on Common Set of Weight Australan Journal of Basc and Appled Scences, 5(6): 1544-1552, 2011 ISSN 1991-8178 A Novel Method on Customer Requrements Preferences Based on Common Set of eght 1 S. Rass, 2 M. Izad, 3 S. Saat. 1 Assocate

More information

FIN DESIGN FOR FIN-AND-TUBE HEAT EXCHANGER WITH MICROGROOVE SMALL DIAMETER TUBES FOR AIR CONDITIONER

FIN DESIGN FOR FIN-AND-TUBE HEAT EXCHANGER WITH MICROGROOVE SMALL DIAMETER TUBES FOR AIR CONDITIONER FIN DESIGN FOR FIN-AND-TUBE HEAT EXCHANGER WITH MICROGROOVE SMALL DIAMETER TUBES FOR AIR CONDITIONER Yfeng Gao (a), J Song (a), Jngdan Gao (b), Guolang Dng (b)* (a) Internatonal Copper Assocaton Shangha

More information

Application of a PCA based water quality classification method in water. quality assessment in the Tongjiyan Irrigation Area, China

Application of a PCA based water quality classification method in water. quality assessment in the Tongjiyan Irrigation Area, China Internatonal Conference on Energy and Envronmental Protecton (ICEEP 06) Applcaton of a PCA based water qualty classfcaton method n water qualty assessment n the Tongyan Irrgaton Area, Chna ue-feng Tao,

More information

Modeling and Simulation for a Fossil Power Plant

Modeling and Simulation for a Fossil Power Plant Modelng and Smulaton for a Fossl Power Plant KWANG-HUN JEONG *, WOO-WON JEON, YOUNG-HOON BAE AND KI-HYUN LEE Corporate R&D Insttute Doosan Heavy Industres and Constructon Co., Ltd 555, Gwgo-dong, Changwon,

More information

Coordination in Competitive Environments

Coordination in Competitive Environments Proceedngs of the World Congress on Engneerng 0 Vol II, WCE 0, July - 5, 0, London, U.K. Coordnaton n Compettve Envronments I. González, S. Ibarra, J. A. Castán, J. Lara, J. Guzmán Abstract Despte several

More information

Evaluating The Performance Of Refrigerant Flow Distributors

Evaluating The Performance Of Refrigerant Flow Distributors Purdue Unversty Purdue e-pubs Internatonal Refrgeraton and Ar Condtonng Conference School of Mechancal Engneerng 2002 Evaluatng The Performance Of Refrgerant Flow Dstrbutors G. L Purdue Unversty J. E.

More information

Dynamic Mission Control for UAV Swarm via Task Stimulus Approach

Dynamic Mission Control for UAV Swarm via Task Stimulus Approach Amercan Journal of Intellgent Systems 2012, 2(7): 177-183 DOI: 10.5923/.as.20120207.04 Dynamc Msson Control for UAV Swarm va Task Stmulus Approach Haoyang Cheng *, John Page, John Olsen School of Mechancal

More information

Research on the Evaluation of Corporate Social Responsibility under the Background of Low Carbon Economy

Research on the Evaluation of Corporate Social Responsibility under the Background of Low Carbon Economy http://jba.scedupress.com Internatonal Journal of Busness Admnstraton Vol. 7, No. 5; 2016 Research on the Evaluaton of Corporate Socal Responsblty under the Background of Low Carbon Economy Xaofang Zhang

More information

A Hybrid Intelligent Learning Algorithm in MAS

A Hybrid Intelligent Learning Algorithm in MAS A Hybrd Intellgent Learnng Algorthm n MAS SHUJUN ZHANG, QINGCHUN MENG, WEN ZHANG, CHANGHONG SONG Computer Scence Department Ocean Unversty of Chna Computer Scence Department of Ocean Unversty of Chna,

More information

Research on chaos PSO with associated logistics transportation scheduling under hard time windows

Research on chaos PSO with associated logistics transportation scheduling under hard time windows Advanced Scence and Technology Letters Vol76 (CA 014), pp75-83 http://dxdoorg/101457/astl0147618 Research on chaos PSO wth assocated logstcs transportaton schedulng under hard tme wndows Yuqang Chen 1,

More information

The Credit Risk Assessment Model of Internet Supply Chain Finance: Multi-Criteria Decision-Making Model with the Principle of Variable Weight

The Credit Risk Assessment Model of Internet Supply Chain Finance: Multi-Criteria Decision-Making Model with the Principle of Variable Weight Journal of Computer and Communcatons, 2017, 5, 20-30 http://www.scrp.org/journal/jcc ISSN Onlne: 2327-5227 ISSN Prnt: 2327-5219 The Credt Rsk Assessment Model of Internet Supply Chan Fnance: Mult-Crtera

More information

A NOVEL PARTICLE SWARM OPTIMIZATION APPROACH FOR SOFTWARE EFFORT ESTIMATION

A NOVEL PARTICLE SWARM OPTIMIZATION APPROACH FOR SOFTWARE EFFORT ESTIMATION Farhad S. Gharehchopogh, I. Malek, Seyyed R. Khaze. A novel partcle swarm optmzaton approach for software effort estmaton. Internatonal Journal of Academc Research Part A; 2014; 6(2), 69-76. DOI: 10.7813/2075-4124.2014/6-2/A.12

More information

ON LINKAGE-BASED CLUSTERING APPROACH AND AIR TRAFFIC PATTERN RECOGNITION

ON LINKAGE-BASED CLUSTERING APPROACH AND AIR TRAFFIC PATTERN RECOGNITION ON LINKAGE-BASED CLUSTERING APPROACH AND AIR TRAFFIC PATTERN RECOGNITION Leïla ZERROUKI, INEOVA for EUROCONTROL, France Serge MANCHON, Marc DALICHAMPT, EUROCONTROL, France Abstract: The paper ntroduces

More information

A Software Sensor for Feedwater Flow Monitoring

A Software Sensor for Feedwater Flow Monitoring The Semnar of JSPS-KOSEF Core Unversty Program on Energy Scence & Technology November -, 004, Tohoku Unversty, Senda, Japan A Software Sensor for Feedwater Flow Montorng * Man Gyun Na ), Yoon Joon Lee

More information

APPLICATION OF ARTIFICIAL NEURAL NETWORK FOR WATER QUALITY MANAGEMENT

APPLICATION OF ARTIFICIAL NEURAL NETWORK FOR WATER QUALITY MANAGEMENT LOWLAND TECHNOLOGY INTERNATIONAL Vol. 5, No.2,10-15, December 2003 Internatonal Assocaton of Lowland Technology (IALT), ISSN 1344-9656 APPLICATION OF ARTIFICIAL NEURAL NETWORK FOR WATER QUALITY MANAGEMENT

More information

Logistics Management. Where We Are Now CHAPTER ELEVEN. Measurement. Organizational. Sustainability. Management. Globalization. Culture/Ethics Change

Logistics Management. Where We Are Now CHAPTER ELEVEN. Measurement. Organizational. Sustainability. Management. Globalization. Culture/Ethics Change CHAPTER ELEVEN Logstcs Management McGraw-Hll/Irwn Copyrght 2011 by the McGraw-Hll Companes, Inc. All rghts reserved. Where We Are Now Relatonshps Sustanablty Globalzaton Organzatonal Culture/Ethcs Change

More information

Evaluation Method for Enterprises EPR Project Risks

Evaluation Method for Enterprises EPR Project Risks , pp.350-354 http://dx.do.org/10.14257/astl.2016. Evaluaton Method for Enterprses EPR Project Rsks L-Yongmng 1,2 1 College of Economcs and Management, Nanjng Unversty of Aeronautcs and Astronautcs, Nanjng,

More information

COST OPTIMIZATION OF WATER DISTRIBUTION SYSTEMS SUBJECTED TO WATER HAMMER

COST OPTIMIZATION OF WATER DISTRIBUTION SYSTEMS SUBJECTED TO WATER HAMMER Thrteenth Internatonal Water Technology Conference, IWTC13 29, Hurghada, Egypt COST OPTIMIZATION OF WATER DISTRIBUTION SYSTEMS SUBJECTED TO WATER HAMMER Berge Djebedjan *, Mohamed S. Mohamed *, Abdel-Gawad

More information

A new Approach for the Reliable Estimation of Kinetic Parameters by Means of Dynamic DSC Experiments

A new Approach for the Reliable Estimation of Kinetic Parameters by Means of Dynamic DSC Experiments 145 A publcaton of CHEMICAL ENGINEERING TRANSACTIONS VOL. 36, 2014 Guest Edtors: Valero Cozzan, Eddy de Rademaeker Copyrght 2014, AIDIC Servz S.r.l., ISBN 978-88-95608-27-3; ISSN 2283-9216 The Italan Assocaton

More information

Evaluating the statistical power of goodness-of-fit tests for health and medicine survey data

Evaluating the statistical power of goodness-of-fit tests for health and medicine survey data 8 th World IMACS / MODSIM Congress, Carns, Australa 3-7 July 29 http://mssanz.org.au/modsm9 Evaluatng the statstcal power of goodness-of-ft tests for health and medcne survey data Steele, M.,2, N. Smart,

More information

BEHAVIOR BASED CONTROL AND FUZZY Q-LEARNING FOR AUTONOMOUS MOBILE ROBOT NAVIGATION

BEHAVIOR BASED CONTROL AND FUZZY Q-LEARNING FOR AUTONOMOUS MOBILE ROBOT NAVIGATION 572 BEHAVIOR BASE COTROL A FUZZY Q-LEARIG FOR AUTOOMOUS MOBILE ROBOT AVIGATIO Kharul Anam 1,3, Son Kuswad 2,Rusdhanto Effend 3 1 epartment of Electrcal Engneerng, Faculty of Engneerng, Unversty of Jember,

More information

A Similarity-Based Approach for the All-Time Demand Prediction of New Automotive Spare Parts

A Similarity-Based Approach for the All-Time Demand Prediction of New Automotive Spare Parts Proceedngs of the 51 st Hawa Internatonal Conference on System Scences 2018 A Smlarty-Based Approach for the All-Tme Demand Predcton of New Automotve Spare Parts Danel Steuer Karlsruhe Insttute of Technology

More information

WISE 2004 Extended Abstract

WISE 2004 Extended Abstract WISE 2004 Extended Abstract Does the Internet Complement Other Marketng Channels? Evdence from a Large Scale Feld Experment Erc Anderson Kellogg School of Management, Northwestern Unversty Erk Brynjolfsson

More information

Production Scheduling for Parallel Machines Using Genetic Algorithms

Production Scheduling for Parallel Machines Using Genetic Algorithms Producton Schedulng for Parallel Machnes Usng Genetc Algorthms Chchang Jou 1), Hsn-Chang Huang 2) 1) Tamkang Unversty, Department of Informaton Management (cjou@mal.m.tku.edut.tw) 2) Tamkang Unversty,

More information

Optimal Issuing Policies for Substitutable Fresh Agricultural Products under Equal Ordering Policy

Optimal Issuing Policies for Substitutable Fresh Agricultural Products under Equal Ordering Policy 06 Internatonal Academc Conference on Human Socety and Culture (HSC 06) ISBN: 978--60595-38-6 Optmal Issung Polces for Substtutable Fresh Agrcultural Products under Eual Orderng Polcy Qao- TENG,a, and

More information

Optimum Generation Scheduling for Thermal Power Plants using Artificial Neural Network

Optimum Generation Scheduling for Thermal Power Plants using Artificial Neural Network Internatonal Journal of Electrcal and Computer Engneerng (IJECE) Vol., o., ecember 0, pp. 35~39 ISS: 088-8708 35 Optmum Generaton Schedulng for Thermal ower lants usng Artfcal eural etwork M. S. agaraja

More information

CCDEA: Consumer and Cloud DEA Based Trust Assessment Model for the Adoption of Cloud Services

CCDEA: Consumer and Cloud DEA Based Trust Assessment Model for the Adoption of Cloud Services BULGAIAN ACADEMY OF SCIENCES CYBENETICS AND INFOMATION TECHNOLOGIES Volume 16, No 3 Sofa 2016 Prnt ISSN: 1311-9702; Onlne ISSN: 1314-4081 DOI: 10.1515/cat-2016-0034 CCDEA: Consumer and Cloud DEA Based

More information

An Analytical Model for Atmospheric Distribution. and Transport of Pollutants from Area Source

An Analytical Model for Atmospheric Distribution. and Transport of Pollutants from Area Source nt. J. Contemp. Math. Scences, Vol. 6, 0, no. 6, 97-30 An Analytcal Model for Atmospherc Dstrbuton and Transport of Pollutants from Area Source D.V.S. Kushwah, V. S. Dhakad and 3 Vandana Kushwah Department

More information

Research on Clustering Method for Government Micro-blogging User Segments Based on User Interaction Behavior Suozhu Wang1, a, Jun Wang2, b

Research on Clustering Method for Government Micro-blogging User Segments Based on User Interaction Behavior Suozhu Wang1, a, Jun Wang2, b 6th Internatonal Conference on Measurement, Instrumentaton and Automaton (ICMIA 017) Research on Clusterng Method for Government Mcro-bloggng User Segments Based on User Interacton Behavor Suozhu Wang1,

More information

Steady State Load Shedding to Prevent Blackout in the Power System using Artificial Bee Colony Algorithm

Steady State Load Shedding to Prevent Blackout in the Power System using Artificial Bee Colony Algorithm Jurnal Teknolog Full paper Steady State Load Sheddng to Prevent Blackout n the Power System usng Artfcal Bee Colony Algorthm R. Mageshvaran a*, T. Jayabarath b a School of Electrcal Engneerng. VIT Unversty.

More information

Using Fuzzy Cognitive Maps for E-Commerce Strategic Planning

Using Fuzzy Cognitive Maps for E-Commerce Strategic Planning Usng Fuzzy Cogntve Maps for Commerce Strategc Plannng Athanasos K. Tsadras Department of Appled Informatcs, Unversty of Macedona, 54006 Thessalonk, Greece Emal: tsadras@uom.gr Abstract. In ths paper we

More information

EFFECT OF VOLUME ON THE MECHANICAL PROPERTIES OF NICKEL NANOWIRE

EFFECT OF VOLUME ON THE MECHANICAL PROPERTIES OF NICKEL NANOWIRE Materals Physcs and Mechancs 18 (2013) 53-62 Receved: October 6, 2013 EFFECT OF VOLUME ON THE MECHANICAL PROPERTIES OF NICKEL NANOWIRE M.M. Ash 1,2*, M.D. Starostenkov 2 1 Physcs department, Faculty of

More information

RECEIVING WATER HYDRAULICS ASSIGNMENT 2

RECEIVING WATER HYDRAULICS ASSIGNMENT 2 RECEIVING WATER HYDRAULICS ASSIGNMENT 2 Desgn of wastewater dscharge from the cty of Göteborg. Example of a dffuser n a stratfed coastal sea Example of retenton tme calculatons Ths assgnment conssts of

More information

2013 IEEE 7th International Conference on Self-Adaptation and Self-Organizing Systems Workshops. {xy336699,

2013 IEEE 7th International Conference on Self-Adaptation and Self-Organizing Systems Workshops. {xy336699, 2013 IEEE 7th Internatonal Conference on Self-Adaptaton and Self-Organzng Systems Workshops Self-adaptve, Deadlne-aware Resource Control n Cloud Computng Yu Xang 1, Bharath Balasubramanan 2, Mchael Wang

More information