Application of PSO with Different Typical Neighbor Structure to Complex Job Shop Scheduling Problem

Size: px
Start display at page:

Download "Application of PSO with Different Typical Neighbor Structure to Complex Job Shop Scheduling Problem"

Transcription

1 Appl. Math. If. Sci. 7, No. 2L, (2013) 499 Applied Mathematics & Iformatio Scieces A Iteratioal Joural Applicatio of PSO with Differet Typical Neighbor Structure to Complex Job Shop Schedulig Problem Fuqig Zhao 1,2, Jiaxi Tag 1, Jizhe Wag 1, Jubiao Wag 2 ad Jorialdi 3 1 School of Computer ad Commuicatio, Lazhou Uiversity of Techology, Gasu,Chia 2 Key Laboratory of Cotemporary Desig & Itegrated Maufacturig Techology,Miistry of Educatio, Northwester Polytechical Uiversity, Shaxi, Chia 3 School of Egieerig, Computer Sciece ad mathematics,uiversity of Exeter,EX4 4QF,Uited Kigdom Received: 10 Oct. 2012, Revised: 22 Ja. 2013, Accepted: 25 Ja Published olie: 1 Ju Abstract: Job shop schedulig is to schedule a set of jobs o a set of machies, which is subject to the costrait that each machie ca process at most oe job at a give time ad the fact that each job has a specified processig order through the machies. It is ot oly a NP-hard problems, it also has the well-eared reputatio of beig oe of the strog combiatorial problems i maufacturig systems. I this paper, the job-shop schedulig problem (JSSP), with the optimizatio goal of the schedulig problem is miimum of total process time C max, was modeled. A improved particle swarm optimizatio with acceleratio factor (AFPSO) is proposed to improve the ability of particles to explore the global ad local optimizatio solutios, ad to reduce the probability of beig trapped ito the local optima. The eighbor structure of differet particle cadidate was studied to improve the iformatio exchage speed i optimizig process. Simulatio results show that the proposed model ad algorithm are effective to task evaluatio ad implemetatio. Keywords: Job Shop Schedulig Problem, Particle Swarm Optimizatio, Topology Structure 1 Itroductio Job shop schedulig [1,2] is to schedule a set of jobs o a set of machies, which is subject to the costrait that each machie ca process at most oe job at a give time ad the fact that each job has a specified processig order through the machies. It is ot oly a NP-hard problems, it also has the well-eared reputatio of beig oe of the strog combiatorial problems i maufacturig systems. I the previously study, JSSP has bee primarily treated by mathematics methods [3], brach ad boud methods [4] ad heuristics based o priority rules [5]. Over the past two decades, meta-heuristics have gaied wide research attetio, icludig such topics as simulated aealig (SA) [6], tabu search [7], geetic algorithm (GA) [8], particle swarm optimizatio(pso) [9], ad scatter search(ss) [10]. Owig to the good performace of covergece speed i cotiuous ad discrete problems, PSO has bee adopted as a optimizatio method for JSSP for decades. By modifyig the particle positio represetatio, particle movemet, ad particle velocity, Sha [11] costructed a particle swarm optimizatio (PSO) for a elaborate multi-objective job-shop schedulig problem. A Geeral PSO (GPSO) model, which utilized differet typical topology, is adopted by particles to exchage iformatio ad search radomly i cadidate space. Optimizatio of the JSP, with a search space divisio scheme ad the meta-heuristic method of PSO, by assigig each machie i a JSP with a idepedet swarm of particles, was obtaied by multiple idepedet particle swarms [12]. Ivers et al. examies the optimizatio of the Job Shop Schedulig Problem (JSP) by a search space divisio scheme ad use of the meta-heuristic method of Particle Swarm Optimizatio (PSO) to solve it [13]. Besides the velocity represetatio ad the guide equatios used by the simple PSO, eight extesios focused o the relatioship betwee the particles ad the ijectio of kowledge of the problem was developed to JSP [14]. May studies have bee cosequetly carried out to prevet premature covergece ad to balace the exploratio ad exploitatio abilities [15]. Correspodig author fzhao2000@hotmail.com Natural Scieces Publishig Cor.

2 500 FQ. Zhao, JX. Tag, JZ Wag: Applicatio of PSO with Differet Structure to Job Shop Schedulig Problem 2 Job Shop Schedulig Problem There are m distict machies to process jobs that have their specific processig routies. Each job s operatio has its precedece ad takes up a determiistic time period at a specific machie. At oe time, there is oly oe operatio at a machie ad the job does ot leave this machie util the operatio is completed. Schedulig model is the correspodig evolutio process to the iitial schedulig model, so the iitial problem modelig is as follows. mimax{c is i I} s.t.: s i j+1 s i j+1 + p i j,i I,J {1,...,s 1} (1) (m i1 j m i2 j) (s i1 j c i1 j s i2 j c i2 j) (2) s i1 0,s i j i 1,i 2 I,i 1 i 2, j J (3) c i j = s i j + p i j,i I, j J (4) j 1 k=1 p ik,i I, j {2,...,s} (5) m i j R j = {r jl,...,r jl j J},i I (6) Where, i is the workpiece umber ad i I, I = {1, 2,, s}, j is the level umber ad j J,J = {1,2,,s}, r jl is the machie umber, s i j is the start time of iitial schedulig, m i j is the start machie, p i j is the processig time of the workpiece. dyamic evolutioary equatios ca be simply described as follows: v(t + 1) = ωv(t) + c 1 r 1 (p i (t) x(t)) + c 2 r 2 (p g (t) x(t)) + lr 3 x(t + 1) = x(t) + v(t + 1) (8) The typical particle topology structure of eighbor domai of particle cadidate i PSO has followig performace. Star structure: every particle has direct coectio with other members. I this structure, the iformatio exchage rate betwee particles is very fast, so the covergece speed is fast as well. However, it has the property of the tedecy to trap ito local optimizatio i the later evolutios. The topology structure of star structure is show as Figure 1(a). Rig structure: all cadidates form a rig structure. Each cadidate iteracts with the eighbor cadidate directly to guaratee diversity of the populatio. The iformatio trasfer is slower tha that of other structures. The topology structure of rig structure is show as Figure 1(b). Rotate structure: each eighbor domai is ot formed by 3 cadidates. It is formed by a rotate structure with oe i ceter ad the rest coected with the oe i ceter. The topology structure of rotate structure is show as Figure 1(c). Vo Neuma structure: each cadidate directly coect with the four cadidate circled with it to form a et structure. The topology structure of rotate structure is show as Figure 1(d). 3 The Improved PSO with a Acceleratio Factor ad Its Performace with Differet Topology Structure I this paper, a improved PSO algorithm, based o stadard PSO algorithm, improves the velocity updatig formula by addig a acceleratio factor. The modified algorithm ca be described as follows: v t+1 id = ωv t id + c 1r 1 (p id x t id ) + c 2r 2 (p gd x t id ) + lr 3 x t+1 id = x t id + vt+1 id (7) Where, l = d 1 (x d 2 ), which is a liear declie fuctio cotrolled by parameters d 1 ad d 2. The variable r 3 is a radom positive umber, drawig from the uiform distributio [0,1]. The mathematical model of the Fig. 1 The eighbor structure of cadidate The followig 5 test fuctios were selected as the test case to the PSO algorithm. I the experimet setup, the Natural Scieces Publishig Cor.

