EMPIRICAL COMPLEXITY ANALYSIS OF A MILP-APPROACH FOR OPTIMIZATION OF HYBRID SYSTEMS

Size: px
Start display at page:

Download "EMPIRICAL COMPLEXITY ANALYSIS OF A MILP-APPROACH FOR OPTIMIZATION OF HYBRID SYSTEMS"

Transcription

1 EMPIRICAL COMPLEXITY ANALYSIS OF A MILP-APPROACH FOR OPTIMIZATION OF HYBRID SYSTEMS Jochen Till, Sebastian Engell, Sebastian Panek, and Olaf Stursberg Process Control Lab (CT-AST), University of Dortund, Dortund, Gerany. E-ail: {j.till s.engell s.panek o.stursberg}@ct.uni-dortund.de Abstract: Many techniques for designing controllers for hybrid systes suffer inherently fro the coplexity of coputation, such that the applicability is liited to relatively sall probles. It is often not obvious, however, which particular part of a proble forulation has a doinant ipact on the increase of coplexity with the proble size. This paper describes a thorough epirical investigation of the sources of coplexity for an approach to optial control of hybrid systes. This approach transfors the control task into a ixed-integer prograing proble that is solved by Branch&Bound techniques. The influence of various paraeters on the coputational costs are investigated for a scalable technical exaple. Keywords: Coplexity, Epirical Analysis, Hybrid Systes, Mixed Integer Prograing, Optial Control. 1. INTRODUCTION In coparison to designing controllers for purely discrete or purely continuous systes, the design of controllers for hybrid systes is a particularly challenging task: even in phases of the evolution of a hybrid syste in which the structure of the dynaic equations reains constant, the evolution can be governed by continuous and discrete inputs. Design techniques have to account for the interaction of both degrees of freedo, with possibly opposing effects. If, in addition, the odel structure changes discretely at the occurrence of specific internal or externally triggered events, the design has to consider further discontinuities. Nevertheless, various algorithic approaches to controller design for different types of hybrid systes have eerged in recent years, notably those for algorithic synthesis and verification as can be found, e.g., in the proceedings of the HSCCworkshops (Tolin and Greenstreet, 2002). A coon property of at least those techniques that consider nonlinear dynaics in the continuous part of hybrid systes is that the coputational costs increase drastically with the proble size (see, e.g., (Silva et al., 2001)). A first step in aking existing techniques applicable to real-world probles is to investigate which degrees of freedo or which particular part of a proble forulation are doinating sources of coplexity. The intention of this contribution is to identify those effects that prohibit the application to large systes. The investigation is carried out exeplarily for an approach to copute optial control strategies for hybrid systes with nonlinear continuous dynaics and continuous as well as discrete inputs. The ethod is based on a transforation into a ixed-integer linear prograing (MILP) proble that is solved

2 by a Branch&Bound algorith (Stursberg and Panek, 2002; Stursberg et al., 2002). After sketching the approach in Sec. 2, we eploy two different ethods to assess the coplexity, as described in (Nehauser et al., 1994): In Sec. 3, a worstcase analysis provides guaranteed lower and upper bounds for the coplexity as functions of key paraeters of the proble forulation. Since these bounds are often overly conservative, additional inforation is obtained fro an epirical analysis (Sec. 4). In this step, the coputation tie is easured for different variations of the proble forulation, using a scalable exaple. Of course, the results presented are specific for the considered approach, but we nevertheless think that they point to typical probles arising in algoriths for hybrid systes and are thus helpful in assessing the coplexity of other approaches as well. 2. AN OPTIMAL CONTROL PROBLEM FOR HYBRID SYSTEMS We consider the task of deterining a control strategy to drive a given hybrid syste fro an initial state x 0 to a target region R tar with inial cost. Such probles typically arise in start-up procedures of processing systes where the ain goal is to reach a new desired operating region as quickly as possible while state and input constraints have to be et. The solution approach described in (Stursberg and Panek, 2002; Stursberg et al., 2002) consists of three steps: The starting point is to odel the given syste as a hybrid autoaton with possibly nonlinear continuous-tie dynaics and continuous and discrete control inputs. The state space X R nx of diension n x is partitioned by a set of n E hyperplanes such that ñ R polyhedral regions R r result: r R r = X. For reach region R r the dynaics is defined by a function ẋ = f r (x, u, v), where x is the current state, and u and v are continuous and discrete inputs. The nuber of all possible discrete input values is denoted by n V. The dynaics switches autonoously fro f r to f r if the state trajectory x(t) crosses the hyperplane that separates the regions R r and R r. The second step coprises the following: (1) Tie is discretized by transforing the ODEs fro step one into a set of difference equations defined for a set T of n T discrete points of tie. (2) All functions f r are replaced by linear approxiations for appropriate linearization points of x L r (in each region R r ) and u L. In order to iprove this approxiation, it can be necessary to introduce additional hyperplanes that lead to a finer partition of the state space, and hence to a larger nuber n R ñ R of regions. The result is a set of linear discrete tie functions x k+1 = f r,v (x k, u k ) = A r,v x k + B r,v u k + L r,v for each region R r and each discrete input value v. The tie index is k. In the third step, the optiization proble is forulated using the dynaic odel as constraints: The linear dynaics define restrictions on the continuous variables x k and u k, i.e., they relate the states x k, x k+1 at successive points of tie. Since only one linearized dynaics f r,v (x k, u k ) can be valid for each t k T, all other dynaic equations ust be disabled. For this purpose, a set of binary variables b k,r,v is defined, each of which enables or disables the corresponding function f r,v (x k, u k ) at k. The choice of the dynaics for a specific region R r and discrete input v k is forulated by: x k+1 = r,v b k,r,v (A r,v x k + B r,v u k + L r,v ). A transition between different dynaics hence corresponds to a change of values for exactly two binary variables. Since the objective is to forulate a linear optiization proble, the products of variables are linearized by introducing continuous auxiliary variables x b k,r,v := b k,r,v x k, u b k,r,v := b k,r,v u k and special sets of inequalities. This construction was proposed in (Stursberg and Panek, 2002) as disjunctive forulation. It is appropriate to define the relationship between continuous and binary variables without requiring large nubers of binary auxiliary variables. The forulation of the dynaics results in: x k+1 = r,v A r,vx b k,r,v + B r,v u b k,r,v + b k,r,vl r,v, and it ust hold that r,v b k,r,v = 1 for all k T. The set of constraints additionally contains inequalities that specify the regions R r and the check wether x k R r. For regions specified by C r x d r, the latter is written as b k,r (C r x d r ) 0, r b k,r = 1 with additional binary variables b k,r := v b k,r,v. Also here, the product of variables can be replaced by the disjunctive forulation. As described in (Stursberg et al., 2002), different possibilities exist to specify appropriate objective functions in the given context. We consider here a version that forulates the distance to a given rectangular target region R tar X in each step k: J = k x k z 1, z R tar. Since used in a iniization in u,v J, those trajectories of continuous (u k ) and discrete inputs (v k ) are selected, which drive the syste as close as possible to R tar in each step. The objective function together with the listed constraints represents a ixed integer linear prograing proble (MILP) that can be solved by standard techniques such as Branch&Bound algoriths.

