Selection Hyper-heuristics Can Provably be Helpful in Evolutionary Multi-objective Optimization

Size: px
Start display at page:

Download "Selection Hyper-heuristics Can Provably be Helpful in Evolutionary Multi-objective Optimization"

Transcription

1 Selectio Hyper-heuristics Ca Provably be Helpful i Evolutioary Multi-objective Optimizatio Chao Qia 1,2, Ke Tag 1, ad Zhi-Hua Zhou 2 1 UBRI, School of Computer Sciece ad Techology, Uiversity of Sciece ad Techology of Chia, Hefei , Chia 2 Natioal Key Laboratory for Novel Software Techology, Najig Uiversity, Najig , Chia {chaoqia,ketag}@ustc.edu.c, zhouzh@ju.edu.c Abstract Selectio hyper-heuristics are automated methodologies for selectig existig low-level heuristics to solve hard computatioal problems. They have bee foud very useful for evolutioary algorithms whe solvig both sigle ad multi-objective real-world optimizatio problems. Previous work maily focuses o empirical study, while theoretical study, particularly i multi-objective optimizatio, is largely isufficiet. I this paper, we use three mai compoets of multi-objective evolutioary algorithms (selectio mechaisms, mutatio operators, acceptace strategies) as low-level heuristics, respectively, ad prove that usig heuristic selectio (i.e., mixig low-level heuristics) ca be expoetially faster tha usig oly oe low-level heuristic. Our result provides theoretical support for multi-objective selectio hyper-heuristics, ad might be helpful for desigig efficiet heuristic selectio methods i practice. 1 Itroductio Hyper-heuristics are automated methodologies for selectig or geeratig heuristics to solve hard computatioal problems [4]. There are two mai hyper-heuristic categories: heuristic selectio ad heuristic geeratio. This paper focuses o the former type. Give a set of low-level heuristics, a heuristic selectio method chooses a appropriate oe to be applied at each decisio poit. Selectio hyper-heuristics have bee widely ad successfully applied for evolutioary algorithms (EAs) solvig sigle-objective optimizatio problems such as persoel schedulig, packig, vehicle routig, etc [3]. After that, they start to emerge i evolutioary multi-objective optimizatio. Burke et al. [5] first proposed a multiobjective hyper-heuristic approach based o tabu search for the space allocatio ad timetablig problems. McClymot ad Keedwell [17] developed a Markov chai based hyper-heuristic method for desigig water distributio etwork. By usig NSGAII, SPEA2 ad MOGA as low-level heuristics, Maashi et al. [16] desiged a choice fuctio based hyper-heuristic to solve the vehicle crashworthiess desig problem. Selec- This work was supported by the NSFC ( , ), the Fudametal Research Fuds for the Cetral Uiversities (WK ), ad the Collaborative Iovatio Ceter of Novel Software Techology ad Idustrializatio.

2 tio hyper-heuristics also achieved successes i other real-world multi-objective optimizatio problems, e.g., the 2D guillotie strip packig problem [18] ad the itegratio ad test order problem i software egieerig [10]. Most previous work focuses o empirical study. Meawhile, theoretical aalysis, particularly ruig time aalysis, is importat for ehacig our uderstadig ad desigig efficiet hyper-heuristics, as Burke et al. stated i [3]. However, the ruig time aalysis o selectio hyper-heuristics is difficult due to their complexity ad radomess, ad few results have bee reported. By usig mutatio operators as low-level heuristics, He et al. [11] first gave some coditios uder which the asymptotic hittig time of the (1+1)-EA (a simple EA) with a mixed strategy is ot larger tha that with ay pure strategy. Note that a mixed strategy (which correspods to heuristic selectio) chooses oe low-level heuristic accordig to some distributio each time, while a pure strategy uses oly oe fixed low-level heuristic. Their result was the exteded to the expected ruig time measure ad to populatio-based EAs i [12]. Lehre ad Özca [15] later gave cocrete evidece that mixig two specific mutatio operators is more efficiet tha usig oly oe operator for the (1+1)-EA solvig the GapPath fuctio. They also proved the beefit of mixig acceptace strategies for the (1+1)-EA solvig the RR k fuctio. I [19], by mixig global ad local mutatio operators, the (1+1)-EA was proved to be a polyomial time approximatio algorithm for the NP-hard sigle machie schedulig problem. I [6], the (1+1)-EA mixig two specific mutatio operators was show to be able to solve the easiest fuctio for each mutatio operator efficietly. The above studies ivestigate whether selectio hyper-heuristics ca brig a improvemet o the performace. Alaazi ad Lehre [1] also compared differet heuristic selectio methods (i.e., mixed strategies with differet distributios), ad proved their similar performace for the (1+1)-EA solvig the LeadigOes fuctio. All of the above-metioed studies cosider sigle-objective optimizatio. To the best of our kowledge, there has bee o theoretical work supportig the effectiveess of selectio hyper-heuristics i multi-objective optimizatio. I this paper, we prove that usig heuristic selectio ca speed up evolutioary multi-objective optimizatio expoetially via rigorous ruig time aalysis. The widely used multi-objective EA GSEMO i previous theoretical aalyses [8,14,21] is employed. It repeats three steps: choosig a solutio by some selectio mechaism, reproducig a ew solutio by mutatio, ad updatig the populatio by some acceptace strategy. This paper cosiders the three mai compoets of GSEMO, i.e., selectio mechaism, mutatio operator ad acceptace strategy, as the low-level heuristic, respectively. For each kid of low-level heuristic, we give a bi-objective pseudo-boolea fuctio, ad prove that the expected ruig time of GSEMO with a mixed strategy is polyomial while GSEMO with a pure strategy eeds at least expoetial ruig time. The aalysis also shows that the helpfuless of selectio hyper-heuristics is because the stregths of oe heuristic ca compesate for the weakesses of aother. For mixig acceptace strategies, we also empirically compare the ruig time of GSEMO with differet mixed strategies, ad the results imply the importace of choosig a proper heuristic selectio method. The rest of this paper is orgaized as follows. Sectio 2 itroduces some prelimiaries. The helpfuless of mixig selectio mechaisms, mutatio operators ad acceptace strategies is the theoretically aalyzed. Fially, we coclude the paper.

3 2 Prelimiaries Multi-objective optimizatio requires to simultaeously optimize two or more objective fuctios, as show i Defiitio 1. Note that maximizatio is cosidered i this paper. The objectives are usually coflicted, ad thus there is o caoical complete order o the solutio space X. The compariso betwee solutios relies o the domiatio relatioship, as preseted i Defiitio 2. A solutio is Pareto optimal if there is o other solutio i X that domiates it. The set of objective vectors of all the Pareto optimal solutios costitutes the Pareto frot. The goal of multi-objective optimizatio is to fid the Pareto frot, that is, to fid at least oe correspodig solutio for each elemet i the Pareto frot. I this paper, we cosider the Boolea space, i.e., X = {0, 1}. Defiitio 1 (Multi-Objective Optimizatio). Give a feasible solutio space X ad objective fuctios f 1,..., f m, multi-objective optimizatio ca be formulated as max x X ( f1 (x), f 2 (x),..., f m (x) ). Defiitio 2 (Domiatio). Let f = (f 1, f 2,..., f m ) : X R m be the objective vector. For two solutios x ad x X : 1. x weakly domiates x if, 1 i m, f i (x) f i (x ), deoted as x x ; 2. x domiates x if, x x ad f i (x) > f i (x ) for some i, deoted as x x. Evolutioary algorithms (EAs) have become a popular tool for multi-objective optimizatio, due to their populatio-based ature. I previous theoretical studies, GSEMO is the most widely used multi-objective EA (MOEA) [8,14,21]. As described i Algorithm 1, it first radomly selects a iitial solutio, the repeats the three steps (selectio, mutatio, acceptace) to improve the quality of the populatio. I selectio, a solutio is uiformly selected from the curret populatio; i mutatio, a ew solutio is geerated by flippig each bit of the selected solutio with probability 1 ; i acceptace, the ew solutio is compared with the solutios i the populatio, ad the oly o-domiated solutios are kept. Although simple, GSEMO explais the commo structure of various MOEAs, ad hece will be used i this paper as well. Selectio hyper-heuristics maage a set of low-level heuristics, ad select a appropriate oe to be applied at each decisio poit. Despite their practical successes, the theoretical aalysis is still i its ifacy, particularly for multi-objective optimizatio. I this paper, we take the three compoets of GSEMO, i.e., selectio, mutatio ad acceptace, as the low-level heuristic, respectively, ad compare the performace of GSEMO with a mixed strategy ad a pure strategy. For each compoet of GSEMO, we will use two cocrete low-level heuristics. A typical mixed strategy employed i our aalysis (deoted by GSEMO p ) is to use the first low-level heuristic with probability p [0, 1] i each iteratio of GSEMO, ad use the secod oe otherwise. Note that a mixed strategy correspods to usig heuristic selectio, while a pure strategy oly uses oe specific low-level heuristic ad thus implies that heuristic selectio is ot employed. The performace of the compariso algorithms is measured by their ruig time complexity. Note that ruig time aalysis has bee a leadig theoretical aspect for radomized search heuristics [2,20]. The ruig time of a MOEA is usually couted by the umber of fitess evaluatios (the most costly computatioal process) util fidig the Pareto frot [8,14,21].