3 Appl. Math. If. Sci. 7, No. 2L, (2013) / populatio size, dimesio ad iteratio umber are set 20, 30 ad 1000, respectively. f 1 (X) = f 2 (X) = f 3 (X) = [x 2 i 10cos(2πx i ) + 10], 10 < x i < 10 x 2 i cos( x i i ) + 1, 600 < x i < 600 [100(x 2 i+1 x i ) 2 + (1 x i ) 2 ], 100 < x i < 100 f 4 (X) = f 5 (X) = ( i j=1 x 2 i, 100 < x i < 100 x 2 i ), 100 < x i < 100 Table 1 The Optimizatio Result Test Topology Mea value Variace Time 4*f1 Star Rig Rotate Vo Neuma *f2 Star Rig Rotate Vo Neuma *f3 Star Rig Rotate Vo Neuma *f4 Star Rig Rotate Vo Neuma *f5 Star Rig Rotate Vo Neuma From the Table 1, f1 fuctio has best optimizatio effect usig star topology, but has best stability with star topology. It eeds loger ruig time tha that of obtaied by other topology because of the eighbor structure. For fuctio f2, the optimizatio performace ad stability was obtaied uder vo Neuma structure. For fuctio f3, the best optimizatio was got by star structure. Uder star structure, rotate structure ad vo Neuma structure, f3 ca obtai good performace as well. So the eighbor structure has importat ifluece to optimizatio performace. The optimizatio result ad covergece curves of f1 ad f2 are show as Figure 2 (a), (b). Fig. 2 Covergece curves 4 Numerical Test ad Comparisos To test the performace of the proposed AFPSO, a computatioal simulatio is carried out with some well studied bechmarks. For the problems used as test case, two regular criteria, the makespa Cmax(s) ad the maximum tardiess T max(s),are used as criteria. We set the two objectives as follows (s is the job solutio): Miimize f 1 (s) = Cmax(s) f 2 (s) = T max(s) The performaces used i the parameters tuig are Best, Mea, Mi, ad Best rate, where the Best, Mea ad Mi stad for the best oe, the mea oe ad the miimum aspects of the objective values achieved i 100 rus. The Best rate is the rate to reach the best value. The algorithm was ru 100 times with differet radom seeds for each parameter settig to test the radom effect o the solutio. From the results show i Table 2, we ca see that all the test cases obtaied the best value. I order to testify the effective ad efficiecy of AFPSO, the results reported i Xia ad Wu [16], Sha ad Hsu [17] were compared with the results obtaied uder AFPSO, as show i Table 2. Natural Scieces Publishig Cor.

4 502 FQ. Zhao, JX. Tag, JZ Wag: Applicatio of PSO with Differet Structure to Job Shop Schedulig Problem Table 2 Result by usig AFPSO 2*Test 2*xm 2*C* AFPSO Best Mea Mi Time FT06 6x FT10 10x FT20 20x LA01 10x LA06 15x LA11 20x LA16 10x LA21 15x LA26 20x LA31 30x LA36 15x Coclusios A modified PSO with a acceleratio factor based o basic particle swarm optimizatio was preseted i this paper. The modified algorithm effectively improved the deficiecies of the proe to local optimizatio solutio ad slow covergece by addig a acceleratio factor to the velocity updatig formula of the evolutioary computig algorithm. Theoretical aalysis, which is based o stochastic processes, proves that the trajectory of particle is a Markov processes ad AFPSO algorithm coverges to the global optimal solutio with mea square merit. Experimetal simulatios show that the AFPSO algorithm has better performace o the covergece, ad achieves better solutios i shorter time for typical bechmark fuctios tha the stadard PSO. Ackowledgemet This work is fiacially supported by the Natioal Natural Sciece Foudatio of Chia uder Grat No ad Ad it was also supported by Chia Postdoctoral Sciece Foudatio, Sciece Foudatio for The Excellet Youth Scholars of Lazhou Uiversity of Techology, ad Educatioal Commissio of Gasu Provice of Chia uder Grat No , 1014ZCX017 ad 1014ZTC090, respectively. Refereces [1] HC Cheg, TC Chiag, LC Fu. A two-stage hybrid memetic algorithm for multiobjective job shop schedulig, Expert Systems with Applicatios (2011). [2] R. Tavakkoli-Moghaddam, M. Azarkish, A. Sadeghejad- Barkousaraie. A ew hybrid multi-objective Pareto archive PSO algorithm for a bi-objective job shop schedulig problem, Expert Systems with Applicatios (2011). [3] L. F. Gelders. Sequecig ad schedulig - a itroductio to the mathematics of the job-shop, Europea Joural of Operatioal Research textbf (1982). [4] R. Bouabda, B. Jarboui, M. Eddaly, A. Rebai. A brach ad boud ehaced geetic algorithm for schedulig a flowlie maufacturig cell with sequece depedet family setup times, Computers & Operatios Research (2011). [5] A. Allahverdi, H. Aydilek. Heuristics for the twomachie flowshop schedulig problem to miimise makespa with bouded processig times, Iteratioal Joural of Productio Research (2009). [6] A. Elmi, M. Solimapur, S. Topaloglu. A simulated aealig algorithm for the job shop cell schedulig problem with itercellular moves ad reetrat parts, Computers & Idustrial Egieerig (2011). [7] JQ Li, QK Pa, YC Liag. A effective hybrid tabu search algorithm for multi-objective flexible job-shop schedulig problems, Computers & Idustrial Egieerig (2010). [8] V. Kachitvichyaukul, S. Sitthitham. A two-stage geetic algorithm for multi-objective job shop schedulig problems, Joural of Itelliget Maufacturig (2011). [9] ZG Lia. A Local ad Global Search Combie Particle Swarm Optimizatio Algorithm for Job-Shop Schedulig to Miimize Makespa, Discrete Dyamics i Nature ad Society (2010). [10] M. M. Nasiri, F. Kiafar. A hybrid scatter search for the partial job shop schedulig problem, Iteratioal Joural of Advaced Maufacturig Techology (2011). [11] D. Y. Sha, L. Hsig-Hug. A multi-objective PSO for jobshop schedulig problems, Expert Systems with Applicatios (2010). [12] B Liu, L Wag, YH Ji. A effective hybrid PSO-based algorithm for flow shop schedulig with limited buffers, Computers & Operatios Research (2008). [13] B. Ivers, G. G. Ye. Job Shop Optimizatio through multiple idepedet particle swarms, 2007 IEEE Cogress o Evolutioary Computatio (2007). [14] K. Bulbul. A hybrid shiftig bottleeck-tabu search heuristic for the job shop total weighted tardiess problem, Computers & Operatios Research (2011). [15] HW Ge, L Su, YC Liag, F Qia. A effective PSO ad AIS-based hybrid itelliget algorithm for job-shop schedulig, IEEE Trasactios o Systems, Ma, ad Cyberetics-Part A (Systems & Humas) (2008). [16] WJ Xia, ZM Wu. A hybrid particle swarm optimizatio approach for the job-shop schedulig problem, Iteratioal Joural of Advaced Maufacturig Techology (2006). [17] DY Sha, CY Hsu. A hybrid particle swarm optimizatio for job shop schedulig problem, Computers ad Idustrial Egieerig (2006). Fuqig Zhao, bor i 1977, Ph.D of Lazhou Uiversity of Techology. His research iterests iclude theory ad applicatio of patter recogitio, computatioal itelligece ad its applicatio. Correspodig author of this paper. Natural Scieces Publishig Cor.