3 3. THEORETICAL COMPLEXITY ANALYSIS For the optial control proble stated in Sec. 2, the objective of the coplexity studies is to investigate the coputational costs as a function of of the proble size. To deterine the latter, the following three easures are eployed: M 1 the size of the original proble easured by the values of the characteristic paraeters n x, n R, n v, and n T ; M 2 the size of the prograing proble specified by the overall nuber of variables n, the nuber of binary variables d (contained in n), and the overall nuber of constraints ; M 3 the coputational cost to solve the MILP easured as CPU-tie. This section describes the dependencies between the three easures prior to epirical studies. 3.1 Relation between M 1 and M 2 The nuber of variables n and the nuber of equations grow linearly with n x, n v, and n R. While d is not affected by n x, it depends according to log 2 (n R ) and log 2 (n v ) on the nuber of regions and discrete input cobinations due to the binary encoding of the discrete variables n R and n v. The nuber of regions itself is bounded by (n E +1) n R (2 n E ). In addition, all paraeters related to the easure M 2 grow linearly with the considered nuber n T of tie points. The coplexity of M 2 depending on M 1 is O(n T n x n v n R ) for and O(n T log 2 (n v + n R )) for d. is a sall ultiple of, but for large-scale probles it is reported that a ore realistic estiation is O() for the nuber of iterations and O( n) for the nuber of arithetic operations in each iteration. In (Hocks, 1995) it is stated that the coplexity of the siplex algorith grows fro linear to polynoinal with increasing proble size (Table 1), whereas barrier ethods proise lower coplexity for large scale probles. Table 1. Coplexity of the siplex algorith according to Hocks Scale Diension Coplexity sall < 100 O() ediu 100 < O( 2 ) large O( ) worst case O(2 ) The classical approach for solving an IP (with d binary variables) is the tree search by a Branch&Bound algorith with linear prograing relaxation, which generally has an exponential coplexity (NP-hard) (Floudas and Pardalos, 2001). In the best case, the coplexity of the Branch&Bound algorith is linear in the nuber of binary variables d, and in the worst case the full tree has to be searched. Heuristics ay be used to generate a first feasible solution and upper bounds, which reduce the size of the relaxed proble and also the tree size. An exact relation between the nuber of binary variables and the average coplexity of practical probles is still unknown, but the average coplexity varies fro fro O(d) over O(d 2 ) to O(2 d ) (Zhang, 1999). 3.2 Relation between M 2 and M 3 This section ais at assessing the relation between (n, d, ) and the coputation tie by reviewing published literature on the coplexity of MILP probles. By Branch&Bound algoriths, MILPs are decoposed into an integer progra (IP) and a series of subordinated linear progras (LP). The size of an LP is defined by its n variables and constraints. A standard solver for LPs is the Siplex Algorith, which searches along the vertices of the feasible region in direction of a decreasing value of the objective function. In the worst case, all vertices have to be investigated what leads to ψ = ( n ) iterations. The relation between the proble size of an LP and the average coplexity of the solution is still an open issue, but it has been found experientally that the effort is often considerably saller than in the worst-case: (Edgar and Hielblau, 1988) ention that the nuber of iterations usually depends uch ore on than on n, and is often between and 3. This range is confired in (Nehauser et al., 1994) for probles in which n 4. EMPIRICAL ANALYSIS Since especially the relation between M 2 and M 3 cannot be established precisely fro theoretical considerations, we now epirically analyze the perforance of the approach. We use a scalable ulti-tank syste to investigate directly the relation between M 1 and M 3. Scaling eans in this context that one of the paraeters dterining M 1 is varied (while the others are kept constant) and the change of M 3 is observed. The scalable syste under consideration is shown in Fig. 1: It consists of a series of tanks connected by pipes. The feed into the first tank is located above this tank, while all other feed tubes are located at the ediu height (H) of the subsequent tank. The feed and the outflow pipes are equipped with valves to adjust the flow rates. Autonoous changes of the dynaics occur, if the liquid level h in a tank exceeds the height of the feed tube. A corresponding hyperplane and two distinct dynaics account for this in the hybrid odel. The fact, that a reversed flow fro a tank into a preceding one is assued to be not possible,

4 target R tar forbidden regions V0 h2 H2 h1 h2 V1 h3 H2 V2 h1 H3 H3 h3 switching of the dynaics n T (a) tie steps n T n x (b) states n x Fig. 1. Reference syste with three tanks; partitioning of X is odeled by a forbidden region in the state space (see (Stursberg and Engell, 2002) for details on specifying forbidden regions). The syste as shown in Fig. 1 acts as a reference odel, i.e., it is the basis for investigating variations of one of the paraeters n x, n R, n v, n T. The reference odel is defined by three tanks (n x = 3) with only continuous inputs, thus only one discrete input cobination is considered (n v = 1). The continuous valves V represent bounded continuous inputs. Modelling of the syste leads to n E = 4 separating hyperplanes which define n R = 7 regions. The optiization goal is to iniize the objective function as specified in Sec. 2 for the transition fro the initial state x 0 = (0.1, 0.1, 0.1) T to the target region R tar = [0.7, 0.8] [0.7, 0.8] [0.7, 0.8] within n T = 10 tie steps. n R (c) regions n R (d) input cob. n v Fig. 2. Analysis of coputing tie: scaled tie c vs. proble size M 1 feeding pipes located at the top (as for the first tank). The results for n x between 3 and 8 are shown in Fig. 2(b) Regions: In order to study the ipact of n R, hyperplanes are successively reoved fro the odel (by setting the height of the inflow pipes to a axiu value of the level), or added respectively. For exaple, by adding one additional separating hyperplane to the first tank of the references odel (i.e., n E = 5), the nuber of regions is increased to n R = 18. The effect on the CPU-tie is shown in Fig. 2(c). n v 4.1 Analysis of the Coputation Tie The MILPs are solved by using the package GAMS/CPLEX 7.5 which is based on a Branch& Bound algorith with cuts and heuristics, and a siplex algorith to solve the LP subprobles. Upper bounds for the nuber of iterations and the axiu resource usage are set to 10 6, and 10 5 s( 27.7h) respectively. The relative gap to optiality is set to ɛ All coputations were perfored on a Workstation Sun Ultra-Sparc with 300 MHz. In all subsequent figures, we use a scaled CPU-tie c = t/t ref where t ref = 19.74s is the coputing tie for the reference syste Tie steps: To observe the effect of altering the nuber of tie steps, the tie horizon is kept constant as t nt = 50s while n T is varied between 5 and 11. As shown in Figure 2(a), the CPU-tie grows exponentially Cont. State Space: The diension n x of X is increased by adding additional tanks, with Discrete Input Cobinations: Finally, the effects of a changed nuber of input cobinations is investigated by allowing different settings for the two valves V1 and V2. Figure 2(d) suarizes the results for n v between 1 and Suary of the Experiental Results As shown in Figures 2(a)-2(d), the following dependencies of M 3 fro M1 were observed: O(2 n T ), O(n 2 x ), O(n 2 R ), and O(n 2 v ). The ost critical effect is the exponential growth by an increase of n T. If n x, n R, and n v are increased (independently), the coplexity grows only polynoially. Fro about one hundred optiization studies, it was found that probles with 5 to 10 continuous state variables and a relatively sall nuber of tie steps (n T 5) are solvable for up to 8 discrete input cobinations and less than 10 regions within the given resource bounds.