4 Algorithm 1 GSEMO Give the solutio space X = {0, 1} ad the objective fuctio vector f, GSEMO cosists of the followig steps: 1: Choose x X uiformly at radom 2: P {x} 3: repeat 4: [Selectio] Choose x from P uiformly at radom 5: [Mutatio] Create x by flippig each bit of x with probability 1/ 6: [Acceptace] if z P such that z x 7: P (P {z P x z}) {x } 8: ed if 9: util some criterio is met 3 Mixig Selectio Mechaisms I this sectio, we use two fair selectio mechaisms [9,14] as low-level heuristics: fair selectio w.r.t. the decisio space: Each solutio i the curret populatio has a couter c 1, which records the umber of its offsprigs. The solutio with the smallest c 1 value will be selected for reproductio i each iteratio. That is, lie 4 of Algorithm 1 chages to be Choose x {y P c 1 (z) c 1 (y), z P } uiformly at radom. fair selectio w.r.t. the objective space: Each couter (deoted as c 2 ) is associated with a objective vector rather tha a decisio vector. Lie 4 thus chages to be Choose x {y P c 2 (f(z)) c 2 (f(y)), z P } uiformly at radom. Fairess is employed to balace the umber of offsprigs of all solutios i the curret populatio, ad thus to achieve a good spread over the Pareto frot. GSEMO with these two mechaisms are deoted by GSEMO ds ad GSEMO os, respectively. For GSEMO with the mixed strategy (deoted by GSEMO p ), it uses the fairess w.r.t the decisio space with probability p [0, 1] i each iteratio; otherwise, it uses the fairess w.r.t the objective space. Note that GSEMO ds ad GSEMO os are GSEMO p with p = 1 ad p = 0, respectively. We the compare their ruig time o the ZPLG fuctio. As show i Defiitio 3, ZPLG ca be divided ito three parts: ZeroMax, a plateau, ad a path with little gaps. It is obtaied from the PLG fuctio i [9] by replacig the secod objective value 1 i the ZeroMax part with 2. The Pareto frot is {(, 2), ( + 1, 1), ( , 0)}, ad the correspodig Pareto optimal solutios are 0, SP 1 ad 1, respectively. Defiitio 3 (ZPLG). ( x 0, 2) x / SP 1 SP 2 ZP LG(x) = ( + 1, 1) x SP 1 ( i, 0) x = 1 3/4+2i 0 /4 2i SP 2, where x 0 = j=1 (1 x j) deotes the umber of 0-bits, SP 1 = {1 i 0 i 1 i < 3/4}, SP 2 = {1 3/4+2i 0 /4 2i 0 i /8} ad = 8m, m N.

5 Theorem 1 shows that GSEMO with a pure strategy eeds expoetial ruig time with a high probability. The result of GSEMO os o ZPLG is directly from that o the PL fuctio (i.e., Theorem 1) i [9], sice ZPLG has the same structure as PL by treatig its SP 2 part as a whole. The iefficiecy is because GSEMO os allows the Pareto optimal solutio 0 to geerate ew solutios i SP 1, which stop the radom walk o the plateau SP 1 ad thus prevet from reachig SP 2. The result of GSEMO ds o ZPLG ca be directly from that o the PLG fuctio (i.e., Theorem 4) i [9], sice their proof relies o SP 1 ad SP 2, which are the same for ZPLG ad PLG. The iefficiecy is because GSEMO ds easily gets trapped i the radom walk o SP 1, which prevets from followig the path SP 2 to fid the Pareto optimal solutio 1. We the prove i Theorem 2 that by usig the mixed strategy, GSEMO p ca solve ZPLG i polyomial ruig time. The idea is that first employig GSEMO ds allows the radom walk o SP 1 to reach SP 2, ad the employig GSEMO os allows followig the path SP 2 to fid 1. Thus, we ca see that the advatage of usig heuristic selectio is that the stregths of oe heuristic ca compesate for the weakesses of aother. Theorem 1. O ZPLG, the ruig time of GSEMO ds is 2 Ω(1/2) with probability 1 2 Ω(1/2), ad that of GSEMO os is 2 Ω(1/4) with probability 1 e Ω(1/3). Theorem 2. The expected ruig time of GSEMO p with p=1 1 3 o ZPLG is O( 6 ). Proof. We divide the optimizatio process ito two phases: (1) starts after iitializatio ad fiishes util the populatio P cotais 0, a solutio from SP 1 ad a solutio from SP 2 ; (2) starts after phase (1) ad fiishes util P cotais 0, a solutio from SP 1 ad 1, i.e., the Pareto frot is foud. For the first phase, we ca follow the aalysis of GSEMO ds o PL (i.e., Theorem 2) i [9]. I their proof, the oly part relyig o the fair selectio w.r.t. the decisio space is to allow a cosecutive radom walk of legth δ 3 (δ is a costat) o the plateau SP 1, uder the coditio that the c 1 value of the maitaied solutio from SP 1 is always smaller tha that of the Pareto optimal solutio 0. Note that the fair selectio w.r.t. the decisio space is used with probability 1 1/ 3 i each iteratio of GSEMO p. Such a radom walk happes with probability (1 1 ) δ3 (2e) δ Ω(1). Thus, the 3 asymptotic ruig time is ot affected, ad the expected ruig time of this phase is the same as that of GSEMO ds o PL, i.e., O( 3 log ). For the secod phase, the populatio P always cotais three solutios, 0, a solutio from SP 1 ad a solutio from SP 2. The probability that a better solutio from SP 2 is foud uder the coditio that a solutio from SP 2 has bee selected for mutatio 1 is at least (1 1 2 ) 2 1 e, sice it is sufficiet to flip the leftmost two 0-bits. It 2 is easy to see that at most 8 such improvemets are sufficiet to fid the Pareto optimal solutio 1. The worst case is reached whe the first foud solutio from SP 2 is 1 3/4 0 /4. We cosider that the fair selectio w.r.t. the objective space is used, which happes with probability 1 i each iteratio of GSEMO 3 p. Because the c 2 values of (, 2) ad ( + 1, 1) (i.e., the objective vectors of 0 ad the solutio from SP 1 ) are ever decreased, the solutio from SP 2 is selected for reproductio at least oce i three cosecutive iteratios. Thus, the expected ruig time of this phase is at most e2 O( 6 ).