5 Appl. Math. If. Sci. 7, No. 2L, (2013) / Jiaxi Tag, bor i 1985, graduate studet of Lazhou Uiversity of Techology. His research iterest is the theory ad applicatio of patter recogitio ad artificial itelligece. Jizhe Wag, bor i 1986, graduate studet of Lazhou Uiversity of Techology. His research iterest is the theory ad applicatio of patter recogitio ad artificial itelligece. Jubiao Wag, bor i 1968, professor of Northwester Polytechical Uiversity. His research iterest icluded itegrated maufacturig techology ad artificial itelligece. Jorialdi, bor i 1977, professor of Uiversity of Exeter. His research iterest icluded the swarm itelligece ad itegrated maufacturig techology. Natural Scieces Publishig Cor.

Research Article Single-Machine Group Scheduling Problems with Deterioration to Minimize the Sum of Completion Times

Research Article Single-Machine Group Scheduling Problems with Deterioration to Minimize the Sum of Completion Times Hidawi Publishig Corporatio Mathematical Problems i Egieerig Volume 2012, Article ID 275239, 9 pages doi:101155/2012/275239 Research Article Sigle-Machie Group Schedulig Problems with Deterioratio to Miimize

More information

Research Article A Unified Weight Formula for Calculating the Sample Variance from Weighted Successive Differences

Research Article A Unified Weight Formula for Calculating the Sample Variance from Weighted Successive Differences Discrete Dyamics i Nature ad Society Article ID 210761 4 pages http://dxdoiorg/101155/2014/210761 Research Article A Uified Weight Formula for Calculatig the Sample Variace from Weighted Successive Differeces

More information

FLOWSHOP SCHEDULING USING A NETWORK APPROACH

FLOWSHOP SCHEDULING USING A NETWORK APPROACH ,*, A. M. H. Oladeide 1,*, A. I. Momodu 2 ad C. A. Oladeide 3 1, 2, 3DEPARTMENT OF PRODUCTION ENGINEERING, FACULTY OF ENGINEERING, UNIVERSITY OF BENIN, NIGERIA. E-mail addresses: 1 moladeide@uibe.edu,

More information

Study on Coal Consumption Curve Fitting of the Thermal Power Based on Genetic Algorithm

Study on Coal Consumption Curve Fitting of the Thermal Power Based on Genetic Algorithm Joural of ad Eergy Egieerig, 05, 3, 43-437 Published Olie April 05 i SciRes. http://www.scirp.org/joural/jpee http://dx.doi.org/0.436/jpee.05.34058 Study o Coal Cosumptio Curve Fittig of the Thermal Based

More information

Interval Intuitionistic Trapezoidal Fuzzy Prioritized Aggregating Operators and their Application to Multiple Attribute Decision Making

Interval Intuitionistic Trapezoidal Fuzzy Prioritized Aggregating Operators and their Application to Multiple Attribute Decision Making Iterval Ituitioistic Trapezoidal Fuzzy Prioritized Aggregatig Operators ad their Applicatio to Multiple Attribute Decisio Makig Xia-Pig Jiag Chogqig Uiversity of Arts ad Scieces Chia cqmaagemet@163.com

More information

Reliability model of organization management chain of South-to-North Water Diversion Project during construction period

Reliability model of organization management chain of South-to-North Water Diversion Project during construction period Water Sciece ad Egieerig, Dec. 2008, Vol. 1, No. 4, 107-113 ISSN 1674-2370, http://kkb.hhu.edu.c, e-mail: wse@hhu.edu.c Reliability model of orgaizatio maagemet chai of South-to-North Water Diversio Project

More information

Intermittent demand forecasting by using Neural Network with simulated data

Intermittent demand forecasting by using Neural Network with simulated data Proceedigs of the 011 Iteratioal Coferece o Idustrial Egieerig ad Operatios Maagemet Kuala Lumpur, Malaysia, Jauary 4, 011 Itermittet demad forecastig by usig Neural Network with simulated data Nguye Khoa

More information

International Journal of Industrial Engineering Computations

International Journal of Industrial Engineering Computations Iteratioal Joural of Idustrial Egieerig Computatios (2) Cotets lists available at GrowigSciece Iteratioal Joural of Idustrial Egieerig Computatios homepage: www.growigsciece.com/ijiec A discrete firefly

More information

A new iterative algorithm for reconstructing a signal from its dyadic wavelet transform modulus maxima

A new iterative algorithm for reconstructing a signal from its dyadic wavelet transform modulus maxima ol 46 No 6 SCIENCE IN CHINA (Series F) December 3 A ew iterative algorithm for recostructig a sigal from its dyadic wavelet trasform modulus maxima ZHANG Zhuosheg ( u ), LIU Guizhog ( q) & LIU Feg ( )

More information

Presenting A Framework To Study Linkages Among Tqm Practices, Supply Chain Management Practices, And Performance Using Dematel Technique

Presenting A Framework To Study Linkages Among Tqm Practices, Supply Chain Management Practices, And Performance Using Dematel Technique Australia Joural of Basic ad Applied Scieces, 5(9): 885-890, 20 ISSN 99-878 Presetig A Framework To Study Likages Amog Tqm Practices, Supply Chai Maagemet Practices, Ad Performace Usig Dematel Techique

More information

Electricity consumption forecasting method based on MPSO-BP neural network model Youshan Zhang 1, 2,a, Liangdong Guo2, b,qi Li 3, c and Junhui Li2, d

Electricity consumption forecasting method based on MPSO-BP neural network model Youshan Zhang 1, 2,a, Liangdong Guo2, b,qi Li 3, c and Junhui Li2, d 4th Iteratioal Coferece o Electrical & Electroics Egieerig ad Computer Sciece (ICEEECS 2016) Electricity cosumptio forecastig method based o eural etwork model Yousha Zhag 1, 2,a, Liagdog Guo2, b,qi Li

More information

Robust Resource Allocation in Parallel and Distributed Computing Systems (tentative)

Robust Resource Allocation in Parallel and Distributed Computing Systems (tentative) Robust Resource Allocatio i Parallel ad Distributed Computig Systems (tetative) Ph.D. cadidate V. Shestak Colorado State Uiversity Electrical ad Computer Egieerig Departmet Fort Collis, Colorado, USA shestak@colostate.edu

More information

The multi capacitated clustering problem

The multi capacitated clustering problem The multi capacitated clusterig problem Bruo de Aayde Prata 1 Federal Uiversity of Ceará, Brazil Abstract Clusterig problems are combiatorial optimizatio problems wi several idustrial applicatios. The

More information

Roaming Behavior of Unconstrained Particles

Roaming Behavior of Unconstrained Particles 23 BRICS Cogress o st Computatioal BRICS Coutries Itelligece Cogress & o th Computatioal Brazilia Cogress Itelligece o Computatioal Itelligece Roamig Behavior of Ucostraied Particles AP Egelbrecht Departmet

More information

A Model for Scheduling Deteriorating Jobs with Rate-Modifying-Activities on a Single Machine

A Model for Scheduling Deteriorating Jobs with Rate-Modifying-Activities on a Single Machine A Model for Schedulig Deterioratig Jobs with Rate-Modifyig-Activities o a Sigle Machie Yucel Ozturkoglu 1, Robert L. Bulfi 2, Emmett Lodree 3 1.2.3 Dept. of Idustrial ad Systems Egieerig, Aubur Uiversity,

More information

Particle Swarm Optimization Algorithm for the Shortest Confidence Interval Problem