5 T IT T IT I LP (a) Iterations per LP I LP LP size vs. (b) Cop. tie per LP iteration T IT (s) vs. LP size (c) B&B nodes N IP vs. IP size d Fig. 3. Iterations, coputing tie and B&B nodes vs. MILP size M 2 for series A T IT N IP I LP d (a) Iterations per LP I LP LP size vs. (b) Cop. tie per LP iteration T IT (s) vs. LP size (c) B&B nodes N IP vs. IP size d Fig. 4. Iterations, coputing tie and B&B nodes vs. MILP size M 2 for series B 4.3 Analysis of the Algorith To get further insight into the dependencies, the coplexity of the solution algorith is studied by observing the nuber of nodes N IP explored by the Branch&Bound algorith, and the average tie required to solve an LP. The tie required for one iteration during the LP solution varies due to the nuber of necessary algebraic operations. Therefore, the coputing tie of the LP solution is coputed by the average nuber of iterations I LP per LP ties the average CPU-tie per iteration T IT. This analysis includes the configurations of Sec. 4.1 (series A) and a larger set of about 70 experients with changes of ore than one syste paraeter at a tie (series B). We assue that the LP odel size is characterized by and the IP size by d. In the following figures, the paraeters N IP, I LP, and T IT are plotted against or d, respectively. The nuber of iterations per LP I LP is alost linear in for series A (Fig. 3(a)) with a few exceptions. For series B, Fig. 4(a) shows that especially for ore than 5000 equations the spread of points is rather large. The coputation ties per LP iteration T IT of series A are shown in Fig. 3(b) and of series B in Fig. 4(b). In both figures T IT appears linear in. It is ore difficult to estiate the dependency between N IP and d: Series A in (Fig. 3(c)) shows siilar results as series B (Fig. 4(c)). Both figures do not show a linear or quadratic relation clearly. 4.4 Interpretation of the Results The ai of the epirical analysis is to define the gap between the worst-case theoretical coplexity and the estiated coplexity of practical probles. The expected coputing tie of a MILP instance can be related to and d by: T MILP = K I K T K N d. The paraeters K are obtained fro the epirical series by: K I = I LP /, K T = T IT /, and K N = N IP /d. Now the epirical upper and lower bound of the total coputing tie can be estiated by taking the iniu and the axiu value of each K (Tab. 2) and relate and d to the respective values of the MILP instance. Figure 5 shows the coputing tie of the probles of series B and the epirical upper and lower bounds. We assue a constant value of the coputing tie per iteration by LP size K T for that. Copared to the epirical results, the theoretical worst case coputing tie can be ore than ties higher. If we copare the results of Table 2 with the considerations of Section 3, we can conclude that

6 Table 2. Epirical results of K Coefficient in ean ax K I (B) K T (B) (s) K N (B) K I K T K N (s) Series B Ep. axiu Ep. iniu to be to introduce the notion of odularity. If the proble can be split into several odules (each with sall values for n x, n R, and n v ), the solution of the optial control probles should be efficiently possible for each of the. The challenging task is to construct a solution for the coplete syste fro the coposition of the single solutions. 1 E+05 Total cop. tie (s) 1 E+04 1 E+03 1 E+02 1 E+01 1 E+00 1 E-01 1 E+06 1 E+07 1 E+08 1 E+09 1 E+10 MILP proble size: 2 d Fig. 5. Worst case and epirical bounds the series of MILP probles was solved very efficiently with respect to their proble size. To obtain a ore general result, we roughly estiate the coplexity fro Figures 3(a) - 4(c). We find I LP to be between O() and O( 2 ). For T IT it is O() and for N IP we assess a range between O(d) and O(d 2 ). As a result we can state the coputational coplexity M 3 of practical probles depending on M 2 to be O( 2 d) to O( 3 d 2 ). If we cobine this with the results of Section 3.1, we obtain the relation between M 1 and M 3 to be bounded by O((n T n x n v n R ) 2 n T log 2 (n v + n R )) and O((n T n x n v n R ) 3 (n T log 2 (n v + n R )) 2 ). 5. CONCLUSIONS The investigation shows (not surprisingly) that the tie horizon (n T ) has the doinant influence on the solution perforance: The nuber of equations and variables grows linearly with n T what leads to an exponential growth of the nuber of degrees of freedo. Two odifications to weaken this effect have been introduced: An obvious idea ist the use of a MPC-strategy that solves the optiization proble on short and oving horizons (Stursberg et al., 2002). A further reduction is obtained by using variable tie steps what allows to cover larger periods of tie with constant inputs (Stursberg and Engell, 2002). But even with these extensions, large scale probles reain unsolvable by the considered approach. This calls for reducing the size of the proble forulation for each point of tie. Considering the dependency of the coplexity on n x, n R, and n v, their ipact sees to be siilar, i.e., there is no clear candidate to be tackled first. Hence, a reasonable strategy for enhancing the applicability of this or siilar approaches sees REFERENCES Edgar, T. F. and D. M. Hielblau (1988). Optiization of cheical processes. McGraw- Hill. Floudas, C.A. and Pardalos, P.M., Eds.) (2001). Encyclopedia of Optiization. Kluwer Acadeic Publishers. Hocks, M. (1995). Innere-Punkt-Methoden und autoatische Ergebnisverifikation in der Linearen Optiierung (in Geran). PhD thesis. Universitaet Karlsruhe (TH). Nehauser, G.L., A.H.G. Rinnooy Kan and M.J. Todd (1994). Optiization. North-Holland. Silva, B.I., O. Stursberg, B.H. Krogh and S. Engell (2001). An assessent of the current status of algorithic approaches to the verification of hybrid systes. In: Proc. IEEE Conf. on Decision and Control. pp Stursberg, O. and S. Engell (2002). Optial control of switched continuous systes using ixed-integer prograing. In: Proc. 15 th IFAC World Congress on Autoatic Control. Paper: Th A06-4. Stursberg, O. and S. Panek (2002). Control of switched hybrid systes based on disjunctive forulations. In: Hybrid Systes: Coputation and Control. Vol of LNCS. Springer. pp Stursberg, O., S. Panek, J. Till and S. Engell (2002). Generation of optial control policies for systes with switched hybrid dynaics. In: Modelling, Analysis, and Design of Hybrid Systes. Vol. 279 of LNCIS. Springer. pp Tolin, C.J. and M.G. Greenstreet (2002). Hybrid Systes: Coputation and Control. Vol of LNCS. Springer. Zhang, Weixiong (1999). State-Space Search: Algoriths, Coplexity, Extensions, and Applications. Springer.

A Note on Scheduling Tall/Small Multiprocessor Tasks with Unit Processing Time to Minimize Maximum Tardiness

A Note on Scheduling Tall/Small Multiprocessor Tasks with Unit Processing Time to Minimize Maximum Tardiness A Note on Scheduling Tall/Sall Multiprocessor Tasks with Unit Processing Tie to Miniize Maxiu Tardiness Philippe Baptiste and Baruch Schieber IBM T.J. Watson Research Center P.O. Box 218, Yorktown Heights,

More information

Model Fitting. CURM Background Material, Fall 2014 Dr. Doreen De Leon