6 4 Mixig Mutatio Operators I this sectio, we use two mutatio operators [15] as low-level heuristics: oe-bit mutatio: Lie 5 of Algorithm 1 chages to be Create x by flippig oe radomly chose bit of x. Note that oe specific bit is chose with probability 1. two-bit mutatio: Lie 5 of Algorithm 1 chages to be Create x by flippig two differet ad radomly chose bits of x. Note that two specific bits are chose with probability 1/ ( ) 2 = 2 ( 1). GSEMO with these two operators are deoted by GSEMO 1b ad GSEMO 2b, respectively. GSEMO with the mixed strategy (deoted by GSEMO p ) uses oe-bit mutatio with probability p [0, 1] i each iteratio; otherwise, it uses two-bit mutatio. We the compare their ruig time o the SPG fuctio. As show i Defiitio 4, SPG has a short path SP with icreasig fitess except the solutios 1 i 0 i with i mod 3 = 1. The costructio of SPG is ispired from the GapPath fuctio i [15]. The Pareto frot is {(, 1), ( 2, 0)}, ad the correspodig Pareto optimal solutios are 0 ad 1, respectively. Defiitio 4 (SPG). ( x 0, 1) x / SP SP G(x) = ( 1, 0) x = 1 i 0 i SP, i mod 3 = 1 (i, 0) x = 1 i 0 i SP, i mod 3 = 0 or 2, where SP = {1 i 0 i 1 i } ad = 3m, m N. The followig two theorems show that the expected ruig time of GSEMO with a pure strategy is ifiite while that of GSEMO with the mixed strategy is polyomial. The proof idea is straightforward. I every three adjacet solutios o the path SP, there is a bad oe 1 i 0 i with i mod 3 = 1. Usig oe-bit ad two-bit mutatio alteratively ca jump over those bad solutios o SP ad fially reach the Pareto optimal solutio 1, while usig oly oe-bit or two-bit mutatio obviously will get stuck i some solutio 1 i 0 i with i mod 3 = 0 or 2. Theorem 3. The expected ruig time of GSEMO 1b ad GSEMO 2b o SPG is ifiite. Proof. We cosider that the iitial solutio is the Pareto optimal solutio 0, which has the objective vector (, 1). This happes with probability 1 2 due to the uiform samplig. For GSEMO 1b, oe-bit mutatio o 0 ca oly geerate solutios with the objective vector ( 1, 1) or ( 1, 0), which are domiated by 0. Thus, the populatio P will always cotai oly 0. For GSEMO 2b, two-bit mutatio o 0 geerates solutios with the objective vector ( 2, 1) or (2, 0). Thus, P cotais 0 ad after a while. Sice two-bit mutatio o caot geerate better solutios o SP, P will always keep i this state. Thus, startig from 0, either GSEMO 1b or GSEMO 2b caot fid the Pareto frot, which implies that the expected ruig time is ifiite. Theorem 4. The expected ruig time of GSEMO p with p [0, 1] beig a costat o SPG is O( 3 ).

7 Proof. The populatio P cotais at most two solutios, because the secod objective of SPG has oly two values 0 ad 1. We first aalyze the expected ruig time util the Pareto optimal solutio 0 is foud. Let x deote the solutio with the secod objective value 1 i P. Such a solutio will exist i P after at most expected ruig time. This is because a solutio from SP ca geerate a offsprig solutio ot from SP by flippig the first 1-bit, which happes with probability at least 1 by either oe-bit or two-bit mutatio. Assume that the umber of 0-bits of x is j (j 1). It is easy to see that j caot decrease, ad it ca icrease by flippig oe 1-bit (but ot the last) usig oe-bit mutatio. Because the probability of selectig x for mutatio is at least 1 2 ad oe-bit mutatio is used with probability p, the probability of icreasig j by 1 i oe iteratio is at least 1 2 p j 1 for j 2 ad 1 2 p 1 for j = 1. Thus, the expected ruig time to fid 0 is at most 2 2 j=1 p( j 1) + 2 p O( log ). Whe fidig 0, we pessimistically assume that the solutio from SP has ot bee foud. Startig from 0, the solutio ca be foud by flippig the first two 0-2 bits usig two-bit mutatio. This happes with probability (1 p) ( 1), ad thus the expected ruig time is ( 1) 2(1 p) O(2 ). Oce a solutio from SP with i mod 3 1 has bee foud, usig oe-bit ad two-bit mutatio alteratively ca follow the path SP to fid the Pareto optimal solutio 1. If i mod 3 = 2, flippig its first 0-bit by oe-bit mutatio ca geerate a better solutio. This happes with probability 1 2 p 1. If i mod 3 = 0, flippig its first two 0-bits by two-bit mutatio ca geerate a better solutio. This happes with probability 1 2 (1 p) 2 ( 1). Sice 3 such two improvemets are sufficiet to fid 1, the expected ruig time is at most 3 ( 2 p + ( 1) (1 p) ) O(3 ). Thus, the theorem holds. 5 Mixig Acceptace Strategies I this sectio, we use two acceptace strategies as low-level heuristics: elitist acceptace: As lies 6-8 of Algorithm 1, oly o-domiated solutios are kept i the populatio, ad the existig solutio i P with the same objective vector as the ewly geerated solutio will be replaced. strict elitist acceptace: It is the same as elitist acceptace, except that the old solutio with the same objective vector as the ewly geerated solutio will ot be replaced. That is, lie 6 of Algorithm 1 chages to be if z P such that z x. The differece betwee these two strategies is to accept or reject the solutio with the same fitess. This has bee theoretically show to have a sigificat effect o the performace of EAs i sigle-objective optimizatio [13]. Note that GSEMO with elitist acceptace is just GSEMO. GSEMO with the strict strategy is deoted by GSEMO strict. I each iteratio of GSEMO with the mixed strategy (deoted by GSEMO mixed ), elitist acceptace is used if the ewly geerated solutio x ad the paret solutio x have the same objective vector; otherwise, strict elitist acceptace is used. Note that the mixed strategy employed here is differet from that of GSEMO p. We the compare their ruig time o the PL fuctio. As show i Defiitio 5, PL has a short path SP {1 } with costat fitess. The Pareto frot is {(, 1), ( + 2, 0)}, ad the correspodig Pareto optimal solutios are 0 ad 1, respectively.

8 Defiitio 5 (PL). [8] ( x 0, 1) x / SP = {1 i 0 i 1 i } P L(x) = ( + 1, 0) x {1 i 0 i 1 i < } ( + 2, 0) x = 1. Theorem 5 shows that GSEMO with a pure strategy o PL eeds expoetial ruig time. The result of GSEMO was proved i [8], ad its iefficiecy is because a solutio ot from SP ca geerate a ew solutio from SP, which stops the ogoig radom walk o SP. The iefficiecy of GSEMO strict is because the first foud solutio from SP is far from the Pareto optimal solutio 1, ad strict elitist acceptace does ot allow the radom walk o SP. We the prove i Theorem 6 that GSEMO with the mixed strategy ca solve PL i polyomial ruig time. It works by allowig acceptig the solutio with the same fitess oly i the radom walk procedure. Theorem 5. O PL, the ruig time of GSEMO is 2 Ω(1/24) with probability 1 e Ω(1/24) [8], ad that of GSEMO strict is Ω( 5 ) with probability 1 2 Ω(). Proof. The iitial solutio is ot i SP with probability 1 2 due to uiform selectio, ad it has at most bits with probability 1 e Ω() by Cheroff bouds. The populatio P cotais at most two solutios, sice the secod objective of PL has oly two differet values. Note that the umber of 1-bits of the solutio ot from SP will ever icrease, sice the first objective is to maximize the umber of 0-bits. Because the probability of flippig at least 12 bits simultaeously i oe step is less tha 12, the first foud solutio from SP has at most bits with probability at least Oce a solutio from SP {1 } has bee foud, it will ever chage because SP {1 } is a plateau ad GSEMO strict will ot replace the solutio with the same fitess. Thus, P will always cotai two solutios, a solutio x from SP {1 } with x ad a solutio y ot from SP with y The probabilities of mutatig x ad y to 1 i oe step are at most 4 ad 3, respectively. Thus, after 5 steps, the Pareto optimal solutio 1 is geerated with probability at most 5 4 = 20 by the uio boud. By combiig all the above probabilities, we get that the ruig time is Ω( 5 ) with probability 1 2 Ω(). Theorem 6. The expected ruig time of GSEMO mixed o PL is O( 3 ). Proof. Sice the fuctio PL outside SP has the same structure as OeMax, the expected steps to fid 0 is O( log ) by usig the aalysis result of the (1+1)-EA o OeMax [7]. The, it eeds O() expected steps to fid a solutio from SP, as it suffices to flip the leftmost 0-bit of 0. For GSEMO mixed, if a offsprig solutio from SP is geerated by mutatio o the solutio ot from SP, it will ot replace the solutio from SP i the curret populatio; but if it is geerated by mutatio o the curret solutio from SP, the replacemet will be implemeted. Thus, the algorithm will perform the radom walk o the plateau SP ad the solutio ot from SP will ot ifluece it. Note that the solutio from SP is selected for mutatio with probability 1 2. Usig the aalysis result of the (1+1)-EA o SPC (i.e., Theorem 7) i [13], we get that the radom walk eeds O( 3 ) expected ruig time to fid 1.

