Genetic Quantum Algorithm and its Application to Combinatorial Optimization Problem

Size: px
Start display at page:

Download "Genetic Quantum Algorithm and its Application to Combinatorial Optimization Problem"

Transcription

1 Genetic Quantu Algorith and its Application to Cobinatorial Optiization Proble Kuk-Hyun Han Dept. of Electrical Engineering, KAIST, 373-, Kusong-dong Yusong-gu Taejon, , Republic of Korea Jong-Hwan Ki Dept. of Electrical Engineering, KAIST, 373-, Kusong-dong Yusong-gu Taejon, , Republic of Korea Abstract- This paper proposes a novel evolutionary coputing ethod called a genetic quantu algorith (GQA). GQA is based on the concept and principles of quantu coputing such as qubits and superposition of states. Instead of binary, nueric, or sybolic representation, by adopting qubit chroosoe as a representation GQA can represent a linear superposition of solutions due to its probabilistic representation. As genetic operators, quantu gates are eployed for the search of the best solution. Rapid convergence and good global search capability characterize the perforance of GQA. The effectiveness and the applicability of GQA are deonstrated by experiental results on the knapsack proble, which is a well-known cobinatorial optiization proble. The results show that GQA is superior to other genetic algoriths using penalty functions, repair ethods, and decoders. Introduction Many efforts on quantu coputers have progressed actively since the early 990 s because these coputers were shown to be ore powerful than classical coputers on various specialized probles. But if there is no quantu algorith that solves practical probles, quantu coputer hardware ay be useless. It could be considered as a coputer without operating syste. Although there would be signicant benet fro new quantu algoriths that could solve coputational probles faster than classical algoriths, to date, only a few quantu algoriths are known. Nevertheless, quantu coputing is attracting serious attention, since its superiority was deonstrated by a few quantu algoriths such as Shor s quantu factoring algorith [, ] and Grover s database search algorith [3, 4]. Shor s algorith nds the prie factors of an n-digit nuber in polynoial-tie, while the best-known classical factoring algoriths require tie O n 3 log(n) 3. Grover s database search algorith can nd an ite in an unsorted list of n ites in O ( p n) steps, while classical algoriths require O(n). Research on erging evolutionary coputing and quantu coputing has been started by soe researchers since late 990 s. They can be classied into two elds. One concentrates on generating new quantu algoriths using autoatic prograing techniques such as genetic prograing [5]. The absence of new quantu algoriths otivated this work. The other concentrates on quantu-inspired evolutionary coputing for a classical coputer [6], a branch of study on evolutionary coputing that is characterized by certain principles of quantu echanics such as standing waves, interference, coherence, etc. This paper offers a novel evolutionary coputing algorith called a genetic quantu algorith (GQA). GQA is characterized by principles of quantu coputing including concepts of qubits and superposition of states. GQA uses a qubit representation instead of binary, nueric, or sybolic representations. GQA can iitate parallel coputation in classical coputers. This paper is organized as follows. Section describes a novel evolutionary coputing algorith, GQA. Section 3 contains a description of the experient with GAs and GQAs for knapsack probles for coparison purpose. Section 4 suarizes and analyzes the experiental results. Concluding rearks follow in Section 5. Genetic Quantu Algorith (GQA) GQA is based on the concepts of qubits and superposition of states of quantu echanics. The sallest unit of inforation stored in a two-state quantu coputer is called a quantu bit or qubit [7]. A qubit ay be in the state, in the 0 state, or in any superposition of the two. The state of a qubit can be represented as jψi = ffj0i + ji; () where ff and are coplex nubers that specify the probability aplitudes of the corresponding states. jffj gives the probability that the qubit will be found in 0 state and jj gives the probability that the qubit will be found in the state. Noralization of the state to unity guarantees jffj + jj =: () If there is a syste of -qubits, the syste can represent states at the sae tie. However, in the act of observing a quantu state, it collapses to a single state [8].