Model Fitting. CURM Background Material, Fall 2014 Dr. Doreen De Leon Model Fitting CURM Background Material, Fall 014 Dr. Doreen De Leon 1 Introduction Given a set of data points, we often want to fit a selected odel or type to the data (e.g., we suspect an exponential

More information

List Scheduling and LPT Oliver Braun (09/05/2017)

List Scheduling and LPT Oliver Braun (09/05/2017) List Scheduling and LPT Oliver Braun (09/05/207) We investigate the classical scheduling proble P ax where a set of n independent jobs has to be processed on 2 parallel and identical processors (achines)

More information

Experimental Design For Model Discrimination And Precise Parameter Estimation In WDS Analysis

Experimental Design For Model Discrimination And Precise Parameter Estimation In WDS Analysis City University of New York (CUNY) CUNY Acadeic Works International Conference on Hydroinforatics 8-1-2014 Experiental Design For Model Discriination And Precise Paraeter Estiation In WDS Analysis Giovanna

More information

e-companion ONLY AVAILABLE IN ELECTRONIC FORM

e-companion ONLY AVAILABLE IN ELECTRONIC FORM OPERATIONS RESEARCH doi 10.1287/opre.1070.0427ec pp. ec1 ec5 e-copanion ONLY AVAILABLE IN ELECTRONIC FORM infors 07 INFORMS Electronic Copanion A Learning Approach for Interactive Marketing to a Custoer

More information

Algorithms for parallel processor scheduling with distinct due windows and unit-time jobs

Algorithms for parallel processor scheduling with distinct due windows and unit-time jobs BULLETIN OF THE POLISH ACADEMY OF SCIENCES TECHNICAL SCIENCES Vol. 57, No. 3, 2009 Algoriths for parallel processor scheduling with distinct due windows and unit-tie obs A. JANIAK 1, W.A. JANIAK 2, and

More information

The Simplex Method is Strongly Polynomial for the Markov Decision Problem with a Fixed Discount Rate

The Simplex Method is Strongly Polynomial for the Markov Decision Problem with a Fixed Discount Rate The Siplex Method is Strongly Polynoial for the Markov Decision Proble with a Fixed Discount Rate Yinyu Ye April 20, 2010 Abstract In this note we prove that the classic siplex ethod with the ost-negativereduced-cost

More information

Department of Electronic and Optical Engineering, Ordnance Engineering College, Shijiazhuang, , China

Department of Electronic and Optical Engineering, Ordnance Engineering College, Shijiazhuang, , China 6th International Conference on Machinery, Materials, Environent, Biotechnology and Coputer (MMEBC 06) Solving Multi-Sensor Multi-Target Assignent Proble Based on Copositive Cobat Efficiency and QPSO Algorith

More information

Introduction to Discrete Optimization

Introduction to Discrete Optimization Prof. Friedrich Eisenbrand Martin Nieeier Due Date: March 9 9 Discussions: March 9 Introduction to Discrete Optiization Spring 9 s Exercise Consider a school district with I neighborhoods J schools and

More information

Kernel Methods and Support Vector Machines

Kernel Methods and Support Vector Machines Intelligent Systes: Reasoning and Recognition Jaes L. Crowley ENSIAG 2 / osig 1 Second Seester 2012/2013 Lesson 20 2 ay 2013 Kernel ethods and Support Vector achines Contents Kernel Functions...2 Quadratic

More information

Non-Parametric Non-Line-of-Sight Identification 1

Non-Parametric Non-Line-of-Sight Identification 1 Non-Paraetric Non-Line-of-Sight Identification Sinan Gezici, Hisashi Kobayashi and H. Vincent Poor Departent of Electrical Engineering School of Engineering and Applied Science Princeton University, Princeton,

More information

Homework 3 Solutions CSE 101 Summer 2017

Homework 3 Solutions CSE 101 Summer 2017 Hoework 3 Solutions CSE 0 Suer 207. Scheduling algoriths The following n = 2 jobs with given processing ties have to be scheduled on = 3 parallel and identical processors with the objective of iniizing

More information

Adapting the Pheromone Evaporation Rate in Dynamic Routing Problems

Adapting the Pheromone Evaporation Rate in Dynamic Routing Problems Adapting the Pheroone Evaporation Rate in Dynaic Routing Probles Michalis Mavrovouniotis and Shengxiang Yang School of Coputer Science and Inforatics, De Montfort University The Gateway, Leicester LE1

More information

On Constant Power Water-filling

On Constant Power Water-filling On Constant Power Water-filling Wei Yu and John M. Cioffi Electrical Engineering Departent Stanford University, Stanford, CA94305, U.S.A. eails: {weiyu,cioffi}@stanford.edu Abstract This paper derives

More information

Lecture 21. Interior Point Methods Setup and Algorithm

Lecture 21. Interior Point Methods Setup and Algorithm Lecture 21 Interior Point Methods In 1984, Kararkar introduced a new weakly polynoial tie algorith for solving LPs [Kar84a], [Kar84b]. His algorith was theoretically faster than the ellipsoid ethod and

More information

Interactive Markov Models of Evolutionary Algorithms

Interactive Markov Models of Evolutionary Algorithms Cleveland State University EngagedScholarship@CSU Electrical Engineering & Coputer Science Faculty Publications Electrical Engineering & Coputer Science Departent 2015 Interactive Markov Models of Evolutionary

More information

Intelligent Systems: Reasoning and Recognition. Perceptrons and Support Vector Machines

Intelligent Systems: Reasoning and Recognition. Perceptrons and Support Vector Machines Intelligent Systes: Reasoning and Recognition Jaes L. Crowley osig 1 Winter Seester 2018 Lesson 6 27 February 2018 Outline Perceptrons and Support Vector achines Notation...2 Linear odels...3 Lines, Planes

More information

Randomized Recovery for Boolean Compressed Sensing

Randomized Recovery for Boolean Compressed Sensing Randoized Recovery for Boolean Copressed Sensing Mitra Fatei and Martin Vetterli Laboratory of Audiovisual Counication École Polytechnique Fédéral de Lausanne (EPFL) Eail: {itra.fatei, artin.vetterli}@epfl.ch

More information

Hybrid System Identification: An SDP Approach

Hybrid System Identification: An SDP Approach 49th IEEE Conference on Decision and Control Deceber 15-17, 2010 Hilton Atlanta Hotel, Atlanta, GA, USA Hybrid Syste Identification: An SDP Approach C Feng, C M Lagoa, N Ozay and M Sznaier Abstract The

More information

MSEC MODELING OF DEGRADATION PROCESSES TO OBTAIN AN OPTIMAL SOLUTION FOR MAINTENANCE AND PERFORMANCE

MSEC MODELING OF DEGRADATION PROCESSES TO OBTAIN AN OPTIMAL SOLUTION FOR MAINTENANCE AND PERFORMANCE Proceeding of the ASME 9 International Manufacturing Science and Engineering Conference MSEC9 October 4-7, 9, West Lafayette, Indiana, USA MSEC9-8466 MODELING OF DEGRADATION PROCESSES TO OBTAIN AN OPTIMAL

More information

Ch 12: Variations on Backpropagation

Ch 12: Variations on Backpropagation Ch 2: Variations on Backpropagation The basic backpropagation algorith is too slow for ost practical applications. It ay take days or weeks of coputer tie. We deonstrate why the backpropagation algorith

More information

Estimation of ADC Nonlinearities from the Measurement in Input Voltage Intervals

Estimation of ADC Nonlinearities from the Measurement in Input Voltage Intervals Estiation of ADC Nonlinearities fro the Measureent in Input Voltage Intervals M. Godla, L. Michaeli, 3 J. Šaliga, 4 R. Palenčár,,3 Deptartent of Electronics and Multiedia Counications, FEI TU of Košice,

More information

A Simple Regression Problem

A Simple Regression Problem A Siple Regression Proble R. M. Castro March 23, 2 In this brief note a siple regression proble will be introduced, illustrating clearly the bias-variance tradeoff. Let Y i f(x i ) + W i, i,..., n, where

More information

Analyzing Simulation Results

Analyzing Simulation Results Analyzing Siulation Results Dr. John Mellor-Cruey Departent of Coputer Science Rice University johnc@cs.rice.edu COMP 528 Lecture 20 31 March 2005 Topics for Today Model verification Model validation Transient

More information

New Slack-Monotonic Schedulability Analysis of Real-Time Tasks on Multiprocessors

New Slack-Monotonic Schedulability Analysis of Real-Time Tasks on Multiprocessors New Slack-Monotonic Schedulability Analysis of Real-Tie Tasks on Multiprocessors Risat Mahud Pathan and Jan Jonsson Chalers University of Technology SE-41 96, Göteborg, Sweden {risat, janjo}@chalers.se

More information

Topic 5a Introduction to Curve Fitting & Linear Regression

Topic 5a Introduction to Curve Fitting & Linear Regression /7/08 Course Instructor Dr. Rayond C. Rup Oice: A 337 Phone: (95) 747 6958 E ail: rcrup@utep.edu opic 5a Introduction to Curve Fitting & Linear Regression EE 4386/530 Coputational ethods in EE Outline

More information

On Fuzzy Three Level Large Scale Linear Programming Problem

On Fuzzy Three Level Large Scale Linear Programming Problem J. Stat. Appl. Pro. 3, No. 3, 307-315 (2014) 307 Journal of Statistics Applications & Probability An International Journal http://dx.doi.org/10.12785/jsap/030302 On Fuzzy Three Level Large Scale Linear

More information

Gary J. Balas Aerospace Engineering and Mechanics, University of Minnesota, Minneapolis, MN USA

Gary J. Balas Aerospace Engineering and Mechanics, University of Minnesota, Minneapolis, MN USA μ-synthesis Gary J. Balas Aerospace Engineering and Mechanics, University of Minnesota, Minneapolis, MN 55455 USA Keywords: Robust control, ultivariable control, linear fractional transforation (LFT),

More information

Inspection; structural health monitoring; reliability; Bayesian analysis; updating; decision analysis; value of information

Inspection; structural health monitoring; reliability; Bayesian analysis; updating; decision analysis; value of information Cite as: Straub D. (2014). Value of inforation analysis with structural reliability ethods. Structural Safety, 49: 75-86. Value of Inforation Analysis with Structural Reliability Methods Daniel Straub

More information

Ştefan ŞTEFĂNESCU * is the minimum global value for the function h (x)

Ştefan ŞTEFĂNESCU * is the minimum global value for the function h (x) 7Applying Nelder Mead s Optiization Algorith APPLYING NELDER MEAD S OPTIMIZATION ALGORITHM FOR MULTIPLE GLOBAL MINIMA Abstract Ştefan ŞTEFĂNESCU * The iterative deterinistic optiization ethod could not

More information

The Methods of Solution for Constrained Nonlinear Programming

The Methods of Solution for Constrained Nonlinear Programming Research Inventy: International Journal Of Engineering And Science Vol.4, Issue 3(March 2014), PP 01-06 Issn (e): 2278-4721, Issn (p):2319-6483, www.researchinventy.co The Methods of Solution for Constrained

More information

A note on the multiplication of sparse matrices

A note on the multiplication of sparse matrices Cent. Eur. J. Cop. Sci. 41) 2014 1-11 DOI: 10.2478/s13537-014-0201-x Central European Journal of Coputer Science A note on the ultiplication of sparse atrices Research Article Keivan Borna 12, Sohrab Aboozarkhani

