An Evolutionary Algorithm for Constrained Optimization

Size: px
Start display at page:

Download "An Evolutionary Algorithm for Constrained Optimization"

Transcription

1 An Evolutionary Algorim or Constrained Optimization Tapabrata Ray, Tai Kang and Seow Kian Chye Center or Advaned Numerial Engineering Simulations Shool o ehanial and Prodution Engineering Nanyang Tehnologial University Singapore mtray@ntu.edu.sg, mktai@ntu.edu.sg, mkseow@ntu.edu.sg Tel : Abstrat In is paper we present an evolutionary algorim or onstrained optimization. The algorim is based on nondominane o solutions separately in e obetive and onstraint spae and uses eetive mating strategies to improve solutions at are weak in eier. Sine e meodology is based on nondominane, saling and aggregation aeting onventional penalty untion meods or onstraint handling does not arise. The algorim inorporates intelligent seletion or ooperative mating. The diversiiation strategy is based on nihing at result in a wide spread o solutions in e parametri spae. Preliminary results o e algorim or onstrained single and multiobetive test problems are presented and ompared to illustrate e eiieny o e algorim in solving onstrained optimization problems. INTRODUCTION Evolutionary omputation EC meods have reeived onsiderable attention over e years as optimization meods or omple untions. EC meods are essentially unonstrained searh tehniques at require a salar measure o quality or itness. The presene o onstraints signiiantly aets e perormane o an optimization algorim, inluding evolutionary searh meods. There have been a number o approahes to handle onstraints inluding reetion o ineasible solutions, penalty untions and eir variants, repair meods, use o deoders, separate treatment o onstraints and obetives and hybrid meods inorporating knowledge o onstraint satisation. A omprehensive review on onstraint handling meods is provided by ihalewiz []. All e meods have limited suess as ey are problem dependent and require a number o additional inputs. Penalty untions using stat dynami or adaptive onepts have been developed over e years. All o em still suer rom ommon problems o aggregation and saling. Repair meods are based on additional untion evaluations, while e deoders and speial operators or onstraint satisation meods are problem speii and annot be used to model a generi onstraint. Separate treatment o onstraints and obetives is an interesting onept at eliminates e problem o saling and aggregation. Constraint handling using a pareto ranking sheme is a relatively new onept having its origin in multiobetive optimization. Fonsea and Flemming [] proposed a pareto ranking sheme to handle multiple obetives. Jimenez and Verdegay [] used a nondominated sorting geneti algorim NSGA ranking sheme to deal wi multiple obetives while a separate evaluation untion was used or ineasible solutions. The NSGA used by Jimenez and Verdegay [] was introdued by Srinivas and Deb [4]. Surry et al. [] applied a pareto ranking sheme among onstraints while itness was used in e obetive untion spae or e optimization o gas supply networks. Fonsea and Flemming [6] proposed a uniied ormulation to handle multiple onstraints and obetives based on pareto ranking sheme. All e above attempts suessully eliminate e drawbaks o aggregation and saling at eist wi e penalty untion meods. In addition, ey do not require any additional input and are problem independent. However, none o e above meods inorporate onepts o ooperative learning rough parent mathing whih is epeted to improve e eiieny o e algorim. An interesting attempt to inorporate e knowledge o onstraint satisation during mating was proposed by Hinterding and ihalewiz [7]. In an attempt to math e beauty wi e brains, onstraint mathing was employed during seletion. A single measure sum o squares o violation was used to ompute a solution s ineasibility. The algorim does not inlude any nihing or diversiiation mehanism to ensure a uniorm spread o points along e pareto rontier or multiobetive