Particle Swarm Optimization Algorithm for the Shortest Confidence Interval Problem JOURNAL OF COMPUTER, VOL. 7, NO. 8, AUGUT 0 809 Particle warm Optimizatio Algorithm for the hortest Cofece Iterval Problem hag Gao ad Zaiyue Zhag chool of Computer ciece ad Egieerig, Jiagsu Uiversity of

More information

Research Article A Novel Artificial Bee Colony Algorithm for Function Optimization

Research Article A Novel Artificial Bee Colony Algorithm for Function Optimization Mathematical Problems i Egieerig Volume 2015, Article ID 129271, 10 pages http://dx.doi.org/10.1155/2015/129271 Research Article A Novel Artificial Bee Coloy Algorithm for Fuctio Optimizatio Sog Zhag ad

More information

R. van Zyl 1, A.J. van der Merwe 2. Quintiles International, University of the Free State

R. van Zyl 1, A.J. van der Merwe 2. Quintiles International, University of the Free State Bayesia Cotrol Charts for the Two-parameter Expoetial Distributio if the Locatio Parameter Ca Take o Ay Value Betwee Mius Iity ad Plus Iity R. va Zyl, A.J. va der Merwe 2 Quitiles Iteratioal, ruaavz@gmail.com

More information

IJSER 1 INTRODUCTION. limitations with a large number of jobs and when the number of machines are more than two.

IJSER 1 INTRODUCTION. limitations with a large number of jobs and when the number of machines are more than two. Iteratioal Joural of Scietific & Egieerig Research, Volume 7, Issue, March-206 5 ISSN 2229-558 Schedulig to Miimize Maespa o Idetical Parallel Machies Yousef Germa*, Ibrahim Badi*, Ahmed Bair*, Ali Shetwa**

More information

AN EXACT AND META-HEURISTIC APPROACH FOR TWO-AGENT SINGLE-MACHINE SCHEDULING PROBLEM

AN EXACT AND META-HEURISTIC APPROACH FOR TWO-AGENT SINGLE-MACHINE SCHEDULING PROBLEM Joural of Marie Sciece ad Techology, Vol. 2, No. 2, pp. 25-22 (203) 25 DOI: 0.69/JMST-03-028- AN EXACT AND META-HEURISTIC APPROACH FOR TWO-AGENT SINGLE-MACHINE SCHEDULING PROBLEM We-Hug Wu Key words: schedulig,

More information

Mutation: A New Operator in Gravitational Search Algorithm Using Fuzzy Controller

Mutation: A New Operator in Gravitational Search Algorithm Using Fuzzy Controller BULGARIAN ACADEMY OF SCIENCES CYBERNETICS AND INFORMATION TECHNOLOGIES Volume 17, No 1 Sofia 2017 Prit ISSN: 1311-9702; Olie ISSN: 1314-4081 DOI: 10.1515/cait-2017-0006 Mutatio: A New Operator i Gravitatioal

More information

An Improved Ant Colony Algorithm for Continuous Optimization Based on Levy Flight

An Improved Ant Colony Algorithm for Continuous Optimization Based on Levy Flight 487 A publicatio of CHEMICAL ENGINEERING TRANSACTIONS VOL. 51, 2016 Guest Editors: Tichu Wag, Hogyag Zhag, Lei Tia Copyright 2016, AIDIC Servizi S.r.l., ISBN 978-88-95608-43-3; ISSN 2283-9216 The Italia

More information

Four-dimensional Vector Matrix Determinant and Inverse