More information

Randomized Accuracy-Aware Program Transformations For Efficient Approximate Computations

Randomized Accuracy-Aware Program Transformations For Efficient Approximate Computations Randoized Accuracy-Aware Progra Transforations For Efficient Approxiate Coputations Zeyuan Allen Zhu Sasa Misailovic Jonathan A. Kelner Martin Rinard MIT CSAIL zeyuan@csail.it.edu isailo@it.edu kelner@it.edu

More information

arxiv: v1 [cs.ds] 29 Jan 2012

arxiv: v1 [cs.ds] 29 Jan 2012 A parallel approxiation algorith for ixed packing covering seidefinite progras arxiv:1201.6090v1 [cs.ds] 29 Jan 2012 Rahul Jain National U. Singapore January 28, 2012 Abstract Penghui Yao National U. Singapore

More information

ANALYSIS OF HALL-EFFECT THRUSTERS AND ION ENGINES FOR EARTH-TO-MOON TRANSFER

ANALYSIS OF HALL-EFFECT THRUSTERS AND ION ENGINES FOR EARTH-TO-MOON TRANSFER IEPC 003-0034 ANALYSIS OF HALL-EFFECT THRUSTERS AND ION ENGINES FOR EARTH-TO-MOON TRANSFER A. Bober, M. Guelan Asher Space Research Institute, Technion-Israel Institute of Technology, 3000 Haifa, Israel

More information

COS 424: Interacting with Data. Written Exercises

COS 424: Interacting with Data. Written Exercises COS 424: Interacting with Data Hoework #4 Spring 2007 Regression Due: Wednesday, April 18 Written Exercises See the course website for iportant inforation about collaboration and late policies, as well

More information

Feature Extraction Techniques

Feature Extraction Techniques Feature Extraction Techniques Unsupervised Learning II Feature Extraction Unsupervised ethods can also be used to find features which can be useful for categorization. There are unsupervised ethods that

More information

Optimal Resource Allocation in Multicast Device-to-Device Communications Underlaying LTE Networks

Optimal Resource Allocation in Multicast Device-to-Device Communications Underlaying LTE Networks 1 Optial Resource Allocation in Multicast Device-to-Device Counications Underlaying LTE Networks Hadi Meshgi 1, Dongei Zhao 1 and Rong Zheng 2 1 Departent of Electrical and Coputer Engineering, McMaster

More information

On the Inapproximability of Vertex Cover on k-partite k-uniform Hypergraphs

On the Inapproximability of Vertex Cover on k-partite k-uniform Hypergraphs On the Inapproxiability of Vertex Cover on k-partite k-unifor Hypergraphs Venkatesan Guruswai and Rishi Saket Coputer Science Departent Carnegie Mellon University Pittsburgh, PA 1513. Abstract. Coputing

More information

A Simplified Analytical Approach for Efficiency Evaluation of the Weaving Machines with Automatic Filling Repair

A Simplified Analytical Approach for Efficiency Evaluation of the Weaving Machines with Automatic Filling Repair Proceedings of the 6th SEAS International Conference on Siulation, Modelling and Optiization, Lisbon, Portugal, Septeber -4, 006 0 A Siplified Analytical Approach for Efficiency Evaluation of the eaving

More information

ASSUME a source over an alphabet size m, from which a sequence of n independent samples are drawn. The classical

ASSUME a source over an alphabet size m, from which a sequence of n independent samples are drawn. The classical IEEE TRANSACTIONS ON INFORMATION THEORY Large Alphabet Source Coding using Independent Coponent Analysis Aichai Painsky, Meber, IEEE, Saharon Rosset and Meir Feder, Fellow, IEEE arxiv:67.7v [cs.it] Jul

More information

A Self-Organizing Model for Logical Regression Jerry Farlow 1 University of Maine. (1900 words)

A Self-Organizing Model for Logical Regression Jerry Farlow 1 University of Maine. (1900 words) 1 A Self-Organizing Model for Logical Regression Jerry Farlow 1 University of Maine (1900 words) Contact: Jerry Farlow Dept of Matheatics Univeristy of Maine Orono, ME 04469 Tel (07) 866-3540 Eail: farlow@ath.uaine.edu

More information

FLOWSHOP SCHEDULES WITH SEQUENCE DEPENDENT SETUP TIMES

FLOWSHOP SCHEDULES WITH SEQUENCE DEPENDENT SETUP TIMES Journal of the Operations Research Society of Japan Vo!. 29, No. 3, Septeber 1986 1986 The Operations Research Society of Japan FLOWSHOP SCHEDULES WITH SEQUENCE DEPENDENT SETUP TIMES Jatinder N. D. Gupta

More information

Fast Montgomery-like Square Root Computation over GF(2 m ) for All Trinomials

Fast Montgomery-like Square Root Computation over GF(2 m ) for All Trinomials Fast Montgoery-like Square Root Coputation over GF( ) for All Trinoials Yin Li a, Yu Zhang a, a Departent of Coputer Science and Technology, Xinyang Noral University, Henan, P.R.China Abstract This letter

More information

Convexity-Based Optimization for Power-Delay Tradeoff using Transistor Sizing

Convexity-Based Optimization for Power-Delay Tradeoff using Transistor Sizing Convexity-Based Optiization for Power-Delay Tradeoff using Transistor Sizing Mahesh Ketkar, and Sachin S. Sapatnekar Departent of Electrical and Coputer Engineering University of Minnesota, Minneapolis,

More information

REDUCTION OF FINITE ELEMENT MODELS BY PARAMETER IDENTIFICATION