2 . Representation It is possible to use a nuber of different representations to encode the solutions onto chroosoes in evolutionary coputation. The classical representations can be broadly classied as: binary, nueric, and sybolic [9]. GQA uses a novel representation that is based on the concept of qubits. One qubit is dened with a pair of coplex nubers, (ff; ), as» ff ; which is characterized by () and (). And an -qubits representation is dened as» ff ; (3) ff ff where jff i j + j i j =, i =; ; ;. This representation has the advantage that it is able to represent any superposition of states. If there is, for instance, a three-qubits syste with three pairs of aplitudes such as " p :0 p 0:0 p 3 # ; (4) the state of the syste can be represented as p p p j000i + p 3 j00i + p j00i + p 3 j0i: (5) The above result eans that the probabilities to represent the state j000i, j00i, j00i, and j0i are, 3,, and 3, respectively. By consequence, the three-qubits syste of (4) has four states inforation at the sae tie. Evolutionary coputing with the qubit representation has a better characteristic of diversity than classical approaches, since it can represent superposition of states. Only one qubit chroosoe such as (4) is enough to represent four states, but in classical representation at least four chroosoes, (000), (00), (00), and (0) are needed. Convergence can be also obtained with the qubit representation. As jff i j or j i j approaches to or 0, the qubit chroosoe converges to a single state and the property of diversity disappears gradually. That is, the qubit representation is able to possess the two characteristics of exploration and exploitation, siultaneously.. GQA The structure of GQA is described in the following. procedure GQA t ψ 0 initialize Q(t) ake P (t) by observing Q(t) states store the best solution aong P (t) while (not terination-condition) do t ψ t + ake P (t) by observing Q(t ) states update Q(t) using quantu gates U (t) store the best solution aong P (t) GQA is a probabilistic algorith which is siilar to a genetic algorith. GQA aintains a population of qubit chroosoes, Q(t) = fq t ; qt ; ; qt ng at generation t, where n is the size of population, and q t j is a qubit chroosoe dened as» q t j = ff t ff t t t ff t t ; (6) where is the nuber of qubits, i.e., the string length of the qubit chroosoe, and j =; ; ;n. In the step of initialize Q(t), ff t i and t i, i =; ; ;, of all q t j, j = ; ; ;n,inq(t) are initialized with p. It eans that one qubit chroosoe, q t j j t=0 represents the linear superposition of all possible states with the sae probability: jψ q 0 j i = X k= p js ki; where S k is the k-th state represented by the binary string (x x x ), where x i, i = ; ; ;, is either 0 or. The next step akes a set of binary solutions, P (t), by observing Q(t) states, where P (t) =fx t ; x t ; ; x t ng at generation t. One binary solution, x t j, j = ; ; ;n,isa binary string of the length, and is fored by selecting each bit using the probability of qubit, either jff t i j or ji tj, i =; ; ;,ofq t j. Each solution xt j is evaluated to give soe easure of its tness. The initial best solution is then selected and stored aong the binary solutions, P (t). In the while loop, one ore step, update Q(t), is included to have tter states of the qubit chroosoes. A set of binary solutions, P (t), is fored by observing Q(t ) states as with the procedure described before, and each binary solution is evaluated to give the tness value. In the next step, update Q(t), a set of qubit chroosoes Q(t) is updated by applying soe appropriate quantu gates U (t), which is fored by using the binary solutions P (t) and the stored best solution. The appropriate quantu gates can be designed in copliance with practical probles. Rotation gates, for instance, will be used for knapsack probles in the next sec- Quantu gates are reversible gates and can be represented as unitary operators acting on the qubit basis states: U y U = UU y, where U y is the heritian adjoint of U. There are several quantu gates, such as NOT gate, Controlled NOT gate, Rotation gate, Hadaard gate, etc.[7].

3 tion, such as U ( ) =» cos( ) sin( ) sin( ) cos( ) ; (7) where is a rotation angle. This step akes the qubit chroosoes converge to the tter states. The best solution aong P (t) is selected in the next step, and if the solution is tter than the stored best solution, the stored solution is changed by the new one. The binary solutions P (t) are discarded at the of the loop. It should be noted that soe genetic operators can be applied, such as utation which creates new individuals by a sall change in a single individual, and crossover which creates new individuals by cobining parts fro two or ore individuals. Mutation and crossover can ake the probability of linear superposition of states change. But as GQA has diversity caused by the qubit representation, there is no need to use the genetic operators. If the probabilities of utation and crossover are high, the perforance of GQA can be decreased notably. In GQA, the population size, i.e., the nuber of qubit chroosoes is kept the sae all the tie. This is caused by conservation of qubits based on quantu coputing. GQA with the qubit representation can have better convergence with diversity than conventional GAs which have xed 0 and inforation. 3 Experient The knapsack proble, a kind of cobinatorial optiization proble, is used to investigate the perforance of GQA. The knapsack proble can be described as selecting fro aong various ites those ites which are ost protable, given that the knapsack has liited capacity. The 0- knapsack proble is described as: given a set of ites and a knapsack, select a subset of the ites so as to axiize the prot f (x): subject to f (x) = p i x i ; w i x i» C; where x =(x x ), x i is 0 or, p i is the prot of ite i, w i is the weight of ite i, and C is the capacity of the knapsack. In this section, soe conventional GA ethods are described to experient with the 0- knapsack proble, and the detailed algorith of GQA for the knapsack proble follows. 3. Conventional GA ethods Three types of conventional algoriths are described and tested: algoriths based on penalty functions, algoriths based on repair ethods, and algoriths based on decoders [0]. In all algoriths based on penalty functions, a binary string of the length represents a chroosoe x to the proble. The prot f (x) of each string is deterined as f (x) = p i x i Pen(x); where Pen(x) is a penalty function. There are any possible strategies for assigning the penalty function [, ]. Three types of penalties are considered, such as logarithic penalty, linear penalty, and quadratic penalty: Pen (x) = log P P ( + ρ ( w ix i C)) ; Pen (x) =ρ ( P w ix i C) ; Pen 3 (x) =(ρ ( w ix i C)) ; where ρ is ax fp i =w i g. In algoriths based on repair ethods, the prot f (x) of each string is deterined as f (x) = p i x 0 i ; where x 0 is a repaired vector of the original vector x. Original chroosoes are replaced with a 5% probability in the experient. The two repair algoriths considered here differ only in selection procedure, which chooses an ite for reoval fro the knapsack: Rep (rando repair): The selection procedure selects a rando eleent fro the knapsack. Rep (greedy repair): All ites in the knapsack are sorted in the decreasing order of their prot to weight ratios. The selection procedure always chooses the last ite for deletion. A possible decoder for the knapsack proble is based on an integer representation. Each chroosoe is a vector of integers; the i-th coponent of the vector is an integer in the range fro to i +. The ordinal representation references a list L of ites; a vector is decoded by selecting appropriate ite fro the current list. The two algoriths based on decoders considered here differ only in the procedure of building a list L of ites: Dec (rando decoding): The build procedure creates a list L of ites such that the order of ites on the list corresponds to the order of ites in the input le which is rando. Dec (greedy decoding): The build procedure creates a list L of ites in the decreasing order of their prot to weight ratios. 3. GQA for the knapsack proble The algorith of GQA for the knapsack proble is based on the structure of GQA proposed and it contains a repair