9 Estimated ERT p=1/ p=0.5 mixed Problem size Figure 1. Estimated ERT of GSEMO mixed ad GSEMO p for solvig the PL problem, where a base 10 logarithmic scale is used for the y-axis. Note that the mixed strategy employed by GSEMO mixed here is differet from that by GSEMO p for mixig selectio mechaisms or mutatio operators. GSEMO p uses the first low-level heuristic with probability p [0, 1] i each iteratio ad uses the secod oe otherwise. To ivestigate the ifluece of differet mixed strategies, we coduct experimets to compare GSEMO mixed with GSEMO p for mixig elitist ad strict elitist acceptace. The parameter p is set as 1, 0.5 ad 1 1, respectively. For each compariso algorithm o each problem size {5, 10,..., 50}, we ru the algorithm 100 times idepedetly, where each ru stops whe the Pareto frot of the PL problem is foud. The average umber of fitess evaluatios is used as the estimatio of the expected ruig time (ERT). The result is plotted i Figure 1. Note that the ERT of GSEMO p for 20 is too large to estimate. We ca observe that GSEMO mixed is much more efficiet tha GSEMO p. The curves of GSEMO mixed ad GSEMO p grow i a closely logarithmic ad liear tred, respectively, which implies that their ERT is approximately polyomial ad expoetial, respectively. Thus, these empirical results suggest that choosig a proper threshold selectio method is importat. 6 Coclusio This paper presets a theoretical study o the effectiveess of selectio hyper-heuristics for multi-objective optimizatio. Rigorous ruig time aalysis showed that applyig selectio hyper-heuristics to ay of the three major compoets of a MOEA, i.e., selectio, mutatio ad acceptace, ca expoetially speed up the optimizatio. From the aalysis, we fid that selectio hyper-heuristics work by allowig the stregths of oe heuristic to compesate for the weakesses of aother. Our result provides theoretical support for multi-objective selectio hyper-heuristics. The empirical compariso o differet mixed strategies also implies the importace of choosig a proper heuristic selectio method. Refereces 1. Alaazi, F., Lehre, P.K.: Rutime aalysis of selectio hyper-heuristics with classical learig mechaisms. I: Proceedigs of CEC 14. pp Beijig, Chia (2014)

10 2. Auger, A., Doerr, B.: Theory of Radomized Search Heuristics: Foudatios ad Recet Developmets. World Scietific, Sigapore (2011) 3. Burke, E.K., Gedreau, M., Hyde, M., Kedall, G., Ochoa, G., Özca, E., Qu, R.: Hyperheuristics: A survey of the state of the art. Joural of the Operatioal Research Society 64(12), (2013) 4. Burke, E.K., Hyde, M., Kedall, G., Ochoa, G., Özca, E., Woodward, J.R.: A classificatio of hyper-heuristic approaches. I: Hadbook of Metaheuristics, pp Spriger (2010) 5. Burke, E.K., Silva, J.D.L., Soubeiga, E.: Multi-objective hyper-heuristic approaches for space allocatio ad timetablig. I: Metaheuristics: Progress as Real Problem Solvers, pp Spriger (2005) 6. Corus, D., He, J., Jase, T., Oliveto, P.S., Sudholt, D., Zarges, C.: O easiest fuctios for somatic cotiguous hypermutatios ad stadard bit mutatios. I: Proceedigs of GECCO 15. pp Madrid, Spai (2015) 7. Droste, S., Jase, T., Wegeer, I.: O the aalysis of the (1+1) evolutioary algorithm. Theoretical Computer Sciece 276(1-2), (2002) 8. Friedrich, T., Hebbighaus, N., Neuma, F.: Plateaus ca be harder i multi-objective optimizatio. Theoretical Computer Sciece 411(6), (2010) 9. Friedrich, T., Horoba, C., Neuma, F.: Illustratio of fairess i evolutioary multiobjective optimizatio. Theoretical Computer Sciece 412(17), (2011) 10. Guizzo, G., Fritsche, G.M., Vergilio, S.R., Pozo, A.T.R.: A hyper-heuristic for the multiobjective itegratio ad test order problem. I: Proceedigs of GECCO 15. pp Madrid, Spai (2015) 11. He, J., He, F., Dog, H.: Pure strategy or mixed strategy? - A iitial compariso of their asymptotic covergece rate ad asymptotic hittig time. I: Proceedigs of EvoCOP 12. pp Malaga, Spai (2012) 12. He, J., Hou, W., Dog, H., He, F.: Mixed strategy may outperform pure strategy: A iitial study. I: Proceedigs of CEC 13. pp Cacu, Mexico (2013) 13. Jase, T., Wegeer, I.: Evolutioary algorithms-how to cope with plateaus of costat fitess ad whe to reject strigs of the same fitess. IEEE Trasactios o Evolutioary Computatio 5(6), (2001) 14. Laumas, M., Thiele, L., Zitzler, E.: Ruig time aalysis of multiobjective evolutioary algorithms o pseudo-boolea fuctios. IEEE Trasactios o Evolutioary Computatio 8(2), (2004) 15. Lehre, P.K., Özca, E.: A rutime aalysis of simple hyper-heuristics: To mix or ot to mix operators. I: Proceedigs of FOGA 13. pp Adelaide, Australia (2013) 16. Maashi, M., Özca, E., Kedall, G.: A multi-objective hyper-heuristic based o choice fuctio. Expert Systems with Applicatios 41(9), (2014) 17. McClymot, K., Keedwell, E.C.: Markov chai hyper-heuristic (MCHH): A olie selective hyper-heuristic for multi-objective cotiuous problems. I: Proceedigs of GECCO 11. pp Dubli, Irelad (2011) 18. Mirada, G., De Armas, J., Segura, C., Leó, C.: Hyperheuristic codificatio for the multi-objective 2d guillotie strip packig problem. I: Proceedigs of CEC 10. pp Barceloa, Spai (2010) 19. Mitavskiy, B., He, J.: A polyomial time approximatio scheme for a sigle machie schedulig problem usig a hybrid evolutioary algorithm. I: Proceedigs of CEC 12. pp Brisbae, Australia (2012) 20. Neuma, F., Witt, C.: Bioispired Computatio i Combiatorial Optimizatio: Algorithms ad Their Computatioal Complexity. Spriger-Verlag, Berli, Germay (2010) 21. Qia, C., Yu, Y., Zhou, Z.H.: A aalysis o recombiatio i multi-objective evolutioary optimizatio. Artificial Itelligece 204, (2013)

Running Time Analysis of the (1+1)-EA for OneMax and LeadingOnes under Bit-wise Noise

Running Time Analysis of the (1+1)-EA for OneMax and LeadingOnes under Bit-wise Noise Ruig Time Aalysis of the +-EA for OeMax ad LeadigOes uder Bit-wise Noise Chao Qia Uiversity of Sciece ad Techology of Chia Hefei 3007, Chia chaoqia@ustc.edu.c Wu Jiag Uiversity of Sciece ad Techology of

More information

arxiv: v1 [cs.ne] 2 Nov 2017

arxiv: v1 [cs.ne] 2 Nov 2017 Noame mauscript No. will be iserted by the editor) Ruig Time Aalysis of the +)-EA for OeMax ad LeadigOes uder Bit-wise Noise Chao Qia Chao Bia Wu Jiag Ke Tag Received: date / Accepted: date arxiv:7.00956v

More information

On the Effectiveness of Sampling for Evolutionary Optimization in Noisy Environments

On the Effectiveness of Sampling for Evolutionary Optimization in Noisy Environments O the Effectiveess of Samplig for Evolutioary Optimizatio i Noisy Eviromets Chao Qia,2 chaoqia@ustc.edu.c Yag Yu 2 yuy@ju.edu.c Ke Tag ketag@ustc.edu.c Yaochu Ji 3 yaochu.ji@surrey.ac.uk Xi Yao,4 x.yao@cs.bham.ac.uk

More information

General Lower Bounds for the Running Time of Evolutionary Algorithms