REDUCTION OF FINITE ELEMENT MODELS BY PARAMETER IDENTIFICATION ISSN 139 14X INFORMATION TECHNOLOGY AND CONTROL, 008, Vol.37, No.3 REDUCTION OF FINITE ELEMENT MODELS BY PARAMETER IDENTIFICATION Riantas Barauskas, Vidantas Riavičius Departent of Syste Analysis, Kaunas

More information

Convex Programming for Scheduling Unrelated Parallel Machines

Convex Programming for Scheduling Unrelated Parallel Machines Convex Prograing for Scheduling Unrelated Parallel Machines Yossi Azar Air Epstein Abstract We consider the classical proble of scheduling parallel unrelated achines. Each job is to be processed by exactly

More information

Bipartite subgraphs and the smallest eigenvalue

Bipartite subgraphs and the smallest eigenvalue Bipartite subgraphs and the sallest eigenvalue Noga Alon Benny Sudaov Abstract Two results dealing with the relation between the sallest eigenvalue of a graph and its bipartite subgraphs are obtained.

More information

Proc. of the IEEE/OES Seventh Working Conference on Current Measurement Technology UNCERTAINTIES IN SEASONDE CURRENT VELOCITIES

Proc. of the IEEE/OES Seventh Working Conference on Current Measurement Technology UNCERTAINTIES IN SEASONDE CURRENT VELOCITIES Proc. of the IEEE/OES Seventh Working Conference on Current Measureent Technology UNCERTAINTIES IN SEASONDE CURRENT VELOCITIES Belinda Lipa Codar Ocean Sensors 15 La Sandra Way, Portola Valley, CA 98 blipa@pogo.co

More information

Ph 20.3 Numerical Solution of Ordinary Differential Equations

Ph 20.3 Numerical Solution of Ordinary Differential Equations Ph 20.3 Nuerical Solution of Ordinary Differential Equations Due: Week 5 -v20170314- This Assignent So far, your assignents have tried to failiarize you with the hardware and software in the Physics Coputing

More information

CONTROL SYSTEMS, ROBOTICS, AND AUTOMATION Vol. IX Uncertainty Models For Robustness Analysis - A. Garulli, A. Tesi and A. Vicino

CONTROL SYSTEMS, ROBOTICS, AND AUTOMATION Vol. IX Uncertainty Models For Robustness Analysis - A. Garulli, A. Tesi and A. Vicino UNCERTAINTY MODELS FOR ROBUSTNESS ANALYSIS A. Garulli Dipartiento di Ingegneria dell Inforazione, Università di Siena, Italy A. Tesi Dipartiento di Sistei e Inforatica, Università di Firenze, Italy A.

More information

ZISC Neural Network Base Indicator for Classification Complexity Estimation

ZISC Neural Network Base Indicator for Classification Complexity Estimation ZISC Neural Network Base Indicator for Classification Coplexity Estiation Ivan Budnyk, Abdennasser Сhebira and Kurosh Madani Iages, Signals and Intelligent Systes Laboratory (LISSI / EA 3956) PARIS XII

More information

INTEGRATIVE COOPERATIVE APPROACH FOR SOLVING PERMUTATION FLOWSHOP SCHEDULING PROBLEM WITH SEQUENCE DEPENDENT FAMILY SETUP TIMES

INTEGRATIVE COOPERATIVE APPROACH FOR SOLVING PERMUTATION FLOWSHOP SCHEDULING PROBLEM WITH SEQUENCE DEPENDENT FAMILY SETUP TIMES 8 th International Conference of Modeling and Siulation - MOSIM 10 - May 10-12, 2010 - Haaet - Tunisia Evaluation and optiization of innovative production systes of goods and services INTEGRATIVE COOPERATIVE

More information

NUMERICAL MODELLING OF THE TYRE/ROAD CONTACT

NUMERICAL MODELLING OF THE TYRE/ROAD CONTACT NUMERICAL MODELLING OF THE TYRE/ROAD CONTACT PACS REFERENCE: 43.5.LJ Krister Larsson Departent of Applied Acoustics Chalers University of Technology SE-412 96 Sweden Tel: +46 ()31 772 22 Fax: +46 ()31

More information

OBJECTIVES INTRODUCTION

OBJECTIVES INTRODUCTION M7 Chapter 3 Section 1 OBJECTIVES Suarize data using easures of central tendency, such as the ean, edian, ode, and idrange. Describe data using the easures of variation, such as the range, variance, and

More information

time time δ jobs jobs

time time δ jobs jobs Approxiating Total Flow Tie on Parallel Machines Stefano Leonardi Danny Raz y Abstract We consider the proble of optiizing the total ow tie of a strea of jobs that are released over tie in a ultiprocessor

More information

Graphical Models in Local, Asymmetric Multi-Agent Markov Decision Processes

Graphical Models in Local, Asymmetric Multi-Agent Markov Decision Processes Graphical Models in Local, Asyetric Multi-Agent Markov Decision Processes Ditri Dolgov and Edund Durfee Departent of Electrical Engineering and Coputer Science University of Michigan Ann Arbor, MI 48109

More information

Approximation in Stochastic Scheduling: The Power of LP-Based Priority Policies