4 algorith. The algorith can be written as follows: procedure GQA t ψ 0 initialize Q(t) ake P (t) by observing Q(t) states repair P (t) store the best solution b aong P (t) while (t <MAX GEN) do t ψ t + ake P (t) by observing Q(t ) states repair P (t) update Q(t) store the best solution b aong P (t) A qubit string of the length represents a linear superposition of solutions to the proble as in (6). The length of a qubit string is the sae as the nuber of ites. The i-th ite can be selected for the knapsack with probability j i j or ( jff i j ). Thus, a binary string of the length is fored fro the qubit string. For every bit in the binary string, we generate a rando nuber r fro the range [0::]; ifr>jff i j, we set the bit of the binary string. The binary string x t j, j =; ; ;n, of P (t) represents a j-th solution to the proble. For notational siplicity, x is used instead of x t j in the following. The i-th ite is selected for the knapsack iff x i =, where x i is the i-th bit of x. The binary string x is deterined as follows: procedure ake (x) i ψ 0 while (i <) do i ψ i + if rando[0; ) > jff i j then x i ψ else x i ψ 0 The repair algorith of GQA for the knapsack proble is ipleented as follows: procedure repair (x) knapsack-overlled P ψ false if w ix i >C then knapsack-overlled ψ true while (knapsack-overlled) do s(ff i i ) x i b i f (x) i ff i i ff i i ff i i f (b) > 0 < 0 =0 =0 0 0 false true false true 0:05ß + ± 0 0 false 0:0ß + ± 0 0 true 0:05ß + 0 ± false 0:005ß + 0 ± true 0:05ß + 0 ± Table : Lookup table of i, where f ( ) is the prot, s(ff i i ) is the sign of i, and b i and x i are the i-th bits of the best solution b and the binary solution x, respectively. select an i-th ite fro the knapsack x i ψ 0 if P w ix i» C then knapsack-overlled ψ false while (not knapsack-overlled) do select a j-th ite fro the knapsack x j ψ if P w ix i >C then knapsack-overlled ψ true x j ψ 0 P The prot of a binary solution x is evaluated by p ix i, and it is used to nd the best solution b after the update of q j, j =; ; ; n. A qubit chroosoe qj is updated by using the rotation gate U ( ) of (7) in this algorith. The i-th qubit value (ff i ; i ) is updated as»»» ff 0 i cos( i ) sin( i ) f = : (8) sin( i ) cos( i ) i 0 i In this knapsack proble i is given as s(ff i i ) i. The paraeters used are shown in Table. For exaple, if the condition, f (x) f (b), is satised and x i and b i are and 0, respectively, we can set the value of i as 0:05ß and s(ff i i ) as +,,or0 according to the condition of ff i i so as to increase the probability of the state ji. The value of i has an effect on the speed of convergence, but if it is too big, the solutions ay diverge or have a preature convergence to a local optiu. The sign s(ff i i ) deterines the direction of convergence to a global optiu. The lookup table can be used as a strategy for convergence. This update procedure can be described as follows: procedure update (q) i ψ 0