General Lower Bounds for the Running Time of Evolutionary Algorithms Geeral Lower Bouds for the Ruig Time of Evolutioary Algorithms Dirk Sudholt Iteratioal Computer Sciece Istitute, Berkeley, CA 94704, USA Abstract. We preset a ew method for provig lower bouds i evolutioary

More information

arxiv: v1 [cs.ai] 20 Nov 2013

arxiv: v1 [cs.ai] 20 Nov 2013 Aalyzig Evolutioary Optimizatio i Noisy Eviromets Chao Qia, Yag Yu, Zhi-Hua Zhou Natioal Key Laboratory for Novel Software Techology Najig Uiversity, Najig 20023, Chia arxiv:3.4987v [cs.ai] 20 Nov 203

More information

Reinforcement Learning Based Dynamic Selection of Auxiliary Objectives with Preserving of the Best Found Solution

Reinforcement Learning Based Dynamic Selection of Auxiliary Objectives with Preserving of the Best Found Solution Reiforcemet Learig Based Dyamic Selectio of Auxiliary Objectives with Preservig of the Best Foud Solutio arxiv:1704.07187v1 [cs.ne] 24 Apr 2017 Abstract Efficiecy of sigle-objective optimizatio ca be improved

More information

Analyzing Evolutionary Optimization in Noisy Environments

Analyzing Evolutionary Optimization in Noisy Environments Evolutioary Computatio /EVCO_a_0070-Qia Jauary 5, 206 6:7 Aalyzig Evolutioary Optimizatio i Noisy Eviromets Chao Qia qiac@lamda.ju.edu.c Natioal Key Laboratory for Novel Software Techology, Najig Uiversity,

More information

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

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

More information

A Rigorous View On Neutrality

A Rigorous View On Neutrality A Rigorous View O Neutrality Bejami Doerr Michael Gewuch Nils Hebbighaus Frak Neuma Algorithms ad Complexity Group Max-Plack-Istitut für Iformatik Saarbrücke, Germay Departmet of Computer Sciece Christia-Albrechts-Uiversity

More information

w (1) ˆx w (1) x (1) /ρ and w (2) ˆx w (2) x (2) /ρ.

w (1) ˆx w (1) x (1) /ρ and w (2) ˆx w (2) x (2) /ρ. 2 5. Weighted umber of late jobs 5.1. Release dates ad due dates: maximimizig the weight of o-time jobs Oce we add release dates, miimizig the umber of late jobs becomes a sigificatly harder problem. For

More information

Runtime Analysis of the (µ+1) EA on Simple Pseudo-Boolean Functions

Runtime Analysis of the (µ+1) EA on Simple Pseudo-Boolean Functions Rutime Aalysis of the (µ+1) EA o Simple Pseudo-Boolea Fuctios Carste Witt FB Iformatik, LS 2, Uiversität Dortmud, 44221 Dortmud, Germay carste.witt@cs.ui-dortmud.de November 14, 2005 Abstract Although

More information

Information-based Feature Selection

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

More information

arxiv: v1 [cs.ne] 4 Sep 2017

arxiv: v1 [cs.ne] 4 Sep 2017 Theoretical Aalysis of Stochastic Search Algorithms Per Kristia Lehre School of Computer Sciece, Uiversity of Birmigham, Birmigham, UK Pietro S. Oliveto Departmet of Computer Sciece, Uiversity of Sheffield,

More information

Application to Random Graphs

Application to Random Graphs A Applicatio to Radom Graphs Brachig processes have a umber of iterestig ad importat applicatios. We shall cosider oe of the most famous of them, the Erdős-Réyi radom graph theory. 1 Defiitio A.1. Let

More information

Computational Intelligence Winter Term 2018/19

Computational Intelligence Winter Term 2018/19 Computatioal Itelligece Witer Term 28/9 Prof. Dr. Güter Rudolph Lehrstuhl für Algorithm Egieerig (LS ) Fakultät für Iformatik TU Dortmud Pla for Today Lecture Evolutioary Algorithms (EA) Optimizatio Basics

More information

Average Convergence Rate of Evolutionary Algorithms

Average Convergence Rate of Evolutionary Algorithms 1 Average Covergece Rate of Evolutioary Algorithms Ju He ad Guagmig Li Abstract arxiv:154.8117v3 [cs.ne] 2 Ju 215 I evolutioary optimizatio, it is importat to uderstad how fast evolutioary algorithms coverge

More information

Infinite Sequences and Series

Infinite Sequences and Series Chapter 6 Ifiite Sequeces ad Series 6.1 Ifiite Sequeces 6.1.1 Elemetary Cocepts Simply speakig, a sequece is a ordered list of umbers writte: {a 1, a 2, a 3,...a, a +1,...} where the elemets a i represet

More information

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

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

More information

arxiv: v1 [cs.ne] 26 Mar 2014

arxiv: v1 [cs.ne] 26 Mar 2014 How Crossover Speeds Up Buildig-Block Assembly i Geetic Algorithms arxiv:403.6600v [cs.ne] 26 Mar 204 Dirk Sudholt Departmet of Computer Sciece, Uiversity of Sheffield, Uited Kigdom Abstract We re-ivestigate

More information

Optimally Sparse SVMs

Optimally Sparse SVMs A. Proof of Lemma 3. We here prove a lower boud o the umber of support vectors to achieve geeralizatio bouds of the form which we cosider. Importatly, this result holds ot oly for liear classifiers, but

More information

arxiv: v2 [cs.ne] 26 Nov 2014

arxiv: v2 [cs.ne] 26 Nov 2014 How Crossover Speeds Up Buildig-Block Assembly i Geetic Algorithms arxiv:403.6600v2 [cs.ne] 26 Nov 204 Dirk Sudholt Departmet of Computer Sciece, Uiversity of Sheffield, Uited Kigdom Abstract We re-ivestigate

More information

62. Power series Definition 16. (Power series) Given a sequence {c n }, the series. c n x n = c 0 + c 1 x + c 2 x 2 + c 3 x 3 +

62. Power series Definition 16. (Power series) Given a sequence {c n }, the series. c n x n = c 0 + c 1 x + c 2 x 2 + c 3 x 3 + 62. Power series Defiitio 16. (Power series) Give a sequece {c }, the series c x = c 0 + c 1 x + c 2 x 2 + c 3 x 3 + is called a power series i the variable x. The umbers c are called the coefficiets of

More information

Problem Set 2 Solutions

Problem Set 2 Solutions CS271 Radomess & Computatio, Sprig 2018 Problem Set 2 Solutios Poit totals are i the margi; the maximum total umber of poits was 52. 1. Probabilistic method for domiatig sets 6pts Pick a radom subset S

More information

Element sampling: Part 2

Element sampling: Part 2 Chapter 4 Elemet samplig: Part 2 4.1 Itroductio We ow cosider uequal probability samplig desigs which is very popular i practice. I the uequal probability samplig, we ca improve the efficiecy of the resultig

More information

On a Smarandache problem concerning the prime gaps

On a Smarandache problem concerning the prime gaps O a Smaradache problem cocerig the prime gaps Felice Russo Via A. Ifate 7 6705 Avezzao (Aq) Italy felice.russo@katamail.com Abstract I this paper, a problem posed i [] by Smaradache cocerig the prime gaps

More information

Computing Minimum Cuts by Randomized Search Heuristics

Computing Minimum Cuts by Randomized Search Heuristics Computig Miimum Cuts by Radomized Search Heuristics Fra Neuma Algorithms ad Complexity Max-Plac-Istitut für Iformati Saarbrüce, Germay fe@mpi-if.mpg.de Joachim Reichel Istitut für Mathemati TU Berli Berli,

More information

Lecture 2: Monte Carlo Simulation

Lecture 2: Monte Carlo Simulation STAT/Q SCI 43: Itroductio to Resamplig ethods Sprig 27 Istructor: Ye-Chi Che Lecture 2: ote Carlo Simulatio 2 ote Carlo Itegratio Assume we wat to evaluate the followig itegratio: e x3 dx What ca we do?

More information

Drift analysis and average time complexity of evolutionary algorithms

Drift analysis and average time complexity of evolutionary algorithms Artificial Itelligece 127 (2001) 57 85 Drift aalysis ad average time complexity of evolutioary algorithms Ju He a,xiyao b, a Departmet of Computer Sciece, Norther Jiaotog Uiversity, Beijig 100044, PR Chia