Approximation in Stochastic Scheduling: The Power of LP-Based Priority Policies Approxiation in Stochastic Scheduling: The Power of -Based Priority Policies Rolf Möhring, Andreas Schulz, Marc Uetz Setting (A P p stoch, r E( w and (B P p stoch E( w We will assue that the processing

More information

Support Vector Machine Classification of Uncertain and Imbalanced data using Robust Optimization

Support Vector Machine Classification of Uncertain and Imbalanced data using Robust Optimization Recent Researches in Coputer Science Support Vector Machine Classification of Uncertain and Ibalanced data using Robust Optiization RAGHAV PAT, THEODORE B. TRAFALIS, KASH BARKER School of Industrial Engineering

More information

Reduced Length Checking Sequences

Reduced Length Checking Sequences Reduced Length Checing Sequences Robert M. Hierons 1 and Hasan Ural 2 1 Departent of Inforation Systes and Coputing, Brunel University, Middlesex, UB8 3PH, United Kingdo 2 School of Inforation echnology

More information

Use of PSO in Parameter Estimation of Robot Dynamics; Part One: No Need for Parameterization

Use of PSO in Parameter Estimation of Robot Dynamics; Part One: No Need for Parameterization Use of PSO in Paraeter Estiation of Robot Dynaics; Part One: No Need for Paraeterization Hossein Jahandideh, Mehrzad Navar Abstract Offline procedures for estiating paraeters of robot dynaics are practically

More information

Support Vector Machines. Goals for the lecture

Support Vector Machines. Goals for the lecture Support Vector Machines Mark Craven and David Page Coputer Sciences 760 Spring 2018 www.biostat.wisc.edu/~craven/cs760/ Soe of the slides in these lectures have been adapted/borrowed fro aterials developed

More information

E0 370 Statistical Learning Theory Lecture 6 (Aug 30, 2011) Margin Analysis

E0 370 Statistical Learning Theory Lecture 6 (Aug 30, 2011) Margin Analysis E0 370 tatistical Learning Theory Lecture 6 (Aug 30, 20) Margin Analysis Lecturer: hivani Agarwal cribe: Narasihan R Introduction In the last few lectures we have seen how to obtain high confidence bounds

More information

On the Analysis of the Quantum-inspired Evolutionary Algorithm with a Single Individual

On the Analysis of the Quantum-inspired Evolutionary Algorithm with a Single Individual 6 IEEE Congress on Evolutionary Coputation Sheraton Vancouver Wall Centre Hotel, Vancouver, BC, Canada July 16-1, 6 On the Analysis of the Quantu-inspired Evolutionary Algorith with a Single Individual

More information

Sharp Time Data Tradeoffs for Linear Inverse Problems

Sharp Time Data Tradeoffs for Linear Inverse Problems Sharp Tie Data Tradeoffs for Linear Inverse Probles Saet Oyak Benjain Recht Mahdi Soltanolkotabi January 016 Abstract In this paper we characterize sharp tie-data tradeoffs for optiization probles used

More information

POD-DEIM MODEL ORDER REDUCTION FOR THE MONODOMAIN REACTION-DIFFUSION EQUATION IN NEURO-MUSCULAR SYSTEM

POD-DEIM MODEL ORDER REDUCTION FOR THE MONODOMAIN REACTION-DIFFUSION EQUATION IN NEURO-MUSCULAR SYSTEM 6th European Conference on Coputational Mechanics (ECCM 6) 7th European Conference on Coputational Fluid Dynaics (ECFD 7) 1115 June 2018, Glasgow, UK POD-DEIM MODEL ORDER REDUCTION FOR THE MONODOMAIN REACTION-DIFFUSION

More information

Optimizing energy potentials for success in protein tertiary structure prediction Ting-Lan Chiu 1 and Richard A Goldstein 1,2

Optimizing energy potentials for success in protein tertiary structure prediction Ting-Lan Chiu 1 and Richard A Goldstein 1,2 Research Paper 223 Optiizing energy potentials for success in protein tertiary structure prediction Ting-Lan Chiu 1 and Richard A Goldstein 1,2 Background: Success in solving the protein structure prediction

More information

On Rough Interval Three Level Large Scale Quadratic Integer Programming Problem

On Rough Interval Three Level Large Scale Quadratic Integer Programming Problem J. Stat. Appl. Pro. 6, No. 2, 305-318 2017) 305 Journal of Statistics Applications & Probability An International Journal http://dx.doi.org/10.18576/jsap/060206 On Rough Interval Three evel arge Scale

More information

Best Arm Identification: A Unified Approach to Fixed Budget and Fixed Confidence

Best Arm Identification: A Unified Approach to Fixed Budget and Fixed Confidence Best Ar Identification: A Unified Approach to Fixed Budget and Fixed Confidence Victor Gabillon Mohaad Ghavazadeh Alessandro Lazaric INRIA Lille - Nord Europe, Tea SequeL {victor.gabillon,ohaad.ghavazadeh,alessandro.lazaric}@inria.fr

More information

A Low-Complexity Congestion Control and Scheduling Algorithm for Multihop Wireless Networks with Order-Optimal Per-Flow Delay

A Low-Complexity Congestion Control and Scheduling Algorithm for Multihop Wireless Networks with Order-Optimal Per-Flow Delay A Low-Coplexity Congestion Control and Scheduling Algorith for Multihop Wireless Networks with Order-Optial Per-Flow Delay Po-Kai Huang, Xiaojun Lin, and Chih-Chun Wang School of Electrical and Coputer

More information

Chapter 6 1-D Continuous Groups

Chapter 6 1-D Continuous Groups Chapter 6 1-D Continuous Groups Continuous groups consist of group eleents labelled by one or ore continuous variables, say a 1, a 2,, a r, where each variable has a well- defined range. This chapter explores:

More information

Extension of CSRSM for the Parametric Study of the Face Stability of Pressurized Tunnels

Extension of CSRSM for the Parametric Study of the Face Stability of Pressurized Tunnels Extension of CSRSM for the Paraetric Study of the Face Stability of Pressurized Tunnels Guilhe Mollon 1, Daniel Dias 2, and Abdul-Haid Soubra 3, M.ASCE 1 LGCIE, INSA Lyon, Université de Lyon, Doaine scientifique

More information

Determining OWA Operator Weights by Mean Absolute Deviation Minimization

Determining OWA Operator Weights by Mean Absolute Deviation Minimization Deterining OWA Operator Weights by Mean Absolute Deviation Miniization Micha l Majdan 1,2 and W lodziierz Ogryczak 1 1 Institute of Control and Coputation Engineering, Warsaw University of Technology,

More information

A New Approach to Solving Dynamic Traveling Salesman Problems

A New Approach to Solving Dynamic Traveling Salesman Problems A New Approach to Solving Dynaic Traveling Salesan Probles Changhe Li 1 Ming Yang 1 Lishan Kang 1 1 China University of Geosciences(Wuhan) School of Coputer 4374 Wuhan,P.R.China lchwfx@yahoo.co,yanging72@gail.co,ang_whu@yahoo.co

More information

Warning System of Dangerous Chemical Gas in Factory Based on Wireless Sensor Network

Warning System of Dangerous Chemical Gas in Factory Based on Wireless Sensor Network 565 A publication of CHEMICAL ENGINEERING TRANSACTIONS VOL. 59, 07 Guest Editors: Zhuo Yang, Junie Ba, Jing Pan Copyright 07, AIDIC Servizi S.r.l. ISBN 978-88-95608-49-5; ISSN 83-96 The Italian Association

More information

Pattern Recognition and Machine Learning. Learning and Evaluation for Pattern Recognition

Pattern Recognition and Machine Learning. Learning and Evaluation for Pattern Recognition Pattern Recognition and Machine Learning Jaes L. Crowley ENSIMAG 3 - MMIS Fall Seester 2017 Lesson 1 4 October 2017 Outline Learning and Evaluation for Pattern Recognition Notation...2 1. The Pattern Recognition

More information

CHAPTER 19: Single-Loop IMC Control

CHAPTER 19: Single-Loop IMC Control When I coplete this chapter, I want to be able to do the following. Recognize that other feedback algoriths are possible Understand the IMC structure and how it provides the essential control features

More information

Mathematical Model and Algorithm for the Task Allocation Problem of Robots in the Smart Warehouse

Mathematical Model and Algorithm for the Task Allocation Problem of Robots in the Smart Warehouse Aerican Journal of Operations Research, 205, 5, 493-502 Published Online Noveber 205 in SciRes. http://www.scirp.org/journal/ajor http://dx.doi.org/0.4236/ajor.205.56038 Matheatical Model and Algorith

More information

INTELLECTUAL DATA ANALYSIS IN AIRCRAFT DESIGN

INTELLECTUAL DATA ANALYSIS IN AIRCRAFT DESIGN INTELLECTUAL DATA ANALYSIS IN AIRCRAFT DESIGN V.A. Koarov 1, S.A. Piyavskiy 2 1 Saara National Research University, Saara, Russia 2 Saara State Architectural University, Saara, Russia Abstract. This article

More information

Reducing Vibration and Providing Robustness with Multi-Input Shapers

Reducing Vibration and Providing Robustness with Multi-Input Shapers 29 Aerican Control Conference Hyatt Regency Riverfront, St. Louis, MO, USA June -2, 29 WeA6.4 Reducing Vibration and Providing Robustness with Multi-Input Shapers Joshua Vaughan and Willia Singhose Abstract

More information

Stability Analysis of the Matrix-Free Linearly Implicit 2 Euler Method 3 UNCORRECTED PROOF

Stability Analysis of the Matrix-Free Linearly Implicit 2 Euler Method 3 UNCORRECTED PROOF 1 Stability Analysis of the Matrix-Free Linearly Iplicit 2 Euler Method 3 Adrian Sandu 1 andaikst-cyr 2 4 1 Coputational Science Laboratory, Departent of Coputer Science, Virginia 5 Polytechnic Institute,

More information

Nonmonotonic Networks. a. IRST, I Povo (Trento) Italy, b. Univ. of Trento, Physics Dept., I Povo (Trento) Italy

Nonmonotonic Networks. a. IRST, I Povo (Trento) Italy, b. Univ. of Trento, Physics Dept., I Povo (Trento) Italy Storage Capacity and Dynaics of Nononotonic Networks Bruno Crespi a and Ignazio Lazzizzera b a. IRST, I-38050 Povo (Trento) Italy, b. Univ. of Trento, Physics Dept., I-38050 Povo (Trento) Italy INFN Gruppo

More information

a a a a a a a m a b a b

a a a a a a a m a b a b Algebra / Trig Final Exa Study Guide (Fall Seester) Moncada/Dunphy Inforation About the Final Exa The final exa is cuulative, covering Appendix A (A.1-A.5) and Chapter 1. All probles will be ultiple choice

More information

Soft Computing Techniques Help Assign Weights to Different Factors in Vulnerability Analysis

Soft Computing Techniques Help Assign Weights to Different Factors in Vulnerability Analysis Soft Coputing Techniques Help Assign Weights to Different Factors in Vulnerability Analysis Beverly Rivera 1,2, Irbis Gallegos 1, and Vladik Kreinovich 2 1 Regional Cyber and Energy Security Center RCES

More information

A general forulation of the cross-nested logit odel Michel Bierlaire, Dpt of Matheatics, EPFL, Lausanne Phone: Fax:

A general forulation of the cross-nested logit odel Michel Bierlaire, Dpt of Matheatics, EPFL, Lausanne Phone: Fax: A general forulation of the cross-nested logit odel Michel Bierlaire, EPFL Conference paper STRC 2001 Session: Choices A general forulation of the cross-nested logit odel Michel Bierlaire, Dpt of Matheatics,

More information

Soft-margin SVM can address linearly separable problems with outliers

Soft-margin SVM can address linearly separable problems with outliers Non-linear Support Vector Machines Non-linearly separable probles Hard-argin SVM can address linearly separable probles Soft-argin SVM can address linearly separable probles with outliers Non-linearly

More information

Solving initial value problems by residual power series method

Solving initial value problems by residual power series method Theoretical Matheatics & Applications, vol.3, no.1, 13, 199-1 ISSN: 179-9687 (print), 179-979 (online) Scienpress Ltd, 13 Solving initial value probles by residual power series ethod Mohaed H. Al-Sadi

More information

Course Notes for EE227C (Spring 2018): Convex Optimization and Approximation

Course Notes for EE227C (Spring 2018): Convex Optimization and Approximation Course Notes for EE7C (Spring 018: Convex Optiization and Approxiation Instructor: Moritz Hardt Eail: hardt+ee7c@berkeley.edu Graduate Instructor: Max Sichowitz Eail: sichow+ee7c@berkeley.edu October 15,

More information

HIGH RESOLUTION NEAR-FIELD MULTIPLE TARGET DETECTION AND LOCALIZATION USING SUPPORT VECTOR MACHINES

HIGH RESOLUTION NEAR-FIELD MULTIPLE TARGET DETECTION AND LOCALIZATION USING SUPPORT VECTOR MACHINES ICONIC 2007 St. Louis, O, USA June 27-29, 2007 HIGH RESOLUTION NEAR-FIELD ULTIPLE TARGET DETECTION AND LOCALIZATION USING SUPPORT VECTOR ACHINES A. Randazzo,. A. Abou-Khousa 2,.Pastorino, and R. Zoughi

More information

Introduction to Machine Learning. Recitation 11

Introduction to Machine Learning. Recitation 11 Introduction to Machine Learning Lecturer: Regev Schweiger Recitation Fall Seester Scribe: Regev Schweiger. Kernel Ridge Regression We now take on the task of kernel-izing ridge regression. Let x,...,

More information

Optimum Value of Poverty Measure Using Inverse Optimization Programming Problem

Optimum Value of Poverty Measure Using Inverse Optimization Programming Problem International Journal of Conteporary Matheatical Sciences Vol. 14, 2019, no. 1, 31-42 HIKARI Ltd, www.-hikari.co https://doi.org/10.12988/ijcs.2019.914 Optiu Value of Poverty Measure Using Inverse Optiization

More information

16.512, Rocket Propulsion Prof. Manuel Martinez-Sanchez Lecture 30: Dynamics of Turbopump Systems: The Shuttle Engine

16.512, Rocket Propulsion Prof. Manuel Martinez-Sanchez Lecture 30: Dynamics of Turbopump Systems: The Shuttle Engine 6.5, Rocket Propulsion Prof. Manuel Martinez-Sanchez Lecture 30: Dynaics of Turbopup Systes: The Shuttle Engine Dynaics of the Space Shuttle Main Engine Oxidizer Pressurization Subsystes Selected Sub-Model

More information

Torsion Experiment. Encoder #3 ( 3 ) Third encoder/disk for Model 205a only. Figure 1: ECP Torsion Experiment

Torsion Experiment. Encoder #3 ( 3 ) Third encoder/disk for Model 205a only. Figure 1: ECP Torsion Experiment Torsion Experient Introduction For the Torsion lab, there are two required experients to perfor and one extra credit assignent at the end. In experient 1, the syste paraeters need to be identified so that

More information

A remark on a success rate model for DPA and CPA

A remark on a success rate model for DPA and CPA A reark on a success rate odel for DPA and CPA A. Wieers, BSI Version 0.5 andreas.wieers@bsi.bund.de Septeber 5, 2018 Abstract The success rate is the ost coon evaluation etric for easuring the perforance

More information

On Poset Merging. 1 Introduction. Peter Chen Guoli Ding Steve Seiden. Keywords: Merging, Partial Order, Lower Bounds. AMS Classification: 68W40

On Poset Merging. 1 Introduction. Peter Chen Guoli Ding Steve Seiden. Keywords: Merging, Partial Order, Lower Bounds. AMS Classification: 68W40 On Poset Merging Peter Chen Guoli Ding Steve Seiden Abstract We consider the follow poset erging proble: Let X and Y be two subsets of a partially ordered set S. Given coplete inforation about the ordering

More information

A method to determine relative stroke detection efficiencies from multiplicity distributions

A method to determine relative stroke detection efficiencies from multiplicity distributions A ethod to deterine relative stroke detection eiciencies ro ultiplicity distributions Schulz W. and Cuins K. 2. Austrian Lightning Detection and Inoration Syste (ALDIS), Kahlenberger Str.2A, 90 Vienna,

More information

Polygonal Designs: Existence and Construction

Polygonal Designs: Existence and Construction Polygonal Designs: Existence and Construction John Hegean Departent of Matheatics, Stanford University, Stanford, CA 9405 Jeff Langford Departent of Matheatics, Drake University, Des Moines, IA 5011 G

More information

ANALYTICAL INVESTIGATION AND PARAMETRIC STUDY OF LATERAL IMPACT BEHAVIOR OF PRESSURIZED PIPELINES AND INFLUENCE OF INTERNAL PRESSURE

ANALYTICAL INVESTIGATION AND PARAMETRIC STUDY OF LATERAL IMPACT BEHAVIOR OF PRESSURIZED PIPELINES AND INFLUENCE OF INTERNAL PRESSURE DRAFT Proceedings of the ASME 014 International Mechanical Engineering Congress & Exposition IMECE014 Noveber 14-0, 014, Montreal, Quebec, Canada IMECE014-36371 ANALYTICAL INVESTIGATION AND PARAMETRIC

More information

FPTAS for optimizing polynomials over the mixed-integer points of polytopes in fixed dimension

FPTAS for optimizing polynomials over the mixed-integer points of polytopes in fixed dimension Matheatical Prograing anuscript No. (will be inserted by the editor) Jesús A. De Loera Rayond Heecke Matthias Köppe Robert Weisantel FPTAS for optiizing polynoials over the ixed-integer points of polytopes

More information

Fixed-to-Variable Length Distribution Matching

Fixed-to-Variable Length Distribution Matching Fixed-to-Variable Length Distribution Matching Rana Ali Ajad and Georg Böcherer Institute for Counications Engineering Technische Universität München, Gerany Eail: raa2463@gail.co,georg.boecherer@tu.de

More information