5 ] of CGAs GQAs ites Pen Pen Pen3 Rep Rep Dec Dec P +R GQA() GQA(0) b prots w t(sec=run) b prots w t(sec=run) b prots w t(sec=run) Table : Experiental results of the knapsack proble: the axiu nuber of generations 500, the nuber of runs 5. P +R eans the algorith ipleented by P en and Rep, and b:, :, and w: eans best, ean, and worst, respectively. t(sec=run) represents the elapsed tie per one run, and - eans that an experient did not ade in this case. while (i <) do i ψ i + deterine i with the lookup table obtain (ff 0 i ;0 i ) as: [ff 0 i 0 i ]T = U ( i )[ff i i ] T q ψ q 0 The update procedure can be ipleented in various ethods with appropriate quantu gates. It deps on a given proble. 4 Results In all experients strongly correlated sets of data were considered: w i = uniforly rando[; 0) p i = w i +5; the average knapsack capacity was used: C = w i ; and the data les were unsorted. The population size of the eight conventional genetic algoriths (CGAs) was equal to 00. Probabilities of crossover and utation were xed: 0.65 and 0.05, respectively, as in [0]. The population size of GQA() was equal to, and the population size of GQA(0) was equal to 0, this being the only difference between GQA() and GQA(0). As a perforance easure of the algorith we collected the best solution found within 500 generations over 5 runs, and we checked the elapsed tie per one run. A Pentiu-III 500MHz was used, running Visual C Table shows the experiental results of the knapsack probles with 00, 50, and 500 ites. In the case of 00 ites, GQA yielded superior results as copared to all the other CGAs. The CGA designed by using a linear penalty function and rando repair algorith outperfored all other CGAs, but is behind GQA() as well as GQA(0) in perforance. The results show that GQA perfors well in spite of sall size of population. Judging fro the results, GQA can search solutions near the optiu within a short tie as copared to CGAs. In the cases of 50 and 500 ites, the CGA that outperfors all the other CGAs was tested for coparison purpose with GQA. The experiental results again deonstrate the superiority of GQA. Figure shows the progress of the ean of best prots and the ean of average prots of population found by GQA(), GQA(0), and CGA over 5 runs for 00, 50, and 500 ites. GQA perfors better than CGA in ters of convergence rate and nal results. In the ning of the plotting of the best prots, GQA() shows a slower convergence rate than GQA(0) and CGA due to its sall population nuber. After 50 generations, GQA(0) and GQA() aintain a nearly constant convergence rate, while CGA s convergence rate reduces substantially. After 00 generations, even though convergence rate of GQA reduces, GQAs show a faster convergence rate than CGA due to its better global search ability. GQAs nal results are larger than CGA s in 000 generations. The tency of convergence rate can be shown clearly in the results of the ean of average prots of population. In the ning, convergence rates of all the algoriths increase. But CGA aintains a nearly constant prot due to its preature convergence iediately, while GQA approaches towards the neighborhood of global optia with a constant

6 convergence rate. GQAs display no preature convergence which is a coon proble of CGAs until 000 generations. The experiental results deonstrate the effectiveness and the applicability of GQA. Especially, Figure shows the excellent global search ability and the superiority of convergence ability of GQA. 5 Conclusions This paper proposed a novel evolutionary coputing algorith, GQA with a quantu representation. GQA is based on the principles of quantu coputing such as concepts of qubits and superposition of states. GQA can represent a linear superposition of states, and there is no need to include any individuals. GQA has an excellent ability of global search due to its diversity caused by the probabilistic representation, and it can approach better solutions than CGA s in a short tie. The knapsack proble, a kind of cobinatorial optiization probles, is used to discuss the perforance of GQA. It was showed that GQA s convergence and global search ability are superior to CGA s. The experiental results deonstrate the effectiveness and the applicability of GQA. [8] A. Narayanan, Quantu coputing for ners, in Proceedings of the 999 Congress on Evolutionary Coputation, pp. 3-38, Jul 999. [9] R. Hinterding, Representation, Constraint Satisfaction and the Knapsack Proble, in Proceedings of the 999 Congress on Evolutionary Coputation, pp. 86-9, Jul 999. [0] Z. Michalewicz, Genetic Algoriths + Data Structures = Evolution Progras, Springer-Verlag, 3rd, revised and exted edition, 999. [] J.-H. Ki and H. Myung, Evolutionary Prograing Techniques for Constrained Optiization Probles, IEEE Transactions on Evolutionary Coputation, Vol., No., pp. 9-40, Jul 997. [] X. Yao, Evolutionary Coputation: Theory and Applications, World Scientic, Singapore, 999. References [] P. W. Shor, Quantu Coputing, Docuenta Matheatica, vol. Extra Volue ICM, pp , 998, EMIS/ journals/ DMJDMV/ xvol-ic/ 00/ Shor.MAN.htl. [] P. W. Shor, Algoriths for Quantu Coputation: Discrete Logariths and Factoring, in Proceedings of the 35th Annual Syposiu on Foundations of Coputer Science, pp. 4-34, 994. [3] L. K. Grover, A fast quantu echanical algorith for database search, in Proceedings of the 8th ACM Syposiu on Theory of Coputing, pp. -9, 996. [4] L. K. Grover, Quantu Mechanical Searching, in Proceedings of the 999 Congress on Evolutionary Coputation, pp. 55-6, Jul 999. [5] L. Spector, H. Barnu, H. J. Bernstein and N. Sway, Finding a Better-than-Classical Quantu AND/OR Algorith using Genetic Prograing, in Proceedings of the 999 Congress on Evolutionary Coputation, pp , Jul 999. [6] A. Narayanan and M. Moore, Quantu-inspired genetic algoriths, in Proceedings of IEEE International Conference on Evolutionary Coputation, pp. 6-66, 996. [7] T. Hey, Quantu coputing: an introduction, Coputing & Control Engineering Journal, pp. 05-, Jun 999.

7 60 Best prots 600 Average prots Best of GQA(0) Average of GQA(0) Best of GQA() 560 Average of GQA() Best of CGA Average of CGA 530 (a) best prots (00 ites) 480 (b) average prots (00 ites) 500 Best prots 500 Average prots Best of GQA(0) 450 Average of GQA(0) Average of GQA() 40 Best of GQA() 400 Best of CGA Average of CGA (c) best prots (50 ites) 00 (d) average prots (50 ites) 900 Best prots 900 Average prots 850 Best of GQA(0) 850 Average of GQA(0) Average of GQA() Best of GQA() Best of CGA Average of CGA (e) best prots (500 ites) (f) average prots (500 ites) Figure : Coparison between CGA and GQA on the knapsack proble. The vertical axis is the prot value of knapsack, and the horizontal axis is the nuber of generations. (a), (c), (e) show the best prots, and (b), (d), (f) show the average prots. Both were averaged over 5 runs.