More information

Upper and Lower Bounds on Unrestricted Black-Box Complexity of Jump n,l

Upper and Lower Bounds on Unrestricted Black-Box Complexity of Jump n,l Upper ad Lower Bouds o Urestricted Black-Box Complexity of Jump,l Maxim Buzdalov 1, Mikhail Kever 1, ad Bejami Doerr 1 ITMO Uiversity, 49 Kroverkskiy av., Sait-Petersburg, Russia, 197101 mbuzdalov@gmail.com,

More information

Estimation of Backward Perturbation Bounds For Linear Least Squares Problem

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

More information

There is no straightforward approach for choosing the warmup period l.

There is no straightforward approach for choosing the warmup period l. B. Maddah INDE 504 Discrete-Evet Simulatio Output Aalysis () Statistical Aalysis for Steady-State Parameters I a otermiatig simulatio, the iterest is i estimatig the log ru steady state measures of performace.

More information

CS322: Network Analysis. Problem Set 2 - Fall 2009

CS322: Network Analysis. Problem Set 2 - Fall 2009 Due October 9 009 i class CS3: Network Aalysis Problem Set - Fall 009 If you have ay questios regardig the problems set, sed a email to the course assistats: simlac@staford.edu ad peleato@staford.edu.

More information

An Introduction to Randomized Algorithms

An Introduction to Randomized Algorithms A Itroductio to Radomized Algorithms The focus of this lecture is to study a radomized algorithm for quick sort, aalyze it usig probabilistic recurrece relatios, ad also provide more geeral tools for aalysis

More information

Chapter 2 The Monte Carlo Method

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

More information

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

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

More information

Lecture 11: Pseudorandom functions

Lecture 11: Pseudorandom functions COM S 6830 Cryptography Oct 1, 2009 Istructor: Rafael Pass 1 Recap Lecture 11: Pseudoradom fuctios Scribe: Stefao Ermo Defiitio 1 (Ge, Ec, Dec) is a sigle message secure ecryptio scheme if for all uppt

More information

Expectation and Variance of a random variable

Expectation and Variance of a random variable Chapter 11 Expectatio ad Variace of a radom variable The aim of this lecture is to defie ad itroduce mathematical Expectatio ad variace of a fuctio of discrete & cotiuous radom variables ad the distributio

More information

1 Review of Probability & Statistics

1 Review of Probability & Statistics 1 Review of Probability & Statistics a. I a group of 000 people, it has bee reported that there are: 61 smokers 670 over 5 960 people who imbibe (drik alcohol) 86 smokers who imbibe 90 imbibers over 5

More information

1 of 7 7/16/2009 6:06 AM Virtual Laboratories > 6. Radom Samples > 1 2 3 4 5 6 7 6. Order Statistics Defiitios Suppose agai that we have a basic radom experimet, ad that X is a real-valued radom variable

More information

ACO Comprehensive Exam 9 October 2007 Student code A. 1. Graph Theory

ACO Comprehensive Exam 9 October 2007 Student code A. 1. Graph Theory 1. Graph Theory Prove that there exist o simple plaar triagulatio T ad two distict adjacet vertices x, y V (T ) such that x ad y are the oly vertices of T of odd degree. Do ot use the Four-Color Theorem.

More information

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

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

More information

Advanced Analysis. Min Yan Department of Mathematics Hong Kong University of Science and Technology

Advanced Analysis. Min Yan Department of Mathematics Hong Kong University of Science and Technology Advaced Aalysis Mi Ya Departmet of Mathematics Hog Kog Uiversity of Sciece ad Techology September 3, 009 Cotets Limit ad Cotiuity 7 Limit of Sequece 8 Defiitio 8 Property 3 3 Ifiity ad Ifiitesimal 8 4

More information

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

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

More information

An Alternative Scaling Factor In Broyden s Class Methods for Unconstrained Optimization

An Alternative Scaling Factor In Broyden s Class Methods for Unconstrained Optimization Joural of Mathematics ad Statistics 6 (): 63-67, 00 ISSN 549-3644 00 Sciece Publicatios A Alterative Scalig Factor I Broyde s Class Methods for Ucostraied Optimizatio Muhammad Fauzi bi Embog, Mustafa bi

More information

1 Inferential Methods for Correlation and Regression Analysis

1 Inferential Methods for Correlation and Regression Analysis 1 Iferetial Methods for Correlatio ad Regressio Aalysis I the chapter o Correlatio ad Regressio Aalysis tools for describig bivariate cotiuous data were itroduced. The sample Pearso Correlatio Coefficiet

More information

Skip lists: A randomized dictionary

Skip lists: A randomized dictionary Discrete Math for Bioiformatics WS 11/12:, by A. Bocmayr/K. Reiert, 31. Otober 2011, 09:53 3001 Sip lists: A radomized dictioary The expositio is based o the followig sources, which are all recommeded

More information

Math 140 Introductory Statistics

Math 140 Introductory Statistics 8.2 Testig a Proportio Math 1 Itroductory Statistics Professor B. Abrego Lecture 15 Sectios 8.2 People ofte make decisios with data by comparig the results from a sample to some predetermied stadard. These

More information

A statistical method to determine sample size to estimate characteristic value of soil parameters

A statistical method to determine sample size to estimate characteristic value of soil parameters A statistical method to determie sample size to estimate characteristic value of soil parameters Y. Hojo, B. Setiawa 2 ad M. Suzuki 3 Abstract Sample size is a importat factor to be cosidered i determiig

More information

SECTION 1.5 : SUMMATION NOTATION + WORK WITH SEQUENCES

SECTION 1.5 : SUMMATION NOTATION + WORK WITH SEQUENCES SECTION 1.5 : SUMMATION NOTATION + WORK WITH SEQUENCES Read Sectio 1.5 (pages 5 9) Overview I Sectio 1.5 we lear to work with summatio otatio ad formulas. We will also itroduce a brief overview of sequeces,

More information

Machine Learning Brett Bernstein

Machine Learning Brett Bernstein Machie Learig Brett Berstei Week 2 Lecture: Cocept Check Exercises Starred problems are optioal. Excess Risk Decompositio 1. Let X = Y = {1, 2,..., 10}, A = {1,..., 10, 11} ad suppose the data distributio

More information

IP Reference guide for integer programming formulations.

IP Reference guide for integer programming formulations. IP Referece guide for iteger programmig formulatios. by James B. Orli for 15.053 ad 15.058 This documet is iteded as a compact (or relatively compact) guide to the formulatio of iteger programs. For more

More information

Math 113, Calculus II Winter 2007 Final Exam Solutions

Math 113, Calculus II Winter 2007 Final Exam Solutions Math, Calculus II Witer 7 Fial Exam Solutios (5 poits) Use the limit defiitio of the defiite itegral ad the sum formulas to compute x x + dx The check your aswer usig the Evaluatio Theorem Solutio: I this

More information

G. R. Pasha Department of Statistics Bahauddin Zakariya University Multan, Pakistan

G. R. Pasha Department of Statistics Bahauddin Zakariya University Multan, Pakistan Deviatio of the Variaces of Classical Estimators ad Negative Iteger Momet Estimator from Miimum Variace Boud with Referece to Maxwell Distributio G. R. Pasha Departmet of Statistics Bahauddi Zakariya Uiversity

More information

CS284A: Representations and Algorithms in Molecular Biology

CS284A: Representations and Algorithms in Molecular Biology CS284A: Represetatios ad Algorithms i Molecular Biology Scribe Notes o Lectures 3 & 4: Motif Discovery via Eumeratio & Motif Represetatio Usig Positio Weight Matrix Joshua Gervi Based o presetatios by

More information

μ are complex parameters. Other

μ are complex parameters. Other A New Numerical Itegrator for the Solutio of Iitial Value Problems i Ordiary Differetial Equatios. J. Suday * ad M.R. Odekule Departmet of Mathematical Scieces, Adamawa State Uiversity, Mubi, Nigeria.

More information

Populations can be essential in tracking dynamic optima

Populations can be essential in tracking dynamic optima Populatios ca be essetial i trackig dyamic optima Duc-Cuog Dag 1, Thomas Jase 2, ad Per Kristia Lehre 1 arxiv:1607.03317v1 [cs.ne] 12 Jul 2016 1 School of Computer Sciece, Uiversity of Nottigham Jubilee