Four-dimensional Vector Matrix Determinant and Inverse I.J. Egieerig ad Maufacturig 013 30-37 Published Olie Jue 01 i MECS (http://www.mecs-press.et) DOI: 10.5815/iem.01.03.05 vailable olie at http://www.mecs-press.et/iem Four-dimesioal Vector Matrix Determiat

More information

Stochastic Simulation

Stochastic Simulation Stochastic Simulatio 1 Itroductio Readig Assigmet: Read Chapter 1 of text. We shall itroduce may of the key issues to be discussed i this course via a couple of model problems. Model Problem 1 (Jackso

More information

Chapter 2 The Monte Carlo Method

Chapter 2 The Monte Carlo Method Chapter 2 The Mote Carlo Method The Mote Carlo Method stads for a broad class of computatioal algorithms that rely o radom sampligs. It is ofte used i physical ad mathematical problems ad is most useful

More information

PARETO-OPTIMAL SOLUTION OF A SCHEDULING PROBLEM ON A SINGLE MACHINE WITH PERIODIC MAINTENANCE AND NON-PRE-EMPTIVE JOBS

PARETO-OPTIMAL SOLUTION OF A SCHEDULING PROBLEM ON A SINGLE MACHINE WITH PERIODIC MAINTENANCE AND NON-PRE-EMPTIVE JOBS Proceedigs of the Iteratioal Coferece o Mechaical Egieerig 2007 (ICME2007) 2-3 December 2007, Dhaka, Bagladesh ICME07-AM-6 PARETO-OPTIMAL SOLUTION OF A SCHEDULING PROBLEM ON A SINGLE MACHINE WITH PERIODIC

More information

A collocation method for singular integral equations with cosecant kernel via Semi-trigonometric interpolation

A collocation method for singular integral equations with cosecant kernel via Semi-trigonometric interpolation Iteratioal Joural of Mathematics Research. ISSN 0976-5840 Volume 9 Number 1 (017) pp. 45-51 Iteratioal Research Publicatio House http://www.irphouse.com A collocatio method for sigular itegral equatios

More information

Minimizing Multiple Objective Function for Scheduling Machine. Problems

Minimizing Multiple Objective Function for Scheduling Machine. Problems Miimizig Multiple Objective Fuctio for Schedulig Machie Problems Dr. Saad Talib Hasso (Prof.) Deputy dea, Al-Musaib Egieerig College Uiversity of Babylo, Iraq. Shahbaa Mohammed Yousif Math. Dept, College

More information

On comparison of different approaches to the stability radius calculation. Olga Karelkina

On comparison of different approaches to the stability radius calculation. Olga Karelkina O compariso of differet approaches to the stability radius calculatio Olga Karelkia Uiversity of Turku 2011 Outlie Prelimiaries Problem statemet Exact method for calculatio stability radius proposed by

More information

A New Multivariate Markov Chain Model with Applications to Sales Demand Forecasting

A New Multivariate Markov Chain Model with Applications to Sales Demand Forecasting Iteratioal Coferece o Idustrial Egieerig ad Systems Maagemet IESM 2007 May 30 - Jue 2 BEIJING - CHINA A New Multivariate Markov Chai Model with Applicatios to Sales Demad Forecastig Wai-Ki CHING a, Li-Mi

More information

THE DATA-BASED CHOICE OF BANDWIDTH FOR KERNEL QUANTILE ESTIMATOR OF VAR

THE DATA-BASED CHOICE OF BANDWIDTH FOR KERNEL QUANTILE ESTIMATOR OF VAR Iteratioal Joural of Iovative Maagemet, Iformatio & Productio ISME Iteratioal c2013 ISSN 2185-5439 Volume 4, Number 1, Jue 2013 PP. 17-24 THE DATA-BASED CHOICE OF BANDWIDTH FOR KERNEL QUANTILE ESTIMATOR

More information

J. Stat. Appl. Pro. Lett. 2, No. 1, (2015) 15

J. Stat. Appl. Pro. Lett. 2, No. 1, (2015) 15 J. Stat. Appl. Pro. Lett. 2, No. 1, 15-22 2015 15 Joural of Statistics Applicatios & Probability Letters A Iteratioal Joural http://dx.doi.org/10.12785/jsapl/020102 Martigale Method for Rui Probabilityi

More information

Gamma Distribution and Gamma Approximation

Gamma Distribution and Gamma Approximation Gamma Distributio ad Gamma Approimatio Xiaomig Zeg a Fuhua (Frak Cheg b a Xiame Uiversity, Xiame 365, Chia mzeg@jigia.mu.edu.c b Uiversity of Ketucky, Leigto, Ketucky 456-46, USA cheg@cs.uky.edu Abstract

More information

A Fuzzy Multi-objective Linear Programming Approach for Solving a New Multi-objective Job shop Scheduling with Sequence-dependent Setup Times

A Fuzzy Multi-objective Linear Programming Approach for Solving a New Multi-objective Job shop Scheduling with Sequence-dependent Setup Times Iraia Joural of Operatios Research Vol. 6, No., 05, pp. 0-4 A Fuzzy Multi-obective Liear Programmig Approach for Solvig a Ne Multi-obective Job shop Schedulig ith Sequece-depedet Setup Times M.B. Fakhrzad,

More information

Research on real time compensation of thermal errors of CNC lathe based on linear regression theory Qiu Yongliang

Research on real time compensation of thermal errors of CNC lathe based on linear regression theory Qiu Yongliang d Iteratioal Coferece o Machiery, Materials Egieerig, Chemical Egieerig ad Biotechology (MMECEB 015) Research o real time compesatio of thermal errors of CNC lathe based o liear regressio theory Qiu Yogliag

More information

1 Duality revisited. AM 221: Advanced Optimization Spring 2016

1 Duality revisited. AM 221: Advanced Optimization Spring 2016 AM 22: Advaced Optimizatio Sprig 206 Prof. Yaro Siger Sectio 7 Wedesday, Mar. 9th Duality revisited I this sectio, we will give a slightly differet perspective o duality. optimizatio program: f(x) x R

More information

Excellent Performances of The Third-level Disturbed Chaos in The Cryptography Algorithm and The Spread Spectrum Communication

Excellent Performances of The Third-level Disturbed Chaos in The Cryptography Algorithm and The Spread Spectrum Communication Joural of Iformatio Hidig ad Multimedia Sigal Processig c 26 ISSN 273-422 Ubiquitous Iteratioal Volume 7, Number 4, July 26 Excellet Performaces of The Third-level Disturbed Chaos i The Cryptography Algorithm

More information

Vector Quantization: a Limiting Case of EM

Vector Quantization: a Limiting Case of EM . Itroductio & defiitios Assume that you are give a data set X = { x j }, j { 2,,, }, of d -dimesioal vectors. The vector quatizatio (VQ) problem requires that we fid a set of prototype vectors Z = { z

More information

OPTIMAL PIECEWISE UNIFORM VECTOR QUANTIZATION OF THE MEMORYLESS LAPLACIAN SOURCE

OPTIMAL PIECEWISE UNIFORM VECTOR QUANTIZATION OF THE MEMORYLESS LAPLACIAN SOURCE Joural of ELECTRICAL EGIEERIG, VOL. 56, O. 7-8, 2005, 200 204 OPTIMAL PIECEWISE UIFORM VECTOR QUATIZATIO OF THE MEMORYLESS LAPLACIA SOURCE Zora H. Perić Veljo Lj. Staović Alesadra Z. Jovaović Srdja M.

More information

Fastest mixing Markov chain on a path

Fastest mixing Markov chain on a path Fastest mixig Markov chai o a path Stephe Boyd Persi Diacois Ju Su Li Xiao Revised July 2004 Abstract We ider the problem of assigig trasitio probabilities to the edges of a path, so the resultig Markov

More information

Short Term Load Forecasting Using Artificial Neural Network And Imperialist Competitive Algorithm

Short Term Load Forecasting Using Artificial Neural Network And Imperialist Competitive Algorithm Short Term Load Forecastig Usig Artificial eural etwork Ad Imperialist Competitive Algorithm Mostafa Salamat, Mostafa_salamat63@yahoo.com Javad Mousavi, jmousavi.sh1365@gmail.com Seyed Hamid Shah Alami,

More information

CS537. Numerical Analysis and Computing

CS537. Numerical Analysis and Computing CS57 Numerical Aalysis ad Computig Lecture Locatig Roots o Equatios Proessor Ju Zhag Departmet o Computer Sciece Uiversity o Ketucky Leigto KY 456-6 Jauary 9 9 What is the Root May physical system ca be

More information

The DOA Estimation of Multiple Signals based on Weighting MUSIC Algorithm

The DOA Estimation of Multiple Signals based on Weighting MUSIC Algorithm , pp.10-106 http://dx.doi.org/10.1457/astl.016.137.19 The DOA Estimatio of ultiple Sigals based o Weightig USIC Algorithm Chagga Shu a, Yumi Liu State Key Laboratory of IPOC, Beijig Uiversity of Posts

More information

The Mathematical Model and the Simulation Modelling Algoritm of the Multitiered Mechanical System

The Mathematical Model and the Simulation Modelling Algoritm of the Multitiered Mechanical System The Mathematical Model ad the Simulatio Modellig Algoritm of the Multitiered Mechaical System Demi Aatoliy, Kovalev Iva Dept. of Optical Digital Systems ad Techologies, The St. Petersburg Natioal Research

More information

A note on the modified Hermitian and skew-hermitian splitting methods for non-hermitian positive definite linear systems

A note on the modified Hermitian and skew-hermitian splitting methods for non-hermitian positive definite linear systems A ote o the modified Hermitia ad skew-hermitia splittig methods for o-hermitia positive defiite liear systems Shi-Liag Wu Tig-Zhu Huag School of Applied Mathematics Uiversity of Electroic Sciece ad Techology

More information

Mathematical Modeling of Optimum 3 Step Stress Accelerated Life Testing for Generalized Pareto Distribution

Mathematical Modeling of Optimum 3 Step Stress Accelerated Life Testing for Generalized Pareto Distribution America Joural of Theoretical ad Applied Statistics 05; 4(: 6-69 Published olie May 8, 05 (http://www.sciecepublishiggroup.com/j/ajtas doi: 0.648/j.ajtas.05040. ISSN: 6-8999 (Prit; ISSN: 6-9006 (Olie Mathematical

More information

Complex Algorithms for Lattice Adaptive IIR Notch Filter

Complex Algorithms for Lattice Adaptive IIR Notch Filter 4th Iteratioal Coferece o Sigal Processig Systems (ICSPS ) IPCSIT vol. 58 () () IACSIT Press, Sigapore DOI:.7763/IPCSIT..V58. Complex Algorithms for Lattice Adaptive IIR Notch Filter Hog Liag +, Nig Jia

More information

Research Article An Allele Real-Coded Quantum Evolutionary Algorithm Based on Hybrid Updating Strategy

Research Article An Allele Real-Coded Quantum Evolutionary Algorithm Based on Hybrid Updating Strategy Computatioal Itelligece ad Neurosciece Volume 216, Article ID 9891382, 9 pages http://dx.doi.org/1.11/216/9891382 Research Article A Allele Real-Coded Quatum Evolutioary Algorithm Based o Hybrid Updatig

More information

Estimation of Backward Perturbation Bounds For Linear Least Squares Problem

Estimation of Backward Perturbation Bounds For Linear Least Squares Problem dvaced Sciece ad Techology Letters Vol.53 (ITS 4), pp.47-476 http://dx.doi.org/.457/astl.4.53.96 Estimatio of Bacward Perturbatio Bouds For Liear Least Squares Problem Xixiu Li School of Natural Scieces,

More information

Scheduling under Uncertainty using MILP Sensitivity Analysis

Scheduling under Uncertainty using MILP Sensitivity Analysis Schedulig uder Ucertaity usig MILP Sesitivity Aalysis M. Ierapetritou ad Zheya Jia Departmet of Chemical & Biochemical Egieerig Rutgers, the State Uiversity of New Jersey Piscataway, NJ Abstract The aim

More information

A novel plant growth simulation algorithm and its application. Jun Lu, Yueguang Li

A novel plant growth simulation algorithm and its application. Jun Lu, Yueguang Li Iteratioal Coerece o Advaces i Mechaical Egieerig ad Idustrial Iormatics (AMEII 05 A ovel plat growth simulatio algorithm ad its applicatio Ju Lu, Yueguag Li Gasu political sciece ad law istitute, Lazhou,

More information

Seed and Sieve of Odd Composite Numbers with Applications in Factorization of Integers

Seed and Sieve of Odd Composite Numbers with Applications in Factorization of Integers IOSR Joural of Mathematics (IOSR-JM) e-issn: 78-578, p-issn: 319-75X. Volume 1, Issue 5 Ver. VIII (Sep. - Oct.01), PP 01-07 www.iosrjourals.org Seed ad Sieve of Odd Composite Numbers with Applicatios i

More information

Mixed Acceptance Sampling Plans for Multiple Products Indexed by Cost of Inspection

Mixed Acceptance Sampling Plans for Multiple Products Indexed by Cost of Inspection Mied ace Samplig Plas for Multiple Products Ideed by Cost of Ispectio Paitoo Howyig ), Prapaisri Sudasa Na - Ayudthya ) ) Dhurakijpudit Uiversity, Faculty of Egieerig (howyig@yahoo.com) ) Kasetsart Uiversity,

More information

Asymptotic distribution of products of sums of independent random variables

Asymptotic distribution of products of sums of independent random variables Proc. Idia Acad. Sci. Math. Sci. Vol. 3, No., May 03, pp. 83 9. c Idia Academy of Scieces Asymptotic distributio of products of sums of idepedet radom variables YANLING WANG, SUXIA YAO ad HONGXIA DU ollege

More information

NEW IDENTIFICATION AND CONTROL METHODS OF SINE-FUNCTION JULIA SETS

NEW IDENTIFICATION AND CONTROL METHODS OF SINE-FUNCTION JULIA SETS Joural of Applied Aalysis ad Computatio Volume 5, Number 2, May 25, 22 23 Website:http://jaac-olie.com/ doi:.948/252 NEW IDENTIFICATION AND CONTROL METHODS OF SINE-FUNCTION JULIA SETS Jie Su,2, Wei Qiao

More information

Lebesgue Constant Minimizing Bivariate Barycentric Rational Interpolation

Lebesgue Constant Minimizing Bivariate Barycentric Rational Interpolation Appl. Math. If. Sci. 8, No. 1, 187-192 (2014) 187 Applied Matheatics & Iforatio Scieces A Iteratioal Joural http://dx.doi.org/10.12785/ais/080123 Lebesgue Costat Miiizig Bivariate Barycetric Ratioal Iterpolatio

More information

Algorithm of Superposition of Boolean Functions Given with Truth Vectors

Algorithm of Superposition of Boolean Functions Given with Truth Vectors IJCSI Iteratioal Joural of Computer Sciece Issues, Vol 9, Issue 4, No, July ISSN (Olie: 694-84 wwwijcsiorg 9 Algorithm of Superpositio of Boolea Fuctios Give with Truth Vectors Aatoly Plotikov, Aleader

More information

Research Article No-Wait Flexible Flow Shop Scheduling with Due Windows

Research Article No-Wait Flexible Flow Shop Scheduling with Due Windows Mathematical Problems i Egieerig Volume 215, Article ID 456719, 9 pages http://dx.doi.org/1.1155/215/456719 Research Article No-Wait Flexible Flow Shop Schedulig with Due Widows Rog-Hwa Huag, Chag-Li Yag,

More information

Research Article A New Second-Order Iteration Method for Solving Nonlinear Equations

Research Article A New Second-Order Iteration Method for Solving Nonlinear Equations Abstract ad Applied Aalysis Volume 2013, Article ID 487062, 4 pages http://dx.doi.org/10.1155/2013/487062 Research Article A New Secod-Order Iteratio Method for Solvig Noliear Equatios Shi Mi Kag, 1 Arif

More information

Direction of Arrival Estimation Method in Underdetermined Condition Zhang Youzhi a, Li Weibo b, Wang Hanli c

Direction of Arrival Estimation Method in Underdetermined Condition Zhang Youzhi a, Li Weibo b, Wang Hanli c 4th Iteratioal Coferece o Advaced Materials ad Iformatio Techology Processig (AMITP 06) Directio of Arrival Estimatio Method i Uderdetermied Coditio Zhag Youzhi a, Li eibo b, ag Hali c Naval Aeroautical

More information

Integer Programming (IP)

Integer Programming (IP) Iteger Programmig (IP) The geeral liear mathematical programmig problem where Mied IP Problem - MIP ma c T + h Z T y A + G y + y b R p + vector of positive iteger variables y vector of positive real variables

More information

Research on Dependable level in Network Computing System Yongxia Li 1, a, Guangxia Xu 2,b and Shuangyan Liu 3,c

Research on Dependable level in Network Computing System Yongxia Li 1, a, Guangxia Xu 2,b and Shuangyan Liu 3,c Applied Mechaics ad Materials Olie: 04-0-06 ISSN: 66-748, Vols. 53-57, pp 05-08 doi:0.408/www.scietific.et/amm.53-57.05 04 Tras Tech Publicatios, Switzerlad Research o Depedable level i Network Computig

More information

CS321. Numerical Analysis and Computing

CS321. Numerical Analysis and Computing CS Numerical Aalysis ad Computig Lecture Locatig Roots o Equatios Proessor Ju Zhag Departmet o Computer Sciece Uiversity o Ketucky Leigto KY 456-6 September 8 5 What is the Root May physical system ca

More information

Linearized Stability and Hopf Bifurcations for a Nonautonomous Delayed Predator-prey System

Linearized Stability and Hopf Bifurcations for a Nonautonomous Delayed Predator-prey System SCIREA Joural of Mathematics http://www.scirea.org/joural/mathematics October 0, 016 Volume 1, Issue1, October 016 Liearized Stability ad Hopf Bifurcatios for a Noautoomous Delayed Predator-prey System

More information

Sensitivity Analysis of Daubechies 4 Wavelet Coefficients for Reduction of Reconstructed Image Error

Sensitivity Analysis of Daubechies 4 Wavelet Coefficients for Reduction of Reconstructed Image Error Proceedigs of the 6th WSEAS Iteratioal Coferece o SIGNAL PROCESSING, Dallas, Texas, USA, March -4, 7 67 Sesitivity Aalysis of Daubechies 4 Wavelet Coefficiets for Reductio of Recostructed Image Error DEVINDER

More information

A NEW APPROACH TO SOLVE AN UNBALANCED ASSIGNMENT PROBLEM

A NEW APPROACH TO SOLVE AN UNBALANCED ASSIGNMENT PROBLEM A NEW APPROACH TO SOLVE AN UNBALANCED ASSIGNMENT PROBLEM *Kore B. G. Departmet Of Statistics, Balwat College, VITA - 415 311, Dist.: Sagli (M. S.). Idia *Author for Correspodece ABSTRACT I this paper I

More information

Higher-order iterative methods by using Householder's method for solving certain nonlinear equations

Higher-order iterative methods by using Householder's method for solving certain nonlinear equations Math Sci Lett, No, 7- ( 7 Mathematical Sciece Letters A Iteratioal Joural http://dxdoiorg/785/msl/5 Higher-order iterative methods by usig Householder's method for solvig certai oliear equatios Waseem

More information

SIMULATION OF THE DIFFERENTIAL EVOLUTION PERFORMANCE DEPENDENCY ON SWITCHING OF THE DRIVING CHAOTIC SYSTEMS

SIMULATION OF THE DIFFERENTIAL EVOLUTION PERFORMANCE DEPENDENCY ON SWITCHING OF THE DRIVING CHAOTIC SYSTEMS SIMULATION OF THE DIFFERENTIAL EVOLUTION PERFORMANCE DEPENDENCY ON SWITCHIN OF THE DRIVIN CHAOTIC SYSTEMS Roma Sekerik, Michal Pluhacek, 2 Doald Davedra, 2 Iva Zelika, Zuzaa Komikova Oplatkova Tomas Bata

More information

ON POINTWISE BINOMIAL APPROXIMATION

ON POINTWISE BINOMIAL APPROXIMATION Iteratioal Joural of Pure ad Applied Mathematics Volume 71 No. 1 2011, 57-66 ON POINTWISE BINOMIAL APPROXIMATION BY w-functions K. Teerapabolar 1, P. Wogkasem 2 Departmet of Mathematics Faculty of Sciece

More information

Quantum Annealing for Heisenberg Spin Chains

Quantum Annealing for Heisenberg Spin Chains LA-UR # - Quatum Aealig for Heiseberg Spi Chais G.P. Berma, V.N. Gorshkov,, ad V.I.Tsifriovich Theoretical Divisio, Los Alamos Natioal Laboratory, Los Alamos, NM Istitute of Physics, Natioal Academy of

More information

RAINFALL PREDICTION BY WAVELET DECOMPOSITION

RAINFALL PREDICTION BY WAVELET DECOMPOSITION RAIFALL PREDICTIO BY WAVELET DECOMPOSITIO A. W. JAYAWARDEA Departmet of Civil Egieerig, The Uiversit of Hog Kog, Hog Kog, Chia P. C. XU Academ of Mathematics ad Sstem Scieces, Chiese Academ of Scieces,

More information

Structuring Element Representation of an Image and Its Applications

Structuring Element Representation of an Image and Its Applications Iteratioal Joural of Cotrol Structurig Automatio Elemet ad Represetatio Systems vol. of a o. Image 4 pp. ad 50955 Its Applicatios December 004 509 Structurig Elemet Represetatio of a Image ad Its Applicatios

More information

Newton Homotopy Solution for Nonlinear Equations Using Maple14. Abstract

Newton Homotopy Solution for Nonlinear Equations Using Maple14. Abstract Joural of Sciece ad Techology ISSN 9-860 Vol. No. December 0 Newto Homotopy Solutio for Noliear Equatios Usig Maple Nor Haim Abd. Rahma, Arsmah Ibrahim, Mohd Idris Jayes Faculty of Computer ad Mathematical

More information

On the Connectivity of One-dimensional Vehicular Ad Hoc Networks

On the Connectivity of One-dimensional Vehicular Ad Hoc Networks RESEARCH PAPER 论文集锦 O the Coectivity of Oe-dimesioal Vehicular Ad Hoc Networs Liao Jiaxi 1,2, Li Yuazhe 1,2, Li Toghog 3, Zhu Xiaomi 1,2, Zhag Lei 1,2 1 State Key Laboratory of Networig ad Switchig Techology,

More information

A New Solution Method for the Finite-Horizon Discrete-Time EOQ Problem

A New Solution Method for the Finite-Horizon Discrete-Time EOQ Problem This is the Pre-Published Versio. A New Solutio Method for the Fiite-Horizo Discrete-Time EOQ Problem Chug-Lu Li Departmet of Logistics The Hog Kog Polytechic Uiversity Hug Hom, Kowloo, Hog Kog Phoe: +852-2766-7410

More information

A Novel Genetic Algorithm using Helper Objectives for the 0-1 Knapsack Problem

A Novel Genetic Algorithm using Helper Objectives for the 0-1 Knapsack Problem A Novel Geetic Algorithm usig Helper Objectives for the 0-1 Kapsack Problem Ju He, Feidu He ad Hogbi Dog 1 arxiv:1404.0868v1 [cs.ne] 3 Apr 2014 Abstract The 0-1 kapsack problem is a well-kow combiatorial

More information

Bi-criteria Scheduling on Parallel Machines Under Fuzzy Processing Time

Bi-criteria Scheduling on Parallel Machines Under Fuzzy Processing Time 22d Iteratioal Cogress o Modellig ad Simulatio, Hobart, Tasmaia, Australia, 3 to 8 December 207 mssaz.org.au/modsim207 Bi-criteria Schedulig o Parallel Machies Uder Fuzzy Processig Time Sameer Sharma a,

More information

Taylor polynomial solution of difference equation with constant coefficients via time scales calculus

Taylor polynomial solution of difference equation with constant coefficients via time scales calculus TMSCI 3, o 3, 129-135 (2015) 129 ew Treds i Mathematical Scieces http://wwwtmscicom Taylor polyomial solutio of differece equatio with costat coefficiets via time scales calculus Veysel Fuat Hatipoglu

More information

Modeling and Estimation of a Bivariate Pareto Distribution using the Principle of Maximum Entropy

Modeling and Estimation of a Bivariate Pareto Distribution using the Principle of Maximum Entropy Sri Laka Joural of Applied Statistics, Vol (5-3) Modelig ad Estimatio of a Bivariate Pareto Distributio usig the Priciple of Maximum Etropy Jagathath Krisha K.M. * Ecoomics Research Divisio, CSIR-Cetral

More information

Chaos Driven Evolutionary Algorithm: a New Approach for Evolutionary Optimization

Chaos Driven Evolutionary Algorithm: a New Approach for Evolutionary Optimization Proceedigs of the 203 Iteratioal Coferece o Systems, Cotrol ad Iformatics Chaos Drive Evolutioary Algorithm: a New Approach for Evolutioary Optimizatio Roma Sekerik, Michal Pluhacek, Doald Davedra, Iva

More information

Internal Information Representation and Processing

Internal Information Representation and Processing Iteral Iformatio Represetatio ad Processig CSCE 16 - Fudametals of Computer Sciece Dr. Awad Khalil Computer Sciece & Egieerig Departmet The America Uiversity i Cairo Decimal Number System We are used to

More information

AN OPEN-PLUS-CLOSED-LOOP APPROACH TO SYNCHRONIZATION OF CHAOTIC AND HYPERCHAOTIC MAPS

AN OPEN-PLUS-CLOSED-LOOP APPROACH TO SYNCHRONIZATION OF CHAOTIC AND HYPERCHAOTIC MAPS http://www.paper.edu.c Iteratioal Joural of Bifurcatio ad Chaos, Vol. 1, No. 5 () 119 15 c World Scietific Publishig Compay AN OPEN-PLUS-CLOSED-LOOP APPROACH TO SYNCHRONIZATION OF CHAOTIC AND HYPERCHAOTIC

More information

Sequences of Definite Integrals, Factorials and Double Factorials

Sequences of Definite Integrals, Factorials and Double Factorials 47 6 Joural of Iteger Sequeces, Vol. 8 (5), Article 5.4.6 Sequeces of Defiite Itegrals, Factorials ad Double Factorials Thierry Daa-Picard Departmet of Applied Mathematics Jerusalem College of Techology

More information

Artificial Intelligence Based Automatic Generation of

Artificial Intelligence Based Automatic Generation of Artificial Itelligece Based Automatic Geeratio of Etertaiig Gamig Egies Dr. Zahid Halim Faculty of Computer Sciece ad Egieerig Ghulam Ishaq Kha Istitute of Egieerig Scieces ad Techology, Topi zahid.halim@giki.edu.pk

More information

REPRESENTING MARKOV CHAINS WITH TRANSITION DIAGRAMS

REPRESENTING MARKOV CHAINS WITH TRANSITION DIAGRAMS Joural o Mathematics ad Statistics, 9 (3): 49-54, 3 ISSN 549-36 3 Sciece Publicatios doi:.38/jmssp.3.49.54 Published Olie 9 (3) 3 (http://www.thescipub.com/jmss.toc) REPRESENTING MARKOV CHAINS WITH TRANSITION

More information

Information-based Feature Selection

Information-based Feature Selection Iformatio-based Feature Selectio Farza Faria, Abbas Kazeroui, Afshi Babveyh Email: {faria,abbask,afshib}@staford.edu 1 Itroductio Feature selectio is a topic of great iterest i applicatios dealig with

More information

An Effective Biogeography Based Optimization Algorithm to Slove Economic Load Dispatch Problem

An Effective Biogeography Based Optimization Algorithm to Slove Economic Load Dispatch Problem Joural of Computer Sciece 8 (9): 482-486, 202 ISSN 549-3636 202 Sciece Publicatios A Effective Biogeography Based Optimizatio Algorithm to Slove Ecoomic Load Dispatch Problem Vaitha, M. ad 2 K. Thaushkodi

More information

New Particle Swarm Neural Networks Model Based Long Term Electrical Load Forecasting in Slovakia

New Particle Swarm Neural Networks Model Based Long Term Electrical Load Forecasting in Slovakia New Particle Swarm Neural Networks Model Based Log Term Electrical Load Forecastig i Slovakia S.H. OUDJANA 1, A. HELLAL 2 1, 2 Uiversity of Laghouat, Departmet of Electrical Egieerig, Laboratory of Aalysis

More information

Vector Permutation Code Design Algorithm. Danilo SILVA and Weiler A. FINAMORE

Vector Permutation Code Design Algorithm. Danilo SILVA and Weiler A. FINAMORE Iteratioal Symposium o Iformatio Theory ad its Applicatios, ISITA2004 Parma, Italy, October 10 13, 2004 Vector Permutatio Code Desig Algorithm Dailo SILVA ad Weiler A. FINAMORE Cetro de Estudos em Telecomuicações

More information

Uniform Strict Practical Stability Criteria for Impulsive Functional Differential Equations

Uniform Strict Practical Stability Criteria for Impulsive Functional Differential Equations Global Joural of Sciece Frotier Research Mathematics ad Decisio Scieces Volume 3 Issue Versio 0 Year 03 Type : Double Blid Peer Reviewed Iteratioal Research Joural Publisher: Global Jourals Ic (USA Olie

More information

M.Jayalakshmi and P. Pandian Department of Mathematics, School of Advanced Sciences, VIT University, Vellore-14, India.

M.Jayalakshmi and P. Pandian Department of Mathematics, School of Advanced Sciences, VIT University, Vellore-14, India. M.Jayalakshmi, P. Padia / Iteratioal Joural of Egieerig Research ad Applicatios (IJERA) ISSN: 48-96 www.iera.com Vol., Issue 4, July-August 0, pp.47-54 A New Method for Fidig a Optimal Fuzzy Solutio For

More information

Digital Signal Processing, Fall 2006

Digital Signal Processing, Fall 2006 Digital Sigal Processig, Fall 26 Lecture 1: Itroductio, Discrete-time sigals ad systems Zheg-Hua Ta Departmet of Electroic Systems Aalborg Uiversity, Demark zt@kom.aau.dk 1 Part I: Itroductio Itroductio

More information

Open Access Research of Strip Flatness Control Based on Legendre Polynomial Decomposition

Open Access Research of Strip Flatness Control Based on Legendre Polynomial Decomposition Sed Orders for Reprits to reprits@bethamsciece.ae The Ope Automatio ad Cotrol Systems Joural, 215, 7, 23-211 23 Ope Access Research of Strip Flatess Cotrol Based o Legedre Polyomial Decompositio Ya Liu,

More information

Parallel Vector Algorithms David A. Padua

Parallel Vector Algorithms David A. Padua Parallel Vector Algorithms 1 of 32 Itroductio Next, we study several algorithms where parallelism ca be easily expressed i terms of array operatios. We will use Fortra 90 to represet these algorithms.

More information

New Exponential Strengthening Buffer Operators and Numerical Simulation

New Exponential Strengthening Buffer Operators and Numerical Simulation Sesors & Trasducers, Vol. 59, Issue, November 0, pp. 7-76 Sesors & Trasducers 0 by IFSA http://www.sesorsportal.com New Expoetial Stregtheig Buffer Operators ad Numerical Simulatio Cuifeg Li, Huajie Ye,

More information

Applications of Two Dimensional Fractional Mellin Transform

Applications of Two Dimensional Fractional Mellin Transform Iteratioal Joural of Scietific ad Iovative Mathematical Research (IJSIMR) Volume 2 Issue 9 September 2014 PP 794-799 ISSN 2347-307X (Prit) & ISSN 2347-3142 (Olie) www.arcjourals.org Applicatios of Two

More information

Monte Carlo Optimization to Solve a Two-Dimensional Inverse Heat Conduction Problem

Monte Carlo Optimization to Solve a Two-Dimensional Inverse Heat Conduction Problem Australia Joural of Basic Applied Scieces, 5(): 097-05, 0 ISSN 99-878 Mote Carlo Optimizatio to Solve a Two-Dimesioal Iverse Heat Coductio Problem M Ebrahimi Departmet of Mathematics, Karaj Brach, Islamic

More information

Confidence interval for the two-parameter exponentiated Gumbel distribution based on record values

Confidence interval for the two-parameter exponentiated Gumbel distribution based on record values Iteratioal Joural of Applied Operatioal Research Vol. 4 No. 1 pp. 61-68 Witer 2014 Joural homepage: www.ijorlu.ir Cofidece iterval for the two-parameter expoetiated Gumbel distributio based o record values

More information

REGRESSION (Physics 1210 Notes, Partial Modified Appendix A)

REGRESSION (Physics 1210 Notes, Partial Modified Appendix A) REGRESSION (Physics 0 Notes, Partial Modified Appedix A) HOW TO PERFORM A LINEAR REGRESSION Cosider the followig data poits ad their graph (Table I ad Figure ): X Y 0 3 5 3 7 4 9 5 Table : Example Data

More information

10/2/ , 5.9, Jacob Hays Amit Pillay James DeFelice

10/2/ , 5.9, Jacob Hays Amit Pillay James DeFelice 0//008 Liear Discrimiat Fuctios Jacob Hays Amit Pillay James DeFelice 5.8, 5.9, 5. Miimum Squared Error Previous methods oly worked o liear separable cases, by lookig at misclassified samples to correct

More information