Genetic Quantum Algorithm and its Application to Combinatorial Optimization Problem

Genetic Quantum Algorithm and its Application to Combinatorial Optimization Problem Genetic Quantu Algorith and its Application to Cobinatorial Optiization Proble Kuk-Hyun Han Dept. of Electrical Engineering, KAIST, 373-1, Kusong-dong Yusong-gu Taejon, 305-701, Republic of Korea kh han

More information

Introduction of Quantum-inspired Evolutionary Algorithm

Introduction of Quantum-inspired Evolutionary Algorithm FIRA Robot Congress Seoul, Korea Introduction of Quantum-inspired Evolutionary Algorithm Kuk-Hyun Han and Jong-Hwan Kim Department of Electrical Engineering and Computer Science, Korea Advanced Institute

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

Quantum-Inspired Evolutionary Algorithm for a Class of Combinatorial Optimization

Quantum-Inspired Evolutionary Algorithm for a Class of Combinatorial Optimization 580 IEEE TRANSACTIONS ON EVOLUTIONARY COMPUTATION, VOL. 6, NO. 6, DECEMBER 2002 Quantum-Inspired Evolutionary Algorithm for a Class of Combinatorial Optimization Kuk-Hyun Han and Jong-Hwan Kim Abstract

More information

Parallel Quantum-inspired Genetic Algorithm for Combinatorial Optimization Problem

Parallel Quantum-inspired Genetic Algorithm for Combinatorial Optimization Problem Parallel Quantum-insired Genetic Algorithm for Combinatorial Otimization Problem Kuk-Hyun Han Kui-Hong Park Chi-Ho Lee Jong-Hwan Kim Det. of Electrical Engineering and Comuter Science, Korea Advanced Institute

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

This model assumes that the probability of a gap has size i is proportional to 1/i. i.e., i log m e. j=1. E[gap size] = i P r(i) = N f t.

This model assumes that the probability of a gap has size i is proportional to 1/i. i.e., i log m e. j=1. E[gap size] = i P r(i) = N f t. CS 493: Algoriths for Massive Data Sets Feb 2, 2002 Local Models, Bloo Filter Scribe: Qin Lv Local Models In global odels, every inverted file entry is copressed with the sae odel. This work wells when

More information

The Transactional Nature of Quantum Information

The Transactional Nature of Quantum Information The Transactional Nature of Quantu Inforation Subhash Kak Departent of Coputer Science Oklahoa State University Stillwater, OK 7478 ABSTRACT Inforation, in its counications sense, is a transactional property.

More information

An Adaptive Quantum-based Evolutionary Algorithm for Multiobjective Optimization

An Adaptive Quantum-based Evolutionary Algorithm for Multiobjective Optimization An Adaptive Quantu-based Evolutionary Algorith for Multiobjective Optiization JERZY BALICKI Naval University of Gdynia ul. Sidowicza 69, 81-103 Gdynia, POLAND J.Balicki@aw.gdynia.pl Abstract: - An Adaptive

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

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

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

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

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

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

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

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

Efficient Filter Banks And Interpolators

Efficient Filter Banks And Interpolators Efficient Filter Banks And Interpolators A. G. DEMPSTER AND N. P. MURPHY Departent of Electronic Systes University of Westinster 115 New Cavendish St, London W1M 8JS United Kingdo Abstract: - Graphical

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

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

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

Physics 215 Winter The Density Matrix

Physics 215 Winter The Density Matrix Physics 215 Winter 2018 The Density Matrix The quantu space of states is a Hilbert space H. Any state vector ψ H is a pure state. Since any linear cobination of eleents of H are also an eleent of H, it

More information

An improved self-adaptive harmony search algorithm for joint replenishment problems

An improved self-adaptive harmony search algorithm for joint replenishment problems An iproved self-adaptive harony search algorith for joint replenishent probles Lin Wang School of Manageent, Huazhong University of Science & Technology zhoulearner@gail.co Xiaojian Zhou School of Manageent,

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

Low complexity bit parallel multiplier for GF(2 m ) generated by equally-spaced trinomials

Low complexity bit parallel multiplier for GF(2 m ) generated by equally-spaced trinomials Inforation Processing Letters 107 008 11 15 www.elsevier.co/locate/ipl Low coplexity bit parallel ultiplier for GF generated by equally-spaced trinoials Haibin Shen a,, Yier Jin a,b a Institute of VLSI

More information

Quantum algorithms (CO 781, Winter 2008) Prof. Andrew Childs, University of Waterloo LECTURE 15: Unstructured search and spatial search

Quantum algorithms (CO 781, Winter 2008) Prof. Andrew Childs, University of Waterloo LECTURE 15: Unstructured search and spatial search Quantu algoriths (CO 781, Winter 2008) Prof Andrew Childs, University of Waterloo LECTURE 15: Unstructured search and spatial search ow we begin to discuss applications of quantu walks to search algoriths

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

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

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

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

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

Genetic Algorithm Search for Stent Design Improvements