2 problems. oreover, a single aggregate measure o ineasibility ails to inorporate e knowledge o individual onstraint satisation/violation and in addition leads to salability and aggregation problems. The proposed evolutionary algorim eliminates all e drawbaks as disussed above. Solutions are ranked separately based on obetives, onstraints and ombined matries desribed in Setion. This proess eliminates e problems o saling and aggregation. oreover, sine e onstraints are handled separately, e true obetive untion is optimized raer an some transormed evaluation untion. The rank o a solution in e obetive, onstraint or e ombined matri is used or intelligent mating between solutions to improve ose at are weak in eier onstraint satisation or obetive perormane. The mating proess wiin e proposed evolutionary algorim inorporates e knowledge o every individual onstraint satisation/violation and obetive perormane. Strategies to handle highly onstrained and moderately onstrained problems are outlined. Setion provides a detailed desription o e algorim. Four eamples omprising o ree onstrained single obetive and one multiobetive onstrained optimization problem are presented to illustrate e perormane o e algorim, identiying a aster onvergene rough ooperative learning. PROPOSED AGORITH The proposed evolutionary algorim is desribed in e ontet o multiobetive optimization. A single obetive problem is handled in e same ormulation by assigning k=. A general onstrained multiobetive optimization problem in minimization sense is presented as: inimize = [ K ] subet to g k i ai, i =,, K, q h = b, =,, K, r where is a vetor o k obetives to be minimized subet to q inequality and r equality onstraints. = K ] is e vetor o n design variables. [ n The OBJECTIVE matri or a population o solutions assumes e orm OBJECTIVE = It is ommon pratie to transorm e equality onstraints wi a tolerane δ to a set o inequalities and use a uniied ormulation or all onstraints: O k k k h b δ whih is same as h b δ and h b δ Thus r equality onstraints will give rise to r inequalities, and e total number o inequalities or e problem is denoted by s, where s=qr. For eah solution, denotes e onstraint satisation K where vetor given by = [ ] s 0 i i onstraint satisied, i =,,..., s ai gi i i onstraint violated, i =,,..., q i = bi δ hi i i onstraint violated, i = q, q,..., q r bi δ hi i i onstraint violated, i = q r, q r,..., s For e above i s, i = 0 indiates e i onstraint is satisied, whereas i > 0 indiates e violation o e onstraint. The CONSTRAINT matri or a population o solutions assumes e orm s = s CONSTRAINT O s A COBINED matri at is a ombination o obetive and onstraint matri assumes e orm COBINED=. PARETO RANKING From a population o solutions, all nondominated solutions are assigned a rank o. The rank individuals are removed rom e population and e new set o nondominated solutions is assigned a rank o. The proess is ontinued until every solution in e population is assigned a rank. Rank= in any o e obetive, onstraint or ombined matries indiate at e solution is nondominated. The pareto rank o eah solution in e population is omputed individually in e OBJECTIVE, CONSTRAINT and COBINED matri and are stored in vetors RankOb, RankCon and RankCom respetively. Having desribed e general ormulation o e onstraint and e obetive untion matries and e onept o pareto ranking, e pseudo ode o e algorim is introdued. O k k k O s s s

3 Algorim Initialize solutions to orm a population Do { Compute Pareto Ranking based on OBJECTIVE matri to yield a vetor RankOb Compute Pareto Ranking based on CONSTRAINT matri to yield a vetor RankCon Compute Pareto Ranking based on COBINED matri to yield a vetor RankCom ultiobetive Optimization: Selet individuals rom e population in is generation i RankCom = & Feasible and put em into e population or e net generation. Single Obetive Optimization: Selet individuals rom e population in is generation i RankCom is better an allowable rank & Feasible and put em into e population or e net generation Allowable rank=maimum rank o an individual in e population/. To generate e remaining members o e population or e net generation Do { Selet an individual A and its rom e population at is generation. ate A wi its. Put parents and hildren into e population or e net generation. } while e population is not ull. Remove dupliate points in parametri spae and shrink population } while e maimum number o generations is not attained.. INITIAIZATION The initialization is based on a random generation o starting solutions using uniorm random number generator and e variable bounds side onstraints. A solution = K ] is generated as ollows: i [ n = - * R upper bound lower bound lower bound where lower bound and upper bound are e lower and upper bounds o e i variable and R is a random number between 0 and.. SEECTION PROBABIITY The probability o seletion o an individual is based on e vetors RankOb, RankCon or RankCom and denoted as ProbOb, ProbCon and ProbCom respetively. As an eample, e vetor ProbOb is omputed as ollows: The vetor RankOb wi element values varying rom to P ma is transormed to a itness vetor FitOb wi elements varying rom P ma to using a linear saling P ma denotes e rank o e worst solution. The probability o seletion ProbOb o an individual is en omputed based on is itness vetor FitOb using e roulette wheel seletion sheme. The proess ensures at solutions at are itter have a higher probability o being seleted..4 CHOOSING A PARTNER FOR ATING A mating is perormed between a solution A and its B or C. The proess o seletion is dependent on e type o e onstrained problem. Problems are lassiied into e ollowing:. Unonstrained problem Obetive- Obetive ating. oderately onstrained problem Obetive- Constraint ating. Highly onstrained problem Constraint- Constraint ating For an unonstrained problem, e seletion o A, B and C is based on ProbOb. For a moderately onstrained problem, seletion o A is based on ProbOb while e seletion o B and C is based on ProbCon. Suh a mating between solutions at are good in obetive untion wi at o solutions at are good in onstraint satisation is analogous to mating between e beauty and e brains. For a highly onstrained problem, seletion o A, B and C is based on ProbCon. Sine inding a easible solution is quite diiult or highly onstrained problems, e seletion o mating s is based on e solution s ability towards onstraint satisation. The proess o seletion or a moderatelyonstrained problem is outlined below or a greater understanding o e seletion proess..4. oderately Constrained: Partner seletion Selet irst individual A based on ProbOb Selet potential mating andidate B based on ProbCon Selet potential mating andidate C based on ProbCon Partner o A is eier B or C, depending upon Condition, or.

4 Condition : I B and C are bo easible I RankOb_B < RankOb_C en : Partner is B else : Partner is C. I RankOb_B = RankOb_C en : Choose e one wi e minimum adaptive nihe ount to be eplained in Setion.6. where, RankOb_B denotes e rank o solution B in e vetor RankOb. Condition : I B and C are bo ineasible I RankCon_B < RankCon_C en : Partner is B else : Partner is C. I RankCon_B = RankCon_C en : Choose e one wi minimum overlapping onstraint satisation wi A to be eplained in Setion.7. Condition : < A is base and Q <0.: New var. = R A lower bound A is base and Q 0.: New var. = R A Partner is base and Q <0.: New var. = R A Partner is base and Q 0.: New var. = R Condition : upper bound > A is base and Q <0.: New var. = R A A is base and Q 0.: New var. = R upper bound A Partner is base and Q <0.: New var. = R lower bound Partner is base and Q 0.: New var. = R A Condition : I one is easible and e oer is not. I B is easible while C is not en : Partner is B else : Partner is C.. ATING Every mating generates additional solutions unlike onventional proess o rossover generating two hildren. Out o e ree solutions, one is generated by uniorm rossover between A and its while e oer two are generated using random mi and move. Every mating will plae parents and additional solutions to e population or e net generation. The proess o random mi and move is as ollows: For i=: n Ation : Randomly pik A or its and denote it as base. Ation : Randomly pik a number Q or diretion <0. is negative, positive oerwise Ation : Randomly pik a number R between 0 and. Condition : Q <0.9: New var. = = i, A Q 0.9: New var. = R upper bound lower bound End The proess o random mi and move will ensure at any easible variable value an be generated even i it does not eist in eier A or its. Generation o a large number o initial solutions to maintain all possible variable values is not onsidered avorable as ose solutions are generated wiout any knowledge o e searh proess and adds on to a omputational overhead. The proposed meod as illustrated an be used wi relatively small population size as e proess o generating solutions omes along wi random mi and move..6 ADAPTIVE NICHE COUNT Adaptive nihe ount o a solution is e number o solutions in at population whih are wiin e average distane metri and is omputed as ollows: For i=: Compute e Eulidean distanes between it and all oer - solutions Compute e average Eulidean distane

5 Count e number o solutions at are wiin e average distane End A solution wi a small nihe ount as ompared to anoer physially means at ere are ew solutions in its neighborhood. Suh solutions are preerred over oers and is e diversiiation strategy used in e algorim. hene an obetive-onstraint-mating sheme was employed or e solution. The optimum solution is 78.0,.0, 9.99, 4.0, wi an obetive untion value o Two onstraints upper bound o e irst inequality and e lower bound o e ird inequality are ative at e optimum..7 NON-OVERAPPING CONSTRAINT SATISFACTION The strategy is based on e philosophy at a solution is allowed to mate wi anoer i one omplements e oer towards onstraint satisation. Suh a mating between e beauty and e brains is inorporated wi a hope to generate solutions wi better onstraint satisation. The onept o non-overlapping onstraint satisation is inorporated as ollows: Wi reerene to e CONSTRAINT matri disussed earlier, eah o e solutions A, B and C has an assoiated onstraint satisation vetor A, B and C respetively. The sets {S A },{S B } and {S C } denote e set o onstraints satisied by solution A, B and C respetively. The seletion o eier B or C is based on e ollowing ondition: I {S A } {S B } > {S A } {S C } en : e is C. I {S A } {S B } < {S A } {S C } en : e is B. I { {S A } {S B } = {S A } {S C } en : e is randomly hosen between B and C..8 POPUATION SHRINKING Ater eah new population is ull, a sreening is done to remove idential points in e parametri variable spae to give room or new and dierent solutions. RESUTS AND DISCUSSION The perormane o e algorim is reported or our onstrained optimization problems. Eamples, and are single obetive problems while Eample 4 is a multiobetive problem. Eample : The irst eample is a onstrained single obetive optimization problem. It has ive variables, a single quadrati obetive untion and is subeted to si nonlinear inequalities [8]. The ratio o easible points to sampled number o points or a,000,000 point random sampling was reported to be 0. [8]. The above ratio indiates at e problem is moderately onstrained and inimize 78 = , , , i =,4,. Table : Comparison o Results Number o Funtion Value Funtion Evaluations Reported [8] 0, worst avg best Present,70,64, Reported [8],400, worst -06. avg best Present,07,48, The obetive untion values as obtained rom suessive trials using e present algorim are ompared wi e best, worst and e average o 0 trials reported in Reerene [8]. It an be observed rom Table at e proposed algorim obtained omparable obetive untion values using a signiiantly smaller number o untion evaluations. Eample : The seond eample is a onstrained single obetive optimization problem. It has two variables, a single ubi obetive untion and is subeted to two 4 Subet to i 4

6 nonlinear inequalities [8]. The ratio o easible points to sampled number o points or a,000,000 point random sampling was reported to be [8]. The above ratio indiates at e problem is highly onstrained and hene a onstraint-onstraint-mating sheme was employed or e solution. It is also interesting to note at an obetive-onstraint mating sheme ails to identiy any easible solution ater 74 untion evaluations. inimize Subet to = 0 00, The optimum solution is 4.09, wi an obetive untion value o The irst two onstraints are ative at e optimum. The obetive untion values as obtained rom suessive trials using e present algorim are ompared wi e best, worst and e average o 0 trials reported in Reerene [8]. Table provides a omparison o results or e above eample. Table : Comparison o Results Number o Funtion Value Funtion Evaluations Reported [8] 0, worst -69. avg best Present 8, 8,4 9, Reported [8],400, worst avg best Present 7,4 7,44 74, Eample : The ird eample is a onstrained single obetive problem [8] wi ree variables. The easible region o e searh spae onsists o disoint spheres all o em having a radius o 0.. The global maimum is loated at,, wi e obetive untion value o.00. The obetive untion values as obtained rom suessive trials using e present algorim are ompared wi e best, worst and e average o 0 trials reported in Reerene [8]. It an be seen rom Table, at e algorim arrived at a solution 4.970,.09,.008 wi an obetive value o.00 in 98 untion evaluations using e obetive-onstraint mating sheme. It also reahed 4.988,.000, wi an obetive value o.00 in 90 untion evaluations using e onstraint-onstraint mating sheme. aimize Subet to or at least one set o p, q, r where Table : Comparison o Results Number o Funtion Value Funtion Evaluations Reported [8], worst avg..000 best Present Ob-Con Present Con-Con Eample 4: This is a two-variable onstrained biobetive problem [9]. inimize = = 9 Subet to g 0 g 0 0 where = 00 p p, q, r =,,,7 and 9. 0 i 0, 0, 0 /00 q i =,,. r The initial population is presented in Figure while e inal pareto optimal ront is presented in Figure. The inal pareto ront as presented in Figure was obtained ater untion evaluations and onsists o 9 pareto optimal points. The above problem was solved using a 0.

7 obetive-onstraint mating sheme wi a initial population size o 00. ront Figure. The algorim is urrently being tested on a wide range o single and multiobetive onstrained test problems to establish its suitability as a generi onstrained optimization meodology. Aknowledgment The auors would like to aknowledge e support or is work reeived rom e Institute o High Perormane Computing and e National Siene and Tehnology Board RICURF researh und ET/98/0. Figure : Initial population Figure : Final pareto ront 4 SUARY AND CONCUSIONS This paper presents an evolutionary algorim or onstrained optimization. The meod is problem independent and an handle any omputable onstraint and in addition optimizes e true obetive untion and not some transormed untion. The perormane o e algorim on bo onstrained single and multiobetive problems show a signiiant derease in e number o untion evaluations or omparable obetive untion values. It an be seen rom Eample at a onstraintonstraint mating is eetive or highly onstrained problems where inding even a single easible solution might be diiult. In e same eample an obetiveonstraint mating ails to loate a solution. On e oer hand, or problems where e easible spae is large, an obetive-onstraint mating results in omparable solutions in a signiiantly less number o untion evaluations. The presene o ooperative learning rough obetive-onstraint or onstraint-onstraint mating results is a aster onvergene while e presene o nihing allows e solution to be evenly distributed on e pareto Reerenes. ihalewiz, Z. 99. A Survey o Constraint Handling Tehniques in Evolutionary Computation eods, Proeedings o e 4 Annual Conerene on Evolutionary Programming, IT Press, Cambridge, A, pp. -.. Fonsea, C.. and Flemming, P.J. 99. An Overview o Evolutionary Algorims in ultiobetive Optimization, Evolutionary Computation,, pp Jimenez, F. and Verdegay, J Constrained ultiobetive Optimization by Evolutionary Algorims, Pros. O e International ICSC Symposium on Engineering o Intelligent Systems EIS 98, Spain, pp Srinivas, N. and Deb, K ultiobetive Optimization Using Nondominated Sorting in Geneti Algorims, Evolutionary Computation,, pp Surry, P., Radlie, N.J. and Boyd, I. 99. A multiobetive approah to onstrained optimization o gas supply networks, Pros. o e AISB-9 Workshop on Evolutionary Computing, Springer Verlag, Vol. 99, pp Fonsea, C.. and Flemming, P.J ultiobetive Optimization and ultiple Constraint Handling wi Evolutionary Algorims--Part I: A Uniied Formulation. IEEE Transations on Systems, an, and Cybernetis, Part A: Systems and Humans, 8, pp Hinterding, R. and ihalewiz, Z Your Brains and y Beauty: Parent athing or Constrained Optimisation, Pros. o e International Conerene on Evolutionary Computation, Alaska, pp Koziel, S. and ihalewiz, Z Evolutionary Algorims, Homomorphous appings, and Constrained Parameter Optimization, Evolutionary Computation, Vol.7, No., pp Deb, K Evolutionary Algorims or ulti- Criterion Optimization in Engineering Design, Pros. o Evolutionary Algorims in Engineering and Computer Siene EUROGEN-99,Finland.

Complexity of Regularization RBF Networks

Complexity of Regularization RBF Networks Complexity of Regularization RBF Networks Mark A Kon Department of Mathematis and Statistis Boston University Boston, MA 02215 mkon@buedu Leszek Plaskota Institute of Applied Mathematis University of Warsaw

More information

Bayesian Optimization Under Uncertainty

Bayesian Optimization Under Uncertainty Bayesian Optimization Under Unertainty Justin J. Beland University o Toronto justin.beland@mail.utoronto.a Prasanth B. Nair University o Toronto pbn@utias.utoronto.a Abstrat We onsider the problem o robust

More information

Maximum Entropy and Exponential Families

Maximum Entropy and Exponential Families Maximum Entropy and Exponential Families April 9, 209 Abstrat The goal of this note is to derive the exponential form of probability distribution from more basi onsiderations, in partiular Entropy. It

More information

Dynamic Programming and Multi Objective Linear Programming approaches

Dynamic Programming and Multi Objective Linear Programming approaches 0 NSP Vol. () (0), 9 Dynami Programming and Multi Objetive Linear Programming approahes P. K. De and Amita Bhinher Department o Mathematis, National Institute o Tehnology SILCHAR - 788 00 (Assam) India

More information

A NETWORK SIMPLEX ALGORITHM FOR THE MINIMUM COST-BENEFIT NETWORK FLOW PROBLEM

A NETWORK SIMPLEX ALGORITHM FOR THE MINIMUM COST-BENEFIT NETWORK FLOW PROBLEM NETWORK SIMPLEX LGORITHM FOR THE MINIMUM COST-BENEFIT NETWORK FLOW PROBLEM Cen Çalışan, Utah Valley University, 800 W. University Parway, Orem, UT 84058, 801-863-6487, en.alisan@uvu.edu BSTRCT The minimum

More information

Investigation on entry capacities of single-lane roundabouts

Investigation on entry capacities of single-lane roundabouts University o Wollongong Researh Online Faulty o Engineering and Inormation Sienes - Papers: Part A Faulty o Engineering and Inormation Sienes 014 Investigation on entry apaities o single-lane roundabouts

More information

A Big Bang-Big Crunch Optimization Based Approach for Interval Type-2 Fuzzy PID Controller Design

A Big Bang-Big Crunch Optimization Based Approach for Interval Type-2 Fuzzy PID Controller Design A Big Bang-Big Crunh Optimization Based Approah or Interval Type-2 Fuzzy PID Controller Design Tuan Kumbasar Control Engineering Department Istanbul Tehnial University Istanbul, Turkey kumbasart@itu.edu.tr

More information

A novel Infrared Thermography (IRT) based experimental technique for distributed temperature measurements in hot gas flows

A novel Infrared Thermography (IRT) based experimental technique for distributed temperature measurements in hot gas flows QIRT 1 1 http://dx.doi.org/1.1611/qirt.1.45 th International Conerene on Quantitative InraRed Thermography July 7-3, 1, Québe (Canada A novel Inrared Thermography (IRT based experimental tehnique or distributed

More information

Acoustic Attenuation Performance of Helicoidal Resonator Due to Distance Change from Different Cross-sectional Elements of Cylindrical Ducts

Acoustic Attenuation Performance of Helicoidal Resonator Due to Distance Change from Different Cross-sectional Elements of Cylindrical Ducts Exerpt rom the Proeedings o the COMSOL Conerene 1 Paris Aousti Attenuation Perormane o Helioidal Resonator Due to Distane Change rom Dierent Cross-setional Elements o Cylindrial Duts Wojieh ŁAPKA* Division

More information

Eigenvalues of tridiagonal matrix using Strum Sequence and Gerschgorin theorem

Eigenvalues of tridiagonal matrix using Strum Sequence and Gerschgorin theorem Eigenvalues o tridiagonal matrix using Strum Sequene and Gershgorin theorem T.D.Roopamala Department o Computer Siene and Engg., Sri Jayahamarajendra College o Engineering Mysore INDIA roopa_td@yahoo.o.in

More information

A model for measurement of the states in a coupled-dot qubit

A model for measurement of the states in a coupled-dot qubit A model for measurement of the states in a oupled-dot qubit H B Sun and H M Wiseman Centre for Quantum Computer Tehnology Centre for Quantum Dynamis Griffith University Brisbane 4 QLD Australia E-mail:

More information

A Queueing Model for Call Blending in Call Centers

A Queueing Model for Call Blending in Call Centers A Queueing Model for Call Blending in Call Centers Sandjai Bhulai and Ger Koole Vrije Universiteit Amsterdam Faulty of Sienes De Boelelaan 1081a 1081 HV Amsterdam The Netherlands E-mail: {sbhulai, koole}@s.vu.nl

More information

Hankel Optimal Model Order Reduction 1

Hankel Optimal Model Order Reduction 1 Massahusetts Institute of Tehnology Department of Eletrial Engineering and Computer Siene 6.245: MULTIVARIABLE CONTROL SYSTEMS by A. Megretski Hankel Optimal Model Order Redution 1 This leture overs both

More information

v = fy c u = fx c z c The Pinhole Camera Model Camera Projection Models

v = fy c u = fx c z c The Pinhole Camera Model Camera Projection Models The Pinhole Camera Model Camera Projetion Models We will introdue dierent amera projetion models that relate the loation o an image point to the oordinates o the orresponding 3D points. The projetion models

More information

Development of moving sound source localization system

Development of moving sound source localization system Eletroni Journal «Tehnial Aoustis» http://www.ejta.org 2006, 11 Doh-Hyoung Kim 1, Youngjin Park 2 Korea Advaned Institute o Siene and Tehnology, ME3076, 373-1, Guseong-Dong, Yuseong-Gu, Daejon, 305-701,

More information

A Spatiotemporal Approach to Passive Sound Source Localization

A Spatiotemporal Approach to Passive Sound Source Localization A Spatiotemporal Approah Passive Sound Soure Loalization Pasi Pertilä, Mikko Parviainen, Teemu Korhonen and Ari Visa Institute of Signal Proessing Tampere University of Tehnology, P.O.Box 553, FIN-330,

More information

Millennium Relativity Acceleration Composition. The Relativistic Relationship between Acceleration and Uniform Motion

Millennium Relativity Acceleration Composition. The Relativistic Relationship between Acceleration and Uniform Motion Millennium Relativity Aeleration Composition he Relativisti Relationship between Aeleration and niform Motion Copyright 003 Joseph A. Rybzyk Abstrat he relativisti priniples developed throughout the six

More information

Sensitivity analysis for linear optimization problem with fuzzy data in the objective function

Sensitivity analysis for linear optimization problem with fuzzy data in the objective function Sensitivity analysis for linear optimization problem with fuzzy data in the objetive funtion Stephan Dempe, Tatiana Starostina May 5, 2004 Abstrat Linear programming problems with fuzzy oeffiients in the

More information

An Integer Solution of Fractional Programming Problem

An Integer Solution of Fractional Programming Problem Gen. Math. Notes, Vol. 4, No., June 0, pp. -9 ISSN 9-784; Copyright ICSRS Publiation, 0 www.i-srs.org Available free online at http://www.geman.in An Integer Solution of Frational Programming Problem S.C.

More information

Reservoir Multiscale Data Assimilation Using the Ensemble Kalman Filter

Reservoir Multiscale Data Assimilation Using the Ensemble Kalman Filter Applied Mathematis 0 65-80 doi:0436/am009 Published Online February 0 (http://wwwsirporg/journal/am) Reservoir Multisale Data Assimilation Using the Ensemble Kalman Filter Abstrat Santha R Akella Department

More information

Singular Event Detection

Singular Event Detection Singular Event Detetion Rafael S. Garía Eletrial Engineering University of Puerto Rio at Mayagüez Rafael.Garia@ee.uprm.edu Faulty Mentor: S. Shankar Sastry Researh Supervisor: Jonathan Sprinkle Graduate

More information

Reliability Estimation of Solder Joints Under Thermal Fatigue with Varying Parameters by using FORM and MCS

Reliability Estimation of Solder Joints Under Thermal Fatigue with Varying Parameters by using FORM and MCS Proeedings o the World Congress on Engineering 2007 Vol II Reliability Estimation o Solder Joints Under Thermal Fatigue with Varying Parameters by using FORM and MCS Ouk Sub Lee, Yeon Chang Park, and Dong

More information

Normative and descriptive approaches to multiattribute decision making

Normative and descriptive approaches to multiattribute decision making De. 009, Volume 8, No. (Serial No.78) China-USA Business Review, ISSN 57-54, USA Normative and desriptive approahes to multiattribute deision making Milan Terek (Department of Statistis, University of

More information

Finite Formulation of Electromagnetic Field

Finite Formulation of Electromagnetic Field Finite Formulation o Eletromagneti Field Enzo TONTI Dept.Civil Engin., Univ. o Trieste, Piazzale Europa 1, 34127 Trieste, Italia. e-mail: tonti@univ.trieste.it Otober 16, 2000 Abstrat This paper shows

More information

A filled function method for constrained global optimization

A filled function method for constrained global optimization DOI 0.007/s0898-007-95- ORIGINAL PAPER A filled funtion method for onstrained global optimization Z. Y. Wu F. S. Bai H. W. J. Lee Y. J. Yang Reeived: 0 Marh 005 / Aepted: 5 February 007 Springer Siene+Business

More information

Sensor Network Localisation with Wrapped Phase Measurements

Sensor Network Localisation with Wrapped Phase Measurements Sensor Network Loalisation with Wrapped Phase Measurements Wenhao Li #1, Xuezhi Wang 2, Bill Moran 2 # Shool of Automation, Northwestern Polytehnial University, Xian, P.R.China. 1. wenhao23@mail.nwpu.edu.n

More information

JAST 2015 M.U.C. Women s College, Burdwan ISSN a peer reviewed multidisciplinary research journal Vol.-01, Issue- 01

JAST 2015 M.U.C. Women s College, Burdwan ISSN a peer reviewed multidisciplinary research journal Vol.-01, Issue- 01 JAST 05 M.U.C. Women s College, Burdwan ISSN 395-353 -a peer reviewed multidisiplinary researh journal Vol.-0, Issue- 0 On Type II Fuzzy Parameterized Soft Sets Pinaki Majumdar Department of Mathematis,

More information

Chapter 2: Solution of First order ODE

Chapter 2: Solution of First order ODE 0 Chapter : Solution of irst order ODE Se. Separable Equations The differential equation of the form that is is alled separable if f = h g; In order to solve it perform the following steps: Rewrite the

More information

Learning to model sequences generated by switching distributions

Learning to model sequences generated by switching distributions earning to model sequenes generated by swithing distributions Yoav Freund A Bell abs 00 Mountain Ave Murray Hill NJ USA Dana on omputer Siene nstitute Hebrew University Jerusalem srael Abstrat We study

More information

Critical Reflections on the Hafele and Keating Experiment

Critical Reflections on the Hafele and Keating Experiment Critial Refletions on the Hafele and Keating Experiment W.Nawrot In 1971 Hafele and Keating performed their famous experiment whih onfirmed the time dilation predited by SRT by use of marosopi loks. As

More information

Effect of Droplet Distortion on the Drag Coefficient in Accelerated Flows

Effect of Droplet Distortion on the Drag Coefficient in Accelerated Flows ILASS Amerias, 19 th Annual Conerene on Liquid Atomization and Spray Systems, Toronto, Canada, May 2006 Eet o Droplet Distortion on the Drag Coeiient in Aelerated Flows Shaoping Quan, S. Gopalakrishnan

More information

Hamacher Sum and Hamacher Product of Fuzzy Matrices

Hamacher Sum and Hamacher Product of Fuzzy Matrices Intern J Fuzzy Maematial Arhive Vol 13, No, 017, 191-198 ISSN: 30 34 (P), 30 350 (online) Published on Deember 017 wwwresearhmasiorg DOI: http://dxdoiorg/10457/fmav13na9 International Journal of amaher

More information

RELAXED STABILIZATION CONDITIONS FOR SWITCHING T-S FUZZY SYSTEMS WITH PRACTICAL CONSTRAINTS. Received January 2011; revised July 2011

RELAXED STABILIZATION CONDITIONS FOR SWITCHING T-S FUZZY SYSTEMS WITH PRACTICAL CONSTRAINTS. Received January 2011; revised July 2011 International Journal of Innovative Computing, Information and Control ICIC International 2012 ISSN 139-198 Volume 8, Number 6, June 2012 pp. 133 15 RELAXED STABILIZATION CONDITIONS FOR SWITCHING T-S FUZZY

More information

EVALUATION OF RESONANCE PROPERTIES OF THE HUMAN BODY MODELS SITUATED IN THE RF FIELD

EVALUATION OF RESONANCE PROPERTIES OF THE HUMAN BODY MODELS SITUATED IN THE RF FIELD EVALUATION OF RESONANCE PROPERTIES OF THE HUMAN BODY MODELS SITUATED IN THE RF FIELD Elena COCHEROVA 1, Gabriel MALICKY 1, Peter KUPEC 1, Vladimir STOFANIK 1, Joze PUCIK 1 1 Institute o Eletronis and Photonis,

More information

arxiv: v1 [physics.gen-ph] 5 Jan 2018

arxiv: v1 [physics.gen-ph] 5 Jan 2018 The Real Quaternion Relativity Viktor Ariel arxiv:1801.03393v1 [physis.gen-ph] 5 Jan 2018 In this work, we use real quaternions and the basi onept of the final speed of light in an attempt to enhane the

More information

A Comparison between the Iteration Methods and Adomian Decomposition Method for Solving Nonlinear Combustion Equations

A Comparison between the Iteration Methods and Adomian Decomposition Method for Solving Nonlinear Combustion Equations Applied Mathematial Sienes, Vol. 7, 0, no. 5, 5-9 HIKARI Ltd, www.m-hikari.om http://dx.doi.org/0.988/ams.0.99 A Comparison between the Iteration Methods and Adomian Deomposition Method or Solving Nonlinear

More information

EE 321 Project Spring 2018

EE 321 Project Spring 2018 EE 21 Projet Spring 2018 This ourse projet is intended to be an individual effort projet. The student is required to omplete the work individually, without help from anyone else. (The student may, however,

More information

General Closed-form Analytical Expressions of Air-gap Inductances for Surfacemounted Permanent Magnet and Induction Machines

General Closed-form Analytical Expressions of Air-gap Inductances for Surfacemounted Permanent Magnet and Induction Machines General Closed-form Analytial Expressions of Air-gap Indutanes for Surfaemounted Permanent Magnet and Indution Mahines Ronghai Qu, Member, IEEE Eletroni & Photoni Systems Tehnologies General Eletri Company

More information

A NONLILEAR CONTROLLER FOR SHIP AUTOPILOTS

A NONLILEAR CONTROLLER FOR SHIP AUTOPILOTS Vietnam Journal of Mehanis, VAST, Vol. 4, No. (), pp. A NONLILEAR CONTROLLER FOR SHIP AUTOPILOTS Le Thanh Tung Hanoi University of Siene and Tehnology, Vietnam Abstrat. Conventional ship autopilots are

More information

On the Bit Error Probability of Noisy Channel Networks With Intermediate Node Encoding I. INTRODUCTION

On the Bit Error Probability of Noisy Channel Networks With Intermediate Node Encoding I. INTRODUCTION 5188 IEEE TRANSACTIONS ON INFORMATION THEORY, VOL. 54, NO. 11, NOVEMBER 2008 [8] A. P. Dempster, N. M. Laird, and D. B. Rubin, Maximum likelihood estimation from inomplete data via the EM algorithm, J.

More information

Control of industrial robots. Control of the interaction

Control of industrial robots. Control of the interaction Control o industrial robots Control o the interation Pro. Paolo Roo (paolo.roo@polimi.it) Politenio di Milano Dipartimento di Elettronia, Inormazione e Bioingegneria Introdution So ar we have assumed that

More information

ETNA Kent State University

ETNA Kent State University % { Eletroni Transations on Numerial Analysis. Volume 21, pp. 20-27, 2005. Copyright 2005,. ISSN 1068-9613. QR FACTORIZATIONS USING A RESTRICTED SET OF ROTATIONS DIANNE P. O LEARY AND STEPHEN S. BULLOCK

More information

Diagnosing Hybrid Systems: a Bayesian Model Selection Approach

Diagnosing Hybrid Systems: a Bayesian Model Selection Approach Diagnosing Hybrid Systems: a Bayesian Model Seletion Approah Sheila A MIlraith Knowledge Systems Laboratory Stanord University Stanord CA 94025 Phone: 650-723-7932, Fax: 650-725-5850 sam@kslstanordedu

More information

Finite-time stabilization of chaotic gyros based on a homogeneous supertwisting-like algorithm

Finite-time stabilization of chaotic gyros based on a homogeneous supertwisting-like algorithm OP Conferene Series: Materials Siene Engineering PAPER OPEN ACCESS Finite-time stabilization of haoti gyros based on a homogeneous supertwisting-like algorithm To ite this artile: Pitha Khamsuwan et al

More information

Rigorous prediction of quadratic hyperchaotic attractors of the plane

Rigorous prediction of quadratic hyperchaotic attractors of the plane Rigorous predition of quadrati hyperhaoti attrators of the plane Zeraoulia Elhadj 1, J. C. Sprott 2 1 Department of Mathematis, University of Tébéssa, 12000), Algeria. E-mail: zeraoulia@mail.univ-tebessa.dz

More information

THE METHOD OF SECTIONING WITH APPLICATION TO SIMULATION, by Danie 1 Brent ~~uffman'i

THE METHOD OF SECTIONING WITH APPLICATION TO SIMULATION, by Danie 1 Brent ~~uffman'i THE METHOD OF SECTIONING '\ WITH APPLICATION TO SIMULATION, I by Danie 1 Brent ~~uffman'i Thesis submitted to the Graduate Faulty of the Virginia Polytehni Institute and State University in partial fulfillment

More information

Advances in Radio Science

Advances in Radio Science Advanes in adio Siene 2003) 1: 99 104 Copernius GmbH 2003 Advanes in adio Siene A hybrid method ombining the FDTD and a time domain boundary-integral equation marhing-on-in-time algorithm A Beker and V

More information

PREDICTION OF CONCRETE COMPRESSIVE STRENGTH

PREDICTION OF CONCRETE COMPRESSIVE STRENGTH PREDICTION OF CONCRETE COMPRESSIVE STRENGTH Dunja Mikuli (1), Ivan Gabrijel (1) and Bojan Milovanovi (1) (1) Faulty o Civil Engineering, University o Zagreb, Croatia Abstrat A ompressive strength o onrete

More information

max min z i i=1 x j k s.t. j=1 x j j:i T j

max min z i i=1 x j k s.t. j=1 x j j:i T j AM 221: Advaned Optimization Spring 2016 Prof. Yaron Singer Leture 22 April 18th 1 Overview In this leture, we will study the pipage rounding tehnique whih is a deterministi rounding proedure that an be

More information

7 Max-Flow Problems. Business Computing and Operations Research 608

7 Max-Flow Problems. Business Computing and Operations Research 608 7 Max-Flow Problems Business Computing and Operations Researh 68 7. Max-Flow Problems In what follows, we onsider a somewhat modified problem onstellation Instead of osts of transmission, vetor now indiates

More information

Optimization of Statistical Decisions for Age Replacement Problems via a New Pivotal Quantity Averaging Approach

Optimization of Statistical Decisions for Age Replacement Problems via a New Pivotal Quantity Averaging Approach Amerian Journal of heoretial and Applied tatistis 6; 5(-): -8 Published online January 7, 6 (http://www.sienepublishinggroup.om/j/ajtas) doi:.648/j.ajtas.s.65.4 IN: 36-8999 (Print); IN: 36-96 (Online)

More information

Control Theory association of mathematics and engineering

Control Theory association of mathematics and engineering Control Theory assoiation of mathematis and engineering Wojieh Mitkowski Krzysztof Oprzedkiewiz Department of Automatis AGH Univ. of Siene & Tehnology, Craow, Poland, Abstrat In this paper a methodology

More information

Bilinear Formulated Multiple Kernel Learning for Multi-class Classification Problem

Bilinear Formulated Multiple Kernel Learning for Multi-class Classification Problem Bilinear Formulated Multiple Kernel Learning for Multi-lass Classifiation Problem Takumi Kobayashi and Nobuyuki Otsu National Institute of Advaned Industrial Siene and Tehnology, -- Umezono, Tsukuba, Japan

More information

Optimization of Multiple Responses in the Taguchi Method Using Desirability Function and Fuzzy Regression

Optimization of Multiple Responses in the Taguchi Method Using Desirability Function and Fuzzy Regression Optimization o Multiple Responses in the Taguhi Method Using Desirability Funtion Fuzzy Regression Abbas Al-Reaie, Ibrahim Rawabdeh, Issam Jalham, Nour Bata, Reema Abu-Alha Abstrat This researh proposes

More information

DIGITAL DISTANCE RELAYING SCHEME FOR PARALLEL TRANSMISSION LINES DURING INTER-CIRCUIT FAULTS

DIGITAL DISTANCE RELAYING SCHEME FOR PARALLEL TRANSMISSION LINES DURING INTER-CIRCUIT FAULTS CHAPTER 4 DIGITAL DISTANCE RELAYING SCHEME FOR PARALLEL TRANSMISSION LINES DURING INTER-CIRCUIT FAULTS 4.1 INTRODUCTION Around the world, environmental and ost onsiousness are foring utilities to install

More information

Modeling of discrete/continuous optimization problems: characterization and formulation of disjunctions and their relaxations

Modeling of discrete/continuous optimization problems: characterization and formulation of disjunctions and their relaxations Computers and Chemial Engineering (00) 4/448 www.elsevier.om/loate/omphemeng Modeling of disrete/ontinuous optimization problems: haraterization and formulation of disjuntions and their relaxations Aldo

More information

Physical Laws, Absolutes, Relative Absolutes and Relativistic Time Phenomena

Physical Laws, Absolutes, Relative Absolutes and Relativistic Time Phenomena Page 1 of 10 Physial Laws, Absolutes, Relative Absolutes and Relativisti Time Phenomena Antonio Ruggeri modexp@iafria.om Sine in the field of knowledge we deal with absolutes, there are absolute laws that

More information

Lightpath routing for maximum reliability in optical mesh networks

Lightpath routing for maximum reliability in optical mesh networks Vol. 7, No. 5 / May 2008 / JOURNAL OF OPTICAL NETWORKING 449 Lightpath routing for maximum reliability in optial mesh networks Shengli Yuan, 1, * Saket Varma, 2 and Jason P. Jue 2 1 Department of Computer

More information

Development of Fuzzy Extreme Value Theory. Populations

Development of Fuzzy Extreme Value Theory. Populations Applied Mathematial Sienes, Vol. 6, 0, no. 7, 58 5834 Development of Fuzzy Extreme Value Theory Control Charts Using α -uts for Sewed Populations Rungsarit Intaramo Department of Mathematis, Faulty of

More information

Danielle Maddix AA238 Final Project December 9, 2016

Danielle Maddix AA238 Final Project December 9, 2016 Struture and Parameter Learning in Bayesian Networks with Appliations to Prediting Breast Caner Tumor Malignany in a Lower Dimension Feature Spae Danielle Maddix AA238 Final Projet Deember 9, 2016 Abstrat

More information

6.4 Dividing Polynomials: Long Division and Synthetic Division

6.4 Dividing Polynomials: Long Division and Synthetic Division 6 CHAPTER 6 Rational Epressions 6. Whih of the following are equivalent to? y a., b. # y. y, y 6. Whih of the following are equivalent to 5? a a. 5, b. a 5, 5. # a a 6. In your own words, eplain one method

More information

Weighted K-Nearest Neighbor Revisited

Weighted K-Nearest Neighbor Revisited Weighted -Nearest Neighbor Revisited M. Biego University of Verona Verona, Italy Email: manuele.biego@univr.it M. Loog Delft University of Tehnology Delft, The Netherlands Email: m.loog@tudelft.nl Abstrat

More information

REFINED UPPER BOUNDS FOR THE LINEAR DIOPHANTINE PROBLEM OF FROBENIUS. 1. Introduction

REFINED UPPER BOUNDS FOR THE LINEAR DIOPHANTINE PROBLEM OF FROBENIUS. 1. Introduction Version of 5/2/2003 To appear in Advanes in Applied Mathematis REFINED UPPER BOUNDS FOR THE LINEAR DIOPHANTINE PROBLEM OF FROBENIUS MATTHIAS BECK AND SHELEMYAHU ZACKS Abstrat We study the Frobenius problem:

More information

EFFECT OF PERFORATION AREA ON TEMPERATURE DISTRIBUTION OF THE RECTANGULAR FINS UNDER NATURAL CONVECTION

EFFECT OF PERFORATION AREA ON TEMPERATURE DISTRIBUTION OF THE RECTANGULAR FINS UNDER NATURAL CONVECTION RPN Journal o Engineering and pplied Sienes 2006-2016 sian Researh Publishing Network (RPN). ll rights reserved. www.arpnjournals.om EFFECT OF PERFORTION RE ON TEMPERTURE DISTRIBUTION OF THE RECTNGULR

More information

the following action R of T on T n+1 : for each θ T, R θ : T n+1 T n+1 is defined by stated, we assume that all the curves in this paper are defined

the following action R of T on T n+1 : for each θ T, R θ : T n+1 T n+1 is defined by stated, we assume that all the curves in this paper are defined How should a snake turn on ie: A ase study of the asymptoti isoholonomi problem Jianghai Hu, Slobodan N. Simić, and Shankar Sastry Department of Eletrial Engineering and Computer Sienes University of California

More information

Measuring & Inducing Neural Activity Using Extracellular Fields I: Inverse systems approach

Measuring & Inducing Neural Activity Using Extracellular Fields I: Inverse systems approach Measuring & Induing Neural Ativity Using Extraellular Fields I: Inverse systems approah Keith Dillon Department of Eletrial and Computer Engineering University of California San Diego 9500 Gilman Dr. La

More information

Orthogonal Complement Based Divide-and-Conquer Algorithm (O-DCA) for Constrained Multibody Systems

Orthogonal Complement Based Divide-and-Conquer Algorithm (O-DCA) for Constrained Multibody Systems Orthogonal Complement Based Divide-and-Conquer Algorithm (O-DCA) for Constrained Multibody Systems Rudranarayan M. Mukherjee, Kurt S. Anderson Computational Dynamis Laboratory Department of Mehanial Aerospae

More information

A new initial search direction for nonlinear conjugate gradient method

A new initial search direction for nonlinear conjugate gradient method International Journal of Mathematis Researh. ISSN 0976-5840 Volume 6, Number 2 (2014), pp. 183 190 International Researh Publiation House http://www.irphouse.om A new initial searh diretion for nonlinear

More information

Developing Excel Macros for Solving Heat Diffusion Problems

Developing Excel Macros for Solving Heat Diffusion Problems Session 50 Developing Exel Maros for Solving Heat Diffusion Problems N. N. Sarker and M. A. Ketkar Department of Engineering Tehnology Prairie View A&M University Prairie View, TX 77446 Abstrat This paper

More information

After the completion of this section the student should recall

After the completion of this section the student should recall Chapter I MTH FUNDMENTLS I. Sets, Numbers, Coordinates, Funtions ugust 30, 08 3 I. SETS, NUMERS, COORDINTES, FUNCTIONS Objetives: fter the ompletion of this setion the student should reall - the definition

More information

7.1 Roots of a Polynomial

7.1 Roots of a Polynomial 7.1 Roots of a Polynomial A. Purpose Given the oeffiients a i of a polynomial of degree n = NDEG > 0, a 1 z n + a 2 z n 1 +... + a n z + a n+1 with a 1 0, this subroutine omputes the NDEG roots of the

More information

Nonreversibility of Multiple Unicast Networks

Nonreversibility of Multiple Unicast Networks Nonreversibility of Multiple Uniast Networks Randall Dougherty and Kenneth Zeger September 27, 2005 Abstrat We prove that for any finite direted ayli network, there exists a orresponding multiple uniast

More information

A new method of measuring similarity between two neutrosophic soft sets and its application in pattern recognition problems

A new method of measuring similarity between two neutrosophic soft sets and its application in pattern recognition problems Neutrosophi Sets and Systems, Vol. 8, 05 63 A new method of measuring similarity between two neutrosophi soft sets and its appliation in pattern reognition problems Anjan Mukherjee, Sadhan Sarkar, Department

More information

The gravitational phenomena without the curved spacetime

The gravitational phenomena without the curved spacetime The gravitational phenomena without the urved spaetime Mirosław J. Kubiak Abstrat: In this paper was presented a desription of the gravitational phenomena in the new medium, different than the urved spaetime,

More information

Exploring the feasibility of on-site earthquake early warning using close-in records of the 2007 Noto Hanto earthquake

Exploring the feasibility of on-site earthquake early warning using close-in records of the 2007 Noto Hanto earthquake Exploring the feasibility of on-site earthquake early warning using lose-in reords of the 2007 Noto Hanto earthquake Yih-Min Wu 1 and Hiroo Kanamori 2 1. Department of Geosienes, National Taiwan University,

More information

Variation Based Online Travel Time Prediction Using Clustered Neural Networks

Variation Based Online Travel Time Prediction Using Clustered Neural Networks Variation Based Online Travel Time Predition Using lustered Neural Networks Jie Yu, Gang-Len hang, H.W. Ho and Yue Liu Abstrat-This paper proposes a variation-based online travel time predition approah

More information

). In accordance with the Lorentz transformations for the space-time coordinates of the same event, the space coordinates become

). In accordance with the Lorentz transformations for the space-time coordinates of the same event, the space coordinates become Relativity and quantum mehanis: Jorgensen 1 revisited 1. Introdution Bernhard Rothenstein, Politehnia University of Timisoara, Physis Department, Timisoara, Romania. brothenstein@gmail.om Abstrat. We first

More information

EXACT TRAVELLING WAVE SOLUTIONS FOR THE GENERALIZED KURAMOTO-SIVASHINSKY EQUATION

EXACT TRAVELLING WAVE SOLUTIONS FOR THE GENERALIZED KURAMOTO-SIVASHINSKY EQUATION Journal of Mathematial Sienes: Advanes and Appliations Volume 3, 05, Pages -3 EXACT TRAVELLING WAVE SOLUTIONS FOR THE GENERALIZED KURAMOTO-SIVASHINSKY EQUATION JIAN YANG, XIAOJUAN LU and SHENGQIANG TANG

More information

A Rayleigh-Ritz method based on improved Fourier series for vibration analysis of cylindrical shell coupled with elastic beams

A Rayleigh-Ritz method based on improved Fourier series for vibration analysis of cylindrical shell coupled with elastic beams A Raleigh-Rit method based on improved Fourier series for vibration analsis of lindrial shell oupled with elasti beams Zhang Rune ; Cao Yipeng ; Li liaouan College of Power and Energ Engineering, Harbin

More information

Does P=NP? Karlen G. Gharibyan. SPIRIT OF SOFT LLC, 4-th lane 5 Vratsakan 45, 0051, Yerevan, Armenia

Does P=NP? Karlen G. Gharibyan. SPIRIT OF SOFT LLC, 4-th lane 5 Vratsakan 45, 0051, Yerevan, Armenia 1 Does P=NP? Om tat sat Karlen G. Gharibyan SPIRIT OF SOFT LLC, 4-th lane 5 Vratsakan 45, 0051, Yerevan, Armenia E-mail: karlen.gharibyan@spiritofsoft.om Abstrat-The P=NP? problem was emerged in 1971.

More information

COMPENSATION OF VALVE DEADZONE USING MIXED INTEGER PREDICTIVE CONTROL

COMPENSATION OF VALVE DEADZONE USING MIXED INTEGER PREDICTIVE CONTROL COMPENSAION OF VALVE DEADZONE USING MIXED INEGER PREDICIVE CONROL Jakub Novak and Petr Chalupa omas Bata University Faulty of Applied Informatis Centre for Seurity Information and Advaned ehnologies nam.

More information

A simple expression for radial distribution functions of pure fluids and mixtures

A simple expression for radial distribution functions of pure fluids and mixtures A simple expression for radial distribution funtions of pure fluids and mixtures Enrio Matteoli a) Istituto di Chimia Quantistia ed Energetia Moleolare, CNR, Via Risorgimento, 35, 56126 Pisa, Italy G.

More information

A. Shirani*and M. H. Alamatsaz

A. Shirani*and M. H. Alamatsaz IJST (013) A1: 9-34 Iranian Journal of Siene & Tehnology http://www.shirazu.a.ir/en Calulion of exposure buildup fators for point isotropi gamma ray soures in strified spherial shields of wer surrounded

More information

Design of Optimal Flight Controller for Generic Linearised Missile Model in Hypersonic Regime

Design of Optimal Flight Controller for Generic Linearised Missile Model in Hypersonic Regime Design o Optimal Flight Controller or Generi Linearised Missile Model in Hypersoni Regime Jijoong Kim and Farhan A. Faruqi Weapons Systems Division Deene Siene and ehnology Organisation DSO-R-2423 ABSRAC

More information

The Unified Geometrical Theory of Fields and Particles

The Unified Geometrical Theory of Fields and Particles Applied Mathematis, 014, 5, 347-351 Published Online February 014 (http://www.sirp.org/journal/am) http://dx.doi.org/10.436/am.014.53036 The Unified Geometrial Theory of Fields and Partiles Amagh Nduka

More information

Parallel disrete-event simulation is an attempt to speed-up the simulation proess through the use of multiple proessors. In some sense parallel disret

Parallel disrete-event simulation is an attempt to speed-up the simulation proess through the use of multiple proessors. In some sense parallel disret Exploiting intra-objet dependenies in parallel simulation Franeso Quaglia a;1 Roberto Baldoni a;2 a Dipartimento di Informatia e Sistemistia Universita \La Sapienza" Via Salaria 113, 198 Roma, Italy Abstrat

More information

Q c, Q f denote the outputs of good C and F, respectively. The resource constraints are: T since the technology implies: Tc = Qc

Q c, Q f denote the outputs of good C and F, respectively. The resource constraints are: T since the technology implies: Tc = Qc Fall 2008 Eon 455 Ansers - Problem Set 3 Harvey Lapan 1. Consider a simpliied version o the Heksher-Ohlin model ith the olloing tehnology: To produe loth: three units o labor and one unit o land are required

More information

The Effectiveness of the Linear Hull Effect

The Effectiveness of the Linear Hull Effect The Effetiveness of the Linear Hull Effet S. Murphy Tehnial Report RHUL MA 009 9 6 Otober 009 Department of Mathematis Royal Holloway, University of London Egham, Surrey TW0 0EX, England http://www.rhul.a.uk/mathematis/tehreports

More information

Scalable Positivity Preserving Model Reduction Using Linear Energy Functions

Scalable Positivity Preserving Model Reduction Using Linear Energy Functions Salable Positivity Preserving Model Redution Using Linear Energy Funtions Sootla, Aivar; Rantzer, Anders Published in: IEEE 51st Annual Conferene on Deision and Control (CDC), 2012 DOI: 10.1109/CDC.2012.6427032

More information

23.1 Tuning controllers, in the large view Quoting from Section 16.7:

23.1 Tuning controllers, in the large view Quoting from Section 16.7: Lesson 23. Tuning a real ontroller - modeling, proess identifiation, fine tuning 23.0 Context We have learned to view proesses as dynami systems, taking are to identify their input, intermediate, and output

More information

Development of a user element in ABAQUS for modelling of cohesive laws in composite structures

Development of a user element in ABAQUS for modelling of cohesive laws in composite structures Downloaded from orbit.dtu.dk on: Jan 19, 2019 Development of a user element in ABAQUS for modelling of ohesive laws in omposite strutures Feih, Stefanie Publiation date: 2006 Doument Version Publisher's

More information

estimated pulse sequene we produe estimates of the delay time struture of ripple-red events. Formulation of the Problem We model the k th seismi trae

estimated pulse sequene we produe estimates of the delay time struture of ripple-red events. Formulation of the Problem We model the k th seismi trae Bayesian Deonvolution of Seismi Array Data Using the Gibbs Sampler Eri A. Suess Robert Shumway, University of California, Davis Rong Chen, Texas A&M University Contat: Eri A. Suess, Division of Statistis,

More information

15.12 Applications of Suffix Trees

15.12 Applications of Suffix Trees 248 Algorithms in Bioinformatis II, SoSe 07, ZBIT, D. Huson, May 14, 2007 15.12 Appliations of Suffix Trees 1. Searhing for exat patterns 2. Minimal unique substrings 3. Maximum unique mathes 4. Maximum

More information

UNCERTAINTY RELATIONS AS A CONSEQUENCE OF THE LORENTZ TRANSFORMATIONS. V. N. Matveev and O. V. Matvejev

UNCERTAINTY RELATIONS AS A CONSEQUENCE OF THE LORENTZ TRANSFORMATIONS. V. N. Matveev and O. V. Matvejev UNCERTAINTY RELATIONS AS A CONSEQUENCE OF THE LORENTZ TRANSFORMATIONS V. N. Matveev and O. V. Matvejev Joint-Stok Company Sinerta Savanoriu pr., 159, Vilnius, LT-315, Lithuania E-mail: matwad@mail.ru Abstrat

More information

THE TWIN PARADOX A RELATIVISTIC DOMAIN RESOLUTION

THE TWIN PARADOX A RELATIVISTIC DOMAIN RESOLUTION THE TWIN PARADOX A RELATIVISTIC DOMAIN RESOLUTION Peter G.Bass P.G.Bass www.relativitydomains.om January 0 ABSTRACT This short paper shows that the so alled "Twin Paradox" of Speial Relativity, is in fat

More information

NEW MEANS OF CYBERNETICS, INFORMATICS, COMPUTER ENGINEERING, AND SYSTEMS ANALYSIS

NEW MEANS OF CYBERNETICS, INFORMATICS, COMPUTER ENGINEERING, AND SYSTEMS ANALYSIS Cybernetis and Systems Analysis, Vol. 43, No. 5, 007 NEW MEANS OF CYBERNETICS, INFORMATICS, COMPUTER ENGINEERING, AND SYSTEMS ANALYSIS ARCHITECTURAL OPTIMIZATION OF A DIGITAL OPTICAL MULTIPLIER A. V. Anisimov

More information

Einstein s Three Mistakes in Special Relativity Revealed. Copyright Joseph A. Rybczyk

Einstein s Three Mistakes in Special Relativity Revealed. Copyright Joseph A. Rybczyk Einstein s Three Mistakes in Speial Relativity Revealed Copyright Joseph A. Rybzyk Abstrat When the evidene supported priniples of eletromagneti propagation are properly applied, the derived theory is

More information

Coding for Random Projections and Approximate Near Neighbor Search

Coding for Random Projections and Approximate Near Neighbor Search Coding for Random Projetions and Approximate Near Neighbor Searh Ping Li Department of Statistis & Biostatistis Department of Computer Siene Rutgers University Pisataay, NJ 8854, USA pingli@stat.rutgers.edu

More information

Average Rate Speed Scaling

Average Rate Speed Scaling Average Rate Speed Saling Nikhil Bansal David P. Bunde Ho-Leung Chan Kirk Pruhs May 2, 2008 Abstrat Speed saling is a power management tehnique that involves dynamially hanging the speed of a proessor.

More information

Wave Propagation through Random Media

Wave Propagation through Random Media Chapter 3. Wave Propagation through Random Media 3. Charateristis of Wave Behavior Sound propagation through random media is the entral part of this investigation. This hapter presents a frame of referene

More information