More information

arxiv: v1 [cs.ne] 10 Aug 2016

arxiv: v1 [cs.ne] 10 Aug 2016 Escapig Local Optima usig Crossover with Emerget or Reiforced Diversity arxiv:1608.03123v1 [cs.ne] 10 Aug 2016 Duc-Cuog Dag 1, Tobias Friedrich 2, Timo Kötzig 2, Marti S. Krejca 2, Per Kristia Lehre 1,

More information

Escaping Local Optima Using Crossover with Emergent Diversity

Escaping Local Optima Using Crossover with Emergent Diversity This article has bee accepted for publicatio i a future issue of this joural, but has ot bee fully edited Cotet may chage prior to fial publicatio Citatio iformatio: DOI 009/TEVC07740, IEEE Trasactios

More information

Random Variables, Sampling and Estimation

Random Variables, Sampling and Estimation Chapter 1 Radom Variables, Samplig ad Estimatio 1.1 Itroductio This chapter will cover the most importat basic statistical theory you eed i order to uderstad the ecoometric material that will be comig

More information

1 Hash tables. 1.1 Implementation

1 Hash tables. 1.1 Implementation Lecture 8 Hash Tables, Uiversal Hash Fuctios, Balls ad Bis Scribes: Luke Johsto, Moses Charikar, G. Valiat Date: Oct 18, 2017 Adapted From Virgiia Williams lecture otes 1 Hash tables A hash table is a

More information

Research Article Nonautonomous Discrete Neuron Model with Multiple Periodic and Eventually Periodic Solutions

Research Article Nonautonomous Discrete Neuron Model with Multiple Periodic and Eventually Periodic Solutions Discrete Dyamics i Nature ad Society Volume 21, Article ID 147282, 6 pages http://dx.doi.org/1.11/21/147282 Research Article Noautoomous Discrete Neuro Model with Multiple Periodic ad Evetually Periodic

More information

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

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

More information

6.3 Testing Series With Positive Terms

6.3 Testing Series With Positive Terms 6.3. TESTING SERIES WITH POSITIVE TERMS 307 6.3 Testig Series With Positive Terms 6.3. Review of what is kow up to ow I theory, testig a series a i for covergece amouts to fidig the i= sequece of partial

More information

Some special clique problems

Some special clique problems Some special clique problems Reate Witer Istitut für Iformatik Marti-Luther-Uiversität Halle-Witteberg Vo-Seckedorff-Platz, D 0620 Halle Saale Germay Abstract: We cosider graphs with cliques of size k

More information

Basics of Probability Theory (for Theory of Computation courses)

Basics of Probability Theory (for Theory of Computation courses) Basics of Probability Theory (for Theory of Computatio courses) Oded Goldreich Departmet of Computer Sciece Weizma Istitute of Sciece Rehovot, Israel. oded.goldreich@weizma.ac.il November 24, 2008 Preface.

More information

FACULTY OF MATHEMATICAL STUDIES MATHEMATICS FOR PART I ENGINEERING. Lectures

FACULTY OF MATHEMATICAL STUDIES MATHEMATICS FOR PART I ENGINEERING. Lectures FACULTY OF MATHEMATICAL STUDIES MATHEMATICS FOR PART I ENGINEERING Lectures MODULE 5 STATISTICS II. Mea ad stadard error of sample data. Biomial distributio. Normal distributio 4. Samplig 5. Cofidece itervals

More information

Markov Decision Processes

Markov Decision Processes Markov Decisio Processes Defiitios; Statioary policies; Value improvemet algorithm, Policy improvemet algorithm, ad liear programmig for discouted cost ad average cost criteria. Markov Decisio Processes

More information

Monte Carlo Integration

Monte Carlo Integration Mote Carlo Itegratio I these otes we first review basic umerical itegratio methods (usig Riema approximatio ad the trapezoidal rule) ad their limitatios for evaluatig multidimesioal itegrals. Next we itroduce

More information

Math 2784 (or 2794W) University of Connecticut

Math 2784 (or 2794W) University of Connecticut ORDERS OF GROWTH PAT SMITH Math 2784 (or 2794W) Uiversity of Coecticut Date: Mar. 2, 22. ORDERS OF GROWTH. Itroductio Gaiig a ituitive feel for the relative growth of fuctios is importat if you really

More information