Genetic Algorithm Search for Stent Design Improvements Genetic Algorith Search for Stent Design Iproveents K. Tesch, M.A. Atherton & M.W. Collins, South Bank University, London, UK Abstract This paper presents an optiisation process for finding iproved stent

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

Compression and Predictive Distributions for Large Alphabet i.i.d and Markov models

Compression and Predictive Distributions for Large Alphabet i.i.d and Markov models 2014 IEEE International Syposiu on Inforation Theory Copression and Predictive Distributions for Large Alphabet i.i.d and Markov odels Xiao Yang Departent of Statistics Yale University New Haven, CT, 06511

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

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

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

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

arxiv: v3 [cs.ds] 22 Mar 2016

arxiv: v3 [cs.ds] 22 Mar 2016 A Shifting Bloo Filter Fraewor for Set Queries arxiv:1510.03019v3 [cs.ds] Mar 01 ABSTRACT Tong Yang Peing University, China yangtongeail@gail.co Yuanun Zhong Nanjing University, China un@sail.nju.edu.cn

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

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 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

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

Uniform Approximation and Bernstein Polynomials with Coefficients in the Unit Interval

Uniform Approximation and Bernstein Polynomials with Coefficients in the Unit Interval Unifor Approxiation and Bernstein Polynoials with Coefficients in the Unit Interval Weiang Qian and Marc D. Riedel Electrical and Coputer Engineering, University of Minnesota 200 Union St. S.E. Minneapolis,

More information

Elliptic Curve Scalar Point Multiplication Algorithm Using Radix-4 Booth s Algorithm

Elliptic Curve Scalar Point Multiplication Algorithm Using Radix-4 Booth s Algorithm Elliptic Curve Scalar Multiplication Algorith Using Radix-4 Booth s Algorith Elliptic Curve Scalar Multiplication Algorith Using Radix-4 Booth s Algorith Sangook Moon, Non-eber ABSTRACT The ain back-bone

More information

Block designs and statistics

Block designs and statistics Bloc designs and statistics Notes for Math 447 May 3, 2011 The ain paraeters of a bloc design are nuber of varieties v, bloc size, nuber of blocs b. A design is built on a set of v eleents. Each eleent

More information

Symbolic Analysis as Universal Tool for Deriving Properties of Non-linear Algorithms Case study of EM Algorithm

Symbolic Analysis as Universal Tool for Deriving Properties of Non-linear Algorithms Case study of EM Algorithm Acta Polytechnica Hungarica Vol., No., 04 Sybolic Analysis as Universal Tool for Deriving Properties of Non-linear Algoriths Case study of EM Algorith Vladiir Mladenović, Miroslav Lutovac, Dana Porrat

More information

RESTARTED FULL ORTHOGONALIZATION METHOD FOR SHIFTED LINEAR SYSTEMS

RESTARTED FULL ORTHOGONALIZATION METHOD FOR SHIFTED LINEAR SYSTEMS BIT Nuerical Matheatics 43: 459 466, 2003. 2003 Kluwer Acadeic Publishers. Printed in The Netherlands 459 RESTARTED FULL ORTHOGONALIZATION METHOD FOR SHIFTED LINEAR SYSTEMS V. SIMONCINI Dipartiento di

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

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

ESTIMATING AND FORMING CONFIDENCE INTERVALS FOR EXTREMA OF RANDOM POLYNOMIALS. A Thesis. Presented to. The Faculty of the Department of Mathematics

ESTIMATING AND FORMING CONFIDENCE INTERVALS FOR EXTREMA OF RANDOM POLYNOMIALS. A Thesis. Presented to. The Faculty of the Department of Mathematics ESTIMATING AND FORMING CONFIDENCE INTERVALS FOR EXTREMA OF RANDOM POLYNOMIALS A Thesis Presented to The Faculty of the Departent of Matheatics San Jose State University In Partial Fulfillent of the Requireents

More information

Design of Spatially Coupled LDPC Codes over GF(q) for Windowed Decoding

Design of Spatially Coupled LDPC Codes over GF(q) for Windowed Decoding IEEE TRANSACTIONS ON INFORMATION THEORY (SUBMITTED PAPER) 1 Design of Spatially Coupled LDPC Codes over GF(q) for Windowed Decoding Lai Wei, Student Meber, IEEE, David G. M. Mitchell, Meber, IEEE, Thoas

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

Pattern Recognition and Machine Learning. Artificial Neural networks

Pattern Recognition and Machine Learning. Artificial Neural networks Pattern Recognition and Machine Learning Jaes L. Crowley ENSIMAG 3 - MMIS Fall Seester 2017 Lessons 7 20 Dec 2017 Outline Artificial Neural networks Notation...2 Introduction...3 Key Equations... 3 Artificial

More information

UCSD Spring School lecture notes: Continuous-time quantum computing

UCSD Spring School lecture notes: Continuous-time quantum computing UCSD Spring School lecture notes: Continuous-tie quantu coputing David Gosset 1 Efficient siulation of quantu dynaics Quantu echanics is described atheatically using linear algebra, so at soe level is

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

Selective-Candidate Framework with Similarity Selection Rule for Evolutionary Optimization

Selective-Candidate Framework with Similarity Selection Rule for Evolutionary Optimization > arxiv preprint, arxiv:1712.06338 Source code available at https://shengxinzhang.github.io/ Selective-Candidate Fraework with Siilarity Selection Rule for Evolutionary Optiization Sheng Xin Zhang, Wing

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

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

SPECTRUM sensing is a core concept of cognitive radio

SPECTRUM sensing is a core concept of cognitive radio World Acadey of Science, Engineering and Technology International Journal of Electronics and Counication Engineering Vol:6, o:2, 202 Efficient Detection Using Sequential Probability Ratio Test in Mobile

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

arxiv: v1 [math.na] 10 Oct 2016

arxiv: v1 [math.na] 10 Oct 2016 GREEDY GAUSS-NEWTON ALGORITHM FOR FINDING SPARSE SOLUTIONS TO NONLINEAR UNDERDETERMINED SYSTEMS OF EQUATIONS MÅRTEN GULLIKSSON AND ANNA OLEYNIK arxiv:6.395v [ath.na] Oct 26 Abstract. We consider the proble

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

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 theoretical analysis of cross validation in compressive sensing

On the theoretical analysis of cross validation in compressive sensing MITSUBISHI ELECTRIC RESEARCH LABORATORIES http://www.erl.co On the theoretical analysis of cross validation in copressive sensing Zhang, J.; Chen, L.; Boufounos, P.T.; Gu, Y. TR2014-025 May 2014 Abstract

More information

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

arxiv: v3 [quant-ph] 18 Oct 2017

arxiv: v3 [quant-ph] 18 Oct 2017 Self-guaranteed easureent-based quantu coputation Masahito Hayashi 1,, and Michal Hajdušek, 1 Graduate School of Matheatics, Nagoya University, Furocho, Chikusa-ku, Nagoya 464-860, Japan Centre for Quantu

More information

. The univariate situation. It is well-known for a long tie that denoinators of Pade approxiants can be considered as orthogonal polynoials with respe

. The univariate situation. It is well-known for a long tie that denoinators of Pade approxiants can be considered as orthogonal polynoials with respe PROPERTIES OF MULTIVARIATE HOMOGENEOUS ORTHOGONAL POLYNOMIALS Brahi Benouahane y Annie Cuyt? Keywords Abstract It is well-known that the denoinators of Pade approxiants can be considered as orthogonal

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 EE227C (Spring 2018): Convex Optiization and Approxiation Instructor: Moritz Hardt Eail: hardt+ee227c@berkeley.edu Graduate Instructor: Max Sichowitz Eail: sichow+ee227c@berkeley.edu October

More information

ma x = -bv x + F rod.

ma x = -bv x + F rod. Notes on Dynaical Systes Dynaics is the study of change. The priary ingredients of a dynaical syste are its state and its rule of change (also soeties called the dynaic). Dynaical systes can be continuous

More information

When Short Runs Beat Long Runs

When Short Runs Beat Long Runs When Short Runs Beat Long Runs Sean Luke George Mason University http://www.cs.gu.edu/ sean/ Abstract What will yield the best results: doing one run n generations long or doing runs n/ generations long

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

Support Vector Machines MIT Course Notes Cynthia Rudin

Support Vector Machines MIT Course Notes Cynthia Rudin Support Vector Machines MIT 5.097 Course Notes Cynthia Rudin Credit: Ng, Hastie, Tibshirani, Friedan Thanks: Şeyda Ertekin Let s start with soe intuition about argins. The argin of an exaple x i = distance

More information

Finite fields. and we ve used it in various examples and homework problems. In these notes I will introduce more finite fields

Finite fields. and we ve used it in various examples and homework problems. In these notes I will introduce more finite fields Finite fields I talked in class about the field with two eleents F 2 = {, } and we ve used it in various eaples and hoework probles. In these notes I will introduce ore finite fields F p = {,,...,p } for

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

A New Algorithm for Reactive Electric Power Measurement

A New Algorithm for Reactive Electric Power Measurement A. Abiyev, GAU J. Soc. & Appl. Sci., 2(4), 7-25, 27 A ew Algorith for Reactive Electric Power Measureent Adalet Abiyev Girne Aerican University, Departernt of Electrical Electronics Engineering, Mersin,

More information

PAPER Approach to the Unit Maintenance Scheduling Decision Using Risk Assessment and Evolution Programming Techniques

PAPER Approach to the Unit Maintenance Scheduling Decision Using Risk Assessment and Evolution Programming Techniques 1900 PAPER Approach to the Unit Maintenance Scheduling Decision Using Risk Assessent and Evolution Prograing Techniques Chen-Sung CHANG a), Meber SUMMARY This paper applies the Evolutionary Prograing (EP)

More information

Ensemble Based on Data Envelopment Analysis

Ensemble Based on Data Envelopment Analysis Enseble Based on Data Envelopent Analysis So Young Sohn & Hong Choi Departent of Coputer Science & Industrial Systes Engineering, Yonsei University, Seoul, Korea Tel) 82-2-223-404, Fax) 82-2- 364-7807

More information

Constant-Space String-Matching. in Sublinear Average Time. (Extended Abstract) Wojciech Rytter z. Warsaw University. and. University of Liverpool