Resampling Methods. X (1/2), i.e., Pr (X i m) = 1/2. We order the data: X (1) X (2) X (n). Define the sample median: ( n.

Resampling Methods. X (1/2), i.e., Pr (X i m) = 1/2. We order the data: X (1) X (2) X (n). Define the sample median: ( n. Jauary 1, 2019 Resamplig Methods Motivatio We have so may estimators with the property θ θ d N 0, σ 2 We ca also write θ a N θ, σ 2 /, where a meas approximately distributed as Oce we have a cosistet estimator

More information

Comparison Study of Series Approximation. and Convergence between Chebyshev. and Legendre Series

Comparison Study of Series Approximation. and Convergence between Chebyshev. and Legendre Series Applied Mathematical Scieces, Vol. 7, 03, o. 6, 3-337 HIKARI Ltd, www.m-hikari.com http://d.doi.org/0.988/ams.03.3430 Compariso Study of Series Approimatio ad Covergece betwee Chebyshev ad Legedre Series

More information

The Random Walk For Dummies

The Random Walk For Dummies The Radom Walk For Dummies Richard A Mote Abstract We look at the priciples goverig the oe-dimesioal discrete radom walk First we review five basic cocepts of probability theory The we cosider the Beroulli

More information

A Block Cipher Using Linear Congruences

A Block Cipher Using Linear Congruences Joural of Computer Sciece 3 (7): 556-560, 2007 ISSN 1549-3636 2007 Sciece Publicatios A Block Cipher Usig Liear Cogrueces 1 V.U.K. Sastry ad 2 V. Jaaki 1 Academic Affairs, Sreeidhi Istitute of Sciece &

More information

SRC Technical Note June 17, Tight Thresholds for The Pure Literal Rule. Michael Mitzenmacher. d i g i t a l

SRC Technical Note June 17, Tight Thresholds for The Pure Literal Rule. Michael Mitzenmacher. d i g i t a l SRC Techical Note 1997-011 Jue 17, 1997 Tight Thresholds for The Pure Literal Rule Michael Mitzemacher d i g i t a l Systems Research Ceter 130 Lytto Aveue Palo Alto, Califoria 94301 http://www.research.digital.com/src/

More information

Expectation-Maximization Algorithm.

Expectation-Maximization Algorithm. Expectatio-Maximizatio Algorithm. Petr Pošík Czech Techical Uiversity i Prague Faculty of Electrical Egieerig Dept. of Cyberetics MLE 2 Likelihood.........................................................................................................

More information

SAMPLING LIPSCHITZ CONTINUOUS DENSITIES. 1. Introduction

SAMPLING LIPSCHITZ CONTINUOUS DENSITIES. 1. Introduction SAMPLING LIPSCHITZ CONTINUOUS DENSITIES OLIVIER BINETTE Abstract. A simple ad efficiet algorithm for geeratig radom variates from the class of Lipschitz cotiuous desities is described. A MatLab implemetatio

More information

Double Stage Shrinkage Estimator of Two Parameters. Generalized Exponential Distribution

Double Stage Shrinkage Estimator of Two Parameters. Generalized Exponential Distribution Iteratioal Mathematical Forum, Vol., 3, o. 3, 3-53 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/.9/imf.3.335 Double Stage Shrikage Estimator of Two Parameters Geeralized Expoetial Distributio Alaa M.

More information

The Rand and block distances of pairs of set partitions

The Rand and block distances of pairs of set partitions The Rad ad block distaces of pairs of set partitios Frak Ruskey 1 ad Jeifer Woodcock 1 Dept. of Computer Sciece, Uiversity of Victoria, CANADA Abstract. The Rad distaces of two set partitios is the umber

More information

Recursive Algorithm for Generating Partitions of an Integer. 1 Preliminary

Recursive Algorithm for Generating Partitions of an Integer. 1 Preliminary Recursive Algorithm for Geeratig Partitios of a Iteger Sug-Hyuk Cha Computer Sciece Departmet, Pace Uiversity 1 Pace Plaza, New York, NY 10038 USA scha@pace.edu Abstract. This article first reviews the

More information

Random Walks on Discrete and Continuous Circles. by Jeffrey S. Rosenthal School of Mathematics, University of Minnesota, Minneapolis, MN, U.S.A.

Random Walks on Discrete and Continuous Circles. by Jeffrey S. Rosenthal School of Mathematics, University of Minnesota, Minneapolis, MN, U.S.A. Radom Walks o Discrete ad Cotiuous Circles by Jeffrey S. Rosethal School of Mathematics, Uiversity of Miesota, Mieapolis, MN, U.S.A. 55455 (Appeared i Joural of Applied Probability 30 (1993), 780 789.)

More information

Randomized Algorithms I, Spring 2018, Department of Computer Science, University of Helsinki Homework 1: Solutions (Discussed January 25, 2018)

Randomized Algorithms I, Spring 2018, Department of Computer Science, University of Helsinki Homework 1: Solutions (Discussed January 25, 2018) Radomized Algorithms I, Sprig 08, Departmet of Computer Sciece, Uiversity of Helsiki Homework : Solutios Discussed Jauary 5, 08). Exercise.: Cosider the followig balls-ad-bi game. We start with oe black

More information

Chapter 6 Infinite Series

Chapter 6 Infinite Series Chapter 6 Ifiite Series I the previous chapter we cosidered itegrals which were improper i the sese that the iterval of itegratio was ubouded. I this chapter we are goig to discuss a topic which is somewhat

More information

On forward improvement iteration for stopping problems

On forward improvement iteration for stopping problems O forward improvemet iteratio for stoppig problems Mathematical Istitute, Uiversity of Kiel, Ludewig-Mey-Str. 4, D-24098 Kiel, Germay irle@math.ui-iel.de Albrecht Irle Abstract. We cosider the optimal

More information

APPENDIX: STUDY CASES A SURVEY OF NONPARAMETRIC TESTS FOR THE STATISTICAL ANALYSIS OF EVOLUTIONARY COMPUTATION EXPERIMENTS

APPENDIX: STUDY CASES A SURVEY OF NONPARAMETRIC TESTS FOR THE STATISTICAL ANALYSIS OF EVOLUTIONARY COMPUTATION EXPERIMENTS A survey of oparametric tests for the statistical aalysis of evolutioary computatio experimets. Appedix 1 APPENDIX: STUDY CASES A SURVEY OF NONPARAMETRIC TESTS FOR THE STATISTICAL ANALYSIS OF EVOLUTIONARY

More information

Chapter 6 Sampling Distributions

Chapter 6 Sampling Distributions Chapter 6 Samplig Distributios 1 I most experimets, we have more tha oe measuremet for ay give variable, each measuremet beig associated with oe radomly selected a member of a populatio. Hece we eed to

More information

Uniform Strict Practical Stability Criteria for Impulsive Functional Differential Equations

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

More information

A proposed discrete distribution for the statistical modeling of

A proposed discrete distribution for the statistical modeling of It. Statistical Ist.: Proc. 58th World Statistical Cogress, 0, Dubli (Sessio CPS047) p.5059 A proposed discrete distributio for the statistical modelig of Likert data Kidd, Marti Cetre for Statistical

More information

ADVANCED SOFTWARE ENGINEERING

ADVANCED SOFTWARE ENGINEERING ADVANCED SOFTWARE ENGINEERING COMP 3705 Exercise Usage-based Testig ad Reliability Versio 1.0-040406 Departmet of Computer Ssciece Sada Narayaappa, Aeliese Adrews Versio 1.1-050405 Departmet of Commuicatio

More information

A NEW CLASS OF 2-STEP RATIONAL MULTISTEP METHODS

A NEW CLASS OF 2-STEP RATIONAL MULTISTEP METHODS Jural Karya Asli Loreka Ahli Matematik Vol. No. (010) page 6-9. Jural Karya Asli Loreka Ahli Matematik A NEW CLASS OF -STEP RATIONAL MULTISTEP METHODS 1 Nazeeruddi Yaacob Teh Yua Yig Norma Alias 1 Departmet

More information

Optimal Design of Accelerated Life Tests with Multiple Stresses

Optimal Design of Accelerated Life Tests with Multiple Stresses Optimal Desig of Accelerated Life Tests with Multiple Stresses Y. Zhu ad E. A. Elsayed Departmet of Idustrial ad Systems Egieerig Rutgers Uiversity 2009 Quality & Productivity Research Coferece IBM T.

More information

Power Comparison of Some Goodness-of-fit Tests

Power Comparison of Some Goodness-of-fit Tests Florida Iteratioal Uiversity FIU Digital Commos FIU Electroic Theses ad Dissertatios Uiversity Graduate School 7-6-2016 Power Compariso of Some Goodess-of-fit Tests Tiayi Liu tliu019@fiu.edu DOI: 10.25148/etd.FIDC000750

More information

The Growth of Functions. Theoretical Supplement

The Growth of Functions. Theoretical Supplement The Growth of Fuctios Theoretical Supplemet The Triagle Iequality The triagle iequality is a algebraic tool that is ofte useful i maipulatig absolute values of fuctios. The triagle iequality says that

More information

If, for instance, we were required to test whether the population mean μ could be equal to a certain value μ

If, for instance, we were required to test whether the population mean μ could be equal to a certain value μ STATISTICAL INFERENCE INTRODUCTION Statistical iferece is that brach of Statistics i which oe typically makes a statemet about a populatio based upo the results of a sample. I oesample testig, we essetially

More information

THE SOLUTION OF NONLINEAR EQUATIONS f( x ) = 0.

THE SOLUTION OF NONLINEAR EQUATIONS f( x ) = 0. THE SOLUTION OF NONLINEAR EQUATIONS f( ) = 0. Noliear Equatio Solvers Bracketig. Graphical. Aalytical Ope Methods Bisectio False Positio (Regula-Falsi) Fied poit iteratio Newto Raphso Secat The root of

More information

Definitions: Universe U of keys, e.g., U N 0. U very large. Set S U of keys, S = m U.

Definitions: Universe U of keys, e.g., U N 0. U very large. Set S U of keys, S = m U. 7 7 Dictioary: S.isertx): Isert a elemet x. S.deletex): Delete the elemet poited to by x. S.searchk): Retur a poiter to a elemet e with key[e] = k i S if it exists; otherwise retur ull. So far we have

More information

Convergence of random variables. (telegram style notes) P.J.C. Spreij

Convergence of random variables. (telegram style notes) P.J.C. Spreij Covergece of radom variables (telegram style otes).j.c. Spreij this versio: September 6, 2005 Itroductio As we kow, radom variables are by defiitio measurable fuctios o some uderlyig measurable space

More information

NICK DUFRESNE. 1 1 p(x). To determine some formulas for the generating function of the Schröder numbers, r(x) = a(x) =

NICK DUFRESNE. 1 1 p(x). To determine some formulas for the generating function of the Schröder numbers, r(x) = a(x) = AN INTRODUCTION TO SCHRÖDER AND UNKNOWN NUMBERS NICK DUFRESNE Abstract. I this article we will itroduce two types of lattice paths, Schröder paths ad Ukow paths. We will examie differet properties of each,

More information

CHAPTER 10 INFINITE SEQUENCES AND SERIES

CHAPTER 10 INFINITE SEQUENCES AND SERIES CHAPTER 10 INFINITE SEQUENCES AND SERIES 10.1 Sequeces 10.2 Ifiite Series 10.3 The Itegral Tests 10.4 Compariso Tests 10.5 The Ratio ad Root Tests 10.6 Alteratig Series: Absolute ad Coditioal Covergece

More information

2 1. The r.s., of size n2, from population 2 will be. 2 and 2. 2) The two populations are independent. This implies that all of the n1 n2

2 1. The r.s., of size n2, from population 2 will be. 2 and 2. 2) The two populations are independent. This implies that all of the n1 n2 Chapter 8 Comparig Two Treatmets Iferece about Two Populatio Meas We wat to compare the meas of two populatios to see whether they differ. There are two situatios to cosider, as show i the followig examples:

More information

ON POINTWISE BINOMIAL APPROXIMATION

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

More information