Constant-Space String-Matching. in Sublinear Average Time. (Extended Abstract) Wojciech Rytter z. Warsaw University. and. University of Liverpool Constant-Space String-Matching in Sublinear Average Tie (Extended Abstract) Maxie Crocheore Universite de Marne-la-Vallee Leszek Gasieniec y Max-Planck Institut fur Inforatik Wojciech Rytter z Warsaw University

More information

The Algorithms Optimization of Artificial Neural Network Based on Particle Swarm

The Algorithms Optimization of Artificial Neural Network Based on Particle Swarm Send Orders for Reprints to reprints@benthascience.ae The Open Cybernetics & Systeics Journal, 04, 8, 59-54 59 Open Access The Algoriths Optiization of Artificial Neural Network Based on Particle Swar

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

A Model for the Selection of Internet Service Providers

A Model for the Selection of Internet Service Providers ISSN 0146-4116, Autoatic Control and Coputer Sciences, 2008, Vol. 42, No. 5, pp. 249 254. Allerton Press, Inc., 2008. Original Russian Text I.M. Aliev, 2008, published in Avtoatika i Vychislitel naya Tekhnika,

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

Qualitative Modelling of Time Series Using Self-Organizing Maps: Application to Animal Science

Qualitative Modelling of Time Series Using Self-Organizing Maps: Application to Animal Science Proceedings of the 6th WSEAS International Conference on Applied Coputer Science, Tenerife, Canary Islands, Spain, Deceber 16-18, 2006 183 Qualitative Modelling of Tie Series Using Self-Organizing Maps:

More information

Pattern Recognition and Machine Learning. Artificial Neural networks

Pattern Recognition and Machine Learning. Artificial Neural networks Pattern Recognition and Machine Learning Jaes L. Crowley ENSIMAG 3 - MMIS Fall Seester 2016 Lessons 7 14 Dec 2016 Outline Artificial Neural networks Notation...2 1. Introduction...3... 3 The Artificial

More information

Vulnerability of MRD-Code-Based Universal Secure Error-Correcting Network Codes under Time-Varying Jamming Links

Vulnerability of MRD-Code-Based Universal Secure Error-Correcting Network Codes under Time-Varying Jamming Links Vulnerability of MRD-Code-Based Universal Secure Error-Correcting Network Codes under Tie-Varying Jaing Links Jun Kurihara KDDI R&D Laboratories, Inc 2 5 Ohara, Fujiino, Saitaa, 356 8502 Japan Eail: kurihara@kddilabsjp

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

A Better Algorithm For an Ancient Scheduling Problem. David R. Karger Steven J. Phillips Eric Torng. Department of Computer Science

A Better Algorithm For an Ancient Scheduling Problem. David R. Karger Steven J. Phillips Eric Torng. Department of Computer Science A Better Algorith For an Ancient Scheduling Proble David R. Karger Steven J. Phillips Eric Torng Departent of Coputer Science Stanford University Stanford, CA 9435-4 Abstract One of the oldest and siplest

More information

Bayesian Approach for Fatigue Life Prediction from Field Inspection

Bayesian Approach for Fatigue Life Prediction from Field Inspection Bayesian Approach for Fatigue Life Prediction fro Field Inspection Dawn An and Jooho Choi School of Aerospace & Mechanical Engineering, Korea Aerospace University, Goyang, Seoul, Korea Srira Pattabhiraan

More information

Short Papers. Test Data Compression and Decompression Based on Internal Scan Chains and Golomb Coding

Short Papers. Test Data Compression and Decompression Based on Internal Scan Chains and Golomb Coding IEEE TRANSACTIONS ON COMPUTER-AIDED DESIGN OF INTEGRATED CIRCUITS AND SYSTEMS, VOL. 1, NO. 6, JUNE 00 715 Short Papers Test Data Copression and Decopression Based on Internal Scan Chains and Golob Coding

More information

Birthday Paradox Calculations and Approximation

Birthday Paradox Calculations and Approximation Birthday Paradox Calculations and Approxiation Joshua E. Hill InfoGard Laboratories -March- v. Birthday Proble In the birthday proble, we have a group of n randoly selected people. If we assue that birthdays

More information

Effective joint probabilistic data association using maximum a posteriori estimates of target states

Effective joint probabilistic data association using maximum a posteriori estimates of target states Effective joint probabilistic data association using axiu a posteriori estiates of target states 1 Viji Paul Panakkal, 2 Rajbabu Velurugan 1 Central Research Laboratory, Bharat Electronics Ltd., Bangalore,

More information

Measuring orbital angular momentum superpositions of light by mode transformation

Measuring orbital angular momentum superpositions of light by mode transformation CHAPTER 7 Measuring orbital angular oentu superpositions of light by ode transforation In chapter 6 we reported on a ethod for easuring orbital angular oentu (OAM) states of light based on the transforation

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

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

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

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

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

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

Genetic Algorithms using Low-Discrepancy Sequences

Genetic Algorithms using Low-Discrepancy Sequences Genetic Algoriths using Low-Discrepancy Sequences ABSTRACT Shuhei Kiura Departent of Inforation and Knowledge Engineering, Faculty of Engineering, Tottori University 4-, Koyaa Minai, Tottori, JAPAN kiura@iketottori-uacjp

More information