Multi-objective Approaches to Optimal Testing Resource Allocation in Modular Software Systems
|
|
|
- Bethany Austin
- 9 years ago
- Views:
Transcription
1 Multi-objective Approaches to Optimal Testing Resource Allocation in Modular Software Systems Zai Wang 1, Ke Tang 1 and Xin Yao 1,2 1 Nature Inspired Computation and Applications Laboratory (NICAL), School of Computer Science and Technology, University of Science and Technology of China, Hefei 2327, China [email protected], [email protected] 2 The Center of Excellence for Research in Computational Intelligence and Applications (CERCIA), School of Computer Science, University of Birmingham, Birmingham B15 2TT, U.K. [email protected] Abstract. Software testing is an important issue in software engineering. Nowadays, as the software systems become increasingly large and complex, the problem of how to optimally allocate the limited testing resource during the testing phase has become more and more important and difficult. Traditional Optimal Testing Resource Allocation Problems (OTRAPs) involve seeking an optimal allocation of a limited amount of testing resource to a number of activities with respect to some objectives (e.g., reliability or cost). In this paper, we suggest solving OTRAPs with Multi-Objective Evolutionary Algorithms (MOEAs). Specifically, we formulate OTRAPs as two types of multi-objective problems. First, we consider the reliability of the system and the testing cost as two objectives. Second, the total testing resource consumed is also taken into account as the third objective. The advantages of MOEAs over state-of-the-art single objective approaches to OTRAPs will be shown by empirical studies. Our study has revealed that a well-known MOEA, namely Nondominated Sorting Genetic Algorithm II (NSGA-II) performs well on the first problem formulation, but fails on the second one. Hence, a Harmonic Distance Based Multi-Objective Evolutionary Algorithm (HaD-MOEA) is proposed and evaluated in this paper. Comprehensive experimental studies on both parallel-series and star-structure modular software systems have shown the superiority of HaD-MOEA over NSGA-II for OTRAPs. keywords: Software Engineering; Software ; Multi-Objective Evolutionary Algorithm; Parallel-Series Modular Software System; Star-Structure Modular Software System; Software Testing. 1 Introduction A software development process typically consists of four phases [1]: specification, designing, coding, and testing. The requirements of consumers are defined in the specification phase. After that, the structures and details are designed and implemented during the next two phases. Finally, the software systems are tested to detect and correct latent software errors during the testing phase. The testing phase, which aims to improve the reliability of a software system, is the most costly and time-consuming one among the four phases [1]. It has been estimated that about half of the resource consumed during the software development cycle is testing resource [1]. Moreover, since the sizes of software systems have increased significantly during the past decades, effective utilization of limited testing resource has become even more important than before. A software system is typically comprised of a number of modules. Each of them needs to be assigned with some testing resource before the testing phase. Hence, a natural question is how to allocate the testing resource to modules so that the reliability of a software system is maximized. Such a problem was formally defined by Ohtera and Yamada as the Optimal Testing Resource Allocation Problems (OTRAPs) [1]. Although testing resource can be allocated in rather simple ways (e.g. average allocation, random allocation and proportional allocation), Huo et al. [2] proved that an optimal allocation scheme may lead to significant improvement in terms of the reliability of a software system. In other words, it is well worth optimizing the allocation scheme. Solving OTRAPs is a non-trivial task. Much effort has been devoted to this topic since 199s [1 18], and progress has been made in the way of either proposing more precise/practical formulations of OTRAPs, or utilizing novel problem-solving techniques. We start revisiting the literature from the former type of work. An OTRAP is typically concerned with three factors, namely reliability, cost and testing resource. To explicitly formulate an OTRAP, the relationship between these factors needs to be precisely defined. In the literature, the relationship between reliability and testing resource was usually formulated by Corresponding author
2 2 Zai Wang, Ke Tang and Xin Yao the Software Growth Models (SRGMs), where the reliability is usually some metric of the failure data, such as the number of failures, time of occurrence, failure severity, or the interval between two consecutive failures [13]. The SRGMs describe reliability growth during software development processes, and can be viewed as formulating the reliability of a software system as a function of the testing resource allocation scheme. Unsurprisingly, early work exclusively aimed at maximizing the reliability with a given budget of resource, by means of minimizing the remaining errors [1, 4, 5], minimizing the number of software faults detected [2] or directly maximizing a function that quantifies system reliability [6 8, 1]. More recently, testing cost is attracting more attentions. Intuitively speaking, testing cost measures the cost required for attaining a given level of reliability. That means, it is essentially a function of reliability, and thus also a function of testing resource [11 13, 15 18]. Recent work on OTRAPs either proposed minimizing testing cost instead of maximizing reliability, or incorporated additional constraints on the testing cost (e.g., the reliability is maximized subject to given bounds of the testing cost and resource) [12, 13, 15 18]. From the perspective of problem-solving techniques, a lot of traditional optimization approaches have been employed to solve OTRAPs, such as nonlinear programming [2 5, 13, 16], gradient projection method [6] and dynamic programming [5]. However, these approaches only guarantee local convergence. They may be easily trapped in local optima if the solution space of an OTRAP is multimodal. Although such disadvantage can be alleviated by running the algorithms multiple times from different initial solutions, choosing appropriate initial solutions requires one to be familiar with both the algorithm and the characteristics of OTRAPs, which is usually very difficult for ordinary users. Alternatively, evolutionary algorithms are metaheuristics that possess strong capability of global search and are usually not very sensitive to initial solutions. Their effectiveness have been demonstrated on a large spectrum of problems in the reliability optimization field, such as resource management and task partition in grid systems [19 21], redundancy allocation [22, 23], reliability optimization of weighted voting systems [24] and OTRAPs [7 12, 15, 17, 18]. In particular, evolutionary algorithms have been reported to perform better than some other techniques on OTRAPs [7, 9 12, 15, 17, 18]. Being intensively investigated in the past decade, OTRAPs were mostly handled as optimization problems with a single objective, i.e., the testing resource was allocated with the only purpose to maximize the system reliability or minimize the testing cost. However, both reliability and testing cost are important for software development and it is unrealistic to overlook either of them. Unfortunately, given a budget of testing resource, more testing cost is usually inevitable if we want to improve the reliability of a software system. Hence, it is impossible that a single solution is optimal in terms of both reliability and cost. Instead, we may resort to balancing between reliability and cost and seeking a good trade-off. Though some previous researchers did attempt to do so [12], they still solved the problem in a single-objective optimization manner, where the resource allocation scheme is optimized with respect to a weighted sum of reliability and testing cost. This might be inappropriate since reliability and cost are generally incommensurable, i.e., they may have different scales. Summing them up does not really provide meaningful information about the quality of solutions, and might cause difficulties in practice since it is hard to determine the appropriate values of weights. In a preliminary work [25], we proposed employing Multi-Objective Evolutionary Algorithms (MOEAs) to solve OTRAPs. Specifically, we formulated OTRAPs as two types of multi-objective problems. First, we considered the reliability of the system and the testing cost as two objectives. Second, the total testing resource consumed was taken into account as the third goal. The advantages of MOEAs over existing approaches were then evaluated by applying two MOEAs, namely Nondominated Sorting Genetic Algorithm II (NSGA-II) [26] and multi-objective differential evolution, on two simple parallel-series modular software systems. This paper substantially extends our previous work, and can be distinguished from it from three aspects: 1. In [25], we found that NSGA-II performs well on the first problem formulation, but fails on the second one. Multi-objective differential evolution performs satisfactorily on both problem formulations with fine-tuned control parameters. However, multi-objective differential evolution involves too many control parameters, which are usually problem-dependent and difficult to fine-tune. As a result, it is hard for a practitioner to utilize multi-objective differential evolution effectively. For this reason, we propose in this paper a novel MOEA called Harmonic Distance Based Multi-Objective Evolutionary Algorithm (HaD-MOEA). HaD-MOEA not only performs well on both types of multi-objective formulations of OTRAPs, but also involves much less control parameters than multi-objective differential evolution. Hence, it fills the gap between the two algorithms we adopted in the previous study. 2. In [25], the efficacy of MOEAs on OTRAPs was only verified on small-scale parallel-series modular software systems, which might not be sufficient to draw a more general conclusion. In this work, we have conducted extensive empirical studies on two additional software systems. One is a parallel-series modular software system with a larger scale than those investigated before. The other is a star-structure modular software system. In this way, we can evaluate the efficacy of MOEAs (in particular, HaD-MOEA) more comprehensively on different problem sizes and system structures. 3. A sensitivity analysis of the proposed HaD-MOEA with respect to the model parameters (i.e., parameters of the software system) is presented. In addition, computational cost of both NSGA-II and HaD-MOEA is also investigated. These issues are indispensable for evaluating the utility of our approach in the real world, but were absent from the previous work.
3 Multi-objective Approaches to Optimal Testing Resource Allocation in Modular Software Systems 3 The rest of this paper is organized as follows: Section 2 presents the problem formulations of two multi-objective OTRAPs based on two types of software systems. Section 3 introduces the related work on evolutionary multi-objective optimization and proposes HaD-MOEA. In Section 4, NSGA-II and HaD-MOEA are experimentally compared with each other and with some state-of-the-art single-objective approaches on four case studies including three parallel-series modular software systems and a mixture of star-structure modular software system. Finally, discussions and conclusions are presented in Section 5. 2 Problem Formulations Since a software system typically consists of multiple modules, two issues need to be addressed in the problem formulation. That is, the model that formulates the relationship between testing resource and reliability (or cost) on a single module, and the structure of the system (i.e., the way that modules are organized to form the system). Following previous work, we address the former issue with SRGMs, which are defined based on four assumptions [13]: 1. The process of the fault removing can be described by a nonhomogeneous Poisson process (NHPP). 2. The software application is subject to failures at random time caused by the remaining faults in the system. 3. Each time a failure occurs, the corresponding fault is immediately removed and no new faults are introduced. 4. The mean number of faults detected in the time interval (t, t + t) by the current testing resource expenditures is proportional to the mean number of remaining errors. For the latter issue, two types of system structures are considered, including parallel-series structure and star structure. Table 1 summarizes the notations and main acronyms used in this paper. Table 1. The notations and main acronyms used in this paper Notations T total testing resource (or time) T i testing resource allocated to module i Ti optimal allocation resource to module i C the total testing cost R system reliability C i(r i) cost function of module i according to the reliability of module i (R i) m(t) mean value function in NHPP R i(x T i) reliability of module i after a testing period T i. x is a constant number associated with the studied system T li testing resource allocated to the ith modular in the lth parallel group T j testing resource allocated to the jth serial module R li reliability of the ith module in the lth parallel group R j reliability of the jth serial modular T C testing resource allocated to the central unit in star-structure modular software system Acronyms OTRAP optimal testing resource allocation problem SRGM software reliability growth model MOEA multi-objective evolutionary algorithm NSGA-II nondominated sorting genetic algorithm II HaD-MOEA harmonic distance based multi-objective evolutionary algorithm Y-X a single-objective algorithm proposed by Yang and Xie [9] D-X a genetic algorithm proposed by Dai and Xie [12] T-M a single-objective algorithm proposed by Tom and Murthy [27] 2.1 Problem Formulations on Parallel-series Modular Software Systems Parallel-series modular software systems are the most popular simulated systems to describe real-world software systems [28]. They are comprised of some groups of parallel modules and some serial modules. The basic structure of a parallel-series modular software system with n groups of parallel modules (the group i consists of k i modules) and m serial modules is demonstrated in Fig. 1. Based on SRGMs, the reliability of the a parallel-series modular software system and testing cost can be quantified using Eqs. (1)-(5).
4 4 Zai Wang, Ke Tang and Xin Yao P 11 P n1 Input P 12 P n2 S 1 S m Output Fig. 1. The basic structure of a parallel-series modular software system The failure intensity of module i in a system is denoted as λ i (T i ), which can be calculated by: λ i (T i ) = a i b i exp{ b i T i }, (1) where a i and b i are constants. a i is the mean value of the total errors in module i and b i is the rate of detected errors in module i. T i is the testing resource (testing time) assigned to module i. The reliability of module i is calculated by R i (x T i ) = exp { λ i (T i )x}, x, (2) Based on the above two equations, the reliability of a parallel-series modular software system can be calculated with the following equation: R(x T ) = n k l m (1 [1 R li (x T li )]) R j (x T j ), (3) l=1 where (1 k l [1 R li (x T li )]) is the reliability of the lth parallel group. There are n groups of parallel modules, thus the total reliability of these n groups of parallel modules is n (1 k l m [1 R li (x T li )]). R j (x T j ) is the total reliability of the m serial modules. The testing cost for each module is defined as [12]: l=1 C i (R i ) = H i exp{b i R i D i }, (4) where H i, B i and D i are constants that control the increment speed of the testing cost corresponding to the reliability in module i. Correspondingly, the testing cost for the whole parallel-series modular software system is: C = n k l C li (R li ) + l=1 m C j (R j ), (5) where n k l C li (R li ) is the total testing cost for the n groups of parallel modules, and m C j (R j ) is the total testing cost for l=1 the m series modules. Given an OTRAP, we aim at maximizing the reliability, while minimizing the testing cost. Meanwhile, the consumed testing resource should not exceed a predefined budget or (ideally) be minimized. However, Eq. (4) shows that the testing cost exponentially increases with reliability. Hence, the objectives of maximizing reliability and minimizing testing cost conflict with each other. Such a scenario is not uncommon in the real world, and has been investigated under the name of multi-objective optimization problem. Mathematically, a multi-objective problem with m conflicting minimizing objectives can be formulated as Eq. 6: Minimize y = f(x) = (f 1 (x), f 2 (x),..., f m (x)) subject to x = (x 1, x 2,..., x n ) X y = (y 1, y 2,..., y m ) Y, (6)
5 Multi-objective Approaches to Optimal Testing Resource Allocation in Modular Software Systems 5 where x, X, y and Y are called decision vector, decision space, objective vector and objective space, respectively. f i (x) is the ith objective function of the problem. Since different objective functions usually conflict with each other, there seldom exist a unique solution that is optimal in terms of all objective functions. For this reason, the common approach to a multi-objective optimization problem is to seek a set of Pareto optimal solutions. In other words, each solution should not be inferior to any other solution on all objectives. Such solutions are referred to as nondominated solutions. When formulating OTRAPs as multi-objective optimization problems, we first simultaneously consider reliability and cost as two objectives and formulate OTRAPs as bi-objective problems. Despite of the increase of the size and complexity of software systems, the cycle of a software development process has become shorter and shorter. Under such a circumstance, software testers might want to shorten the testing phase, even with the price of slight decrease in reliability. So, we further consider the total testing resource expenditure as a new target, and a tri-objective problem can be formulated. Table 2 presents the mathematical formulation of the two multi-objective OTRAPs on parallel-series modular software systems. Table 2. The formulations of two multi-objective problems on parallel-series modular software systems (maximum testing resource to be allocated is T) (1) Bi-objective problem Maximize R = n k l (1 [1 R li (x T li )]) m R j(x T j) l=1 Minimize C = n k l C li (R li ) + m C j(r j) s.t. n k l l=1 l=1 T li + m T j T, T li, T j (2) Tri-objective problem Maximize R = n (1 Minimize Minimize s.t. n k l l=1 l=1 k l k l [1 R li (x T li )]) m R j(x T j) C = n C li (R li ) + m C j(r j) l=1 k l T c = n T li + m l=1 T j T li + m T j T, T li, T j 2.2 Problem Formulations on Star-structure Modular Software Systems Star-structure modular software systems are comprised of two types of units: The central unit acts as a server and can be comprised of parallel, serial or parallel-series modules. A non-central unit consists of some connected modules, each of which is an input of the whole system. Fig. 2 illustrates a star-structure modular software system with n non-central modules and m central modules. Eqs. (1), (2) and (4) can be readily utilized to quantify the reliability and cost of every single module in a star-structure modular software system. On the basis of these equations, the reliability of a star-structure modular software system can be calculated as follows: R(x T) = n R c i (x Ti c ) R C (x T C ) n, (7) where R c i (x T c i ) is the reliability of the ith module in the non-central unit, and R C(x T C ) is the reliability of the central unit. Similarly, the cost of testing a star-structure modular software system can be calculated by Eq. (8). C = n m C c i (R c i ) + C c j (R c j), (8)
6 6 Zai Wang, Ke Tang and Xin Yao Input NC 1 Input NC 2 Input NC 3 CM Output Input NC n Non-Central Modules m Central Modules Fig. 2. The basic structure of a star-structure modular software system where C c i (R c i) is the cost of the ith module in the non-central unit, and C c j (R c j) stands for the cost of the jth module of the central unit. Similar to parallel-series modular software systems, the bi-objective and tri-objective OTRAPs on star-structure modular software systems are mathematically formulated in Table 3. Table 3. The formulations of two multi-objective problems on star-structure modular software systems (maximum testing resource to be allocated is T) (1) Bi-objective problem Maximize R = n R c i (x Ti c ) R C(x T C) n Minimize C = n C c i (R c i ) + m C c j (R c j ) s.t. n Ti c + m Tj c T, Ti c, Tj c (2) Tri-objective problem Maximize R = n R c i (x Ti c ) R C(x T C) n Minimize Minimize s.t. n Ti c C = n C c i (R c i ) + m C c j (R c j ) T c = n Ti c + m Tj c + m Tj c T, Ti c, Tj c 3 Harmonic Distance based MOEA for Multi-Objective OTRAPs In the past decades, evolutionary algorithms have emerged as an effective approach to multi-objective optimization problems [29, 3]. A lot of so called MOEAs, such as the Vector Evaluated Genetic Algorithm (VEGA) [31], the Pareto Archived Evolution Strategy (PAES) [32], and the Nondominated Sorting Genetic Algorithm II (NSGA-II), have been proposed. Proposed by Schaffer in 1985, VEGA is known as the first MOEA in literature. After that, the Nondominated Sorting Genetic Algorithm (NSGA) [33], Niched- Pareto Genetic Algorithm (NPGA) [34] and Multi-Objective Genetic Algorithm (MOGA) [35] were developed. Unlike VEGA, which adopts an objective-based fitness assignment strategy, these three methods assign fitness based on the concept of domination. Intuitively speaking, the latter three methods differ from VEGA in the way of selecting good solutions that are preserved in the problem-solving process. More recently, some other novel techniques have been developed for
7 Multi-objective Approaches to Optimal Testing Resource Allocation in Modular Software Systems 7 new MOEAs. For example, niching technique has been suggested for preserving the diversity of the obtained solutions, based on which NSGA-II and PAES were proposed [26, 32]. Elitism was also proven to be an effective factor for the convergence of an MOEA. Hence, most of state-of-the-art MOEAs, including the Strength Pareto Evolutionary Algorithm (SPEA) [36], SPEA2 [37], PAES and NSGA-II, were designed to preserve the nondominated solutions found during the problem-solving process. Algorithm 1 The Pseudo-Code of NSGA-II [26] 1: Initialize: Set the population size as N, randomly generate the parent population P = {x 1, x 2,..., x N }; 2: Set the generation number t = ; 3: while t < t max (the terminate generation number) do 4: 5: Generate the offspring population Q t from P t with the same population size; Combine the parent and offspring population via R t = P t Qt ; 6: Sort all solutions of R t to get all non-dominated fronts F = fast-non-dominated-sort(r t) where F = (F 1, F 2,...); 7: Set P t+1 = φ, i = 1; 8: while the parent population size P t+1 + F i < N do 9: (a) calculate crowding-distance of F i; 1: (b) add the ith non-dominated front F i to the parent pop P t+1; 11: (c) i = i + 1; 12: end while 13: Sort the F i according to the crowding distance; 14: Fill the parent pop P t+1 with the first N P t+1 elements of F i; 15: Set t = t + 1; 16: end while 17: return P t. Among all the above-mentioned MOEAs, NSGA-II has shown superior performance on not only benchmark problems [38,39], but also real-world application [4], and thus has been an off-the-shelf choice for solving multi-objective optimization problems. For this reason, we first employed NSGA-II to tackle the multi-objective OTRAPs on parallel-series modular software systems in a previous study [25]. However, empirical studies showed that NSGA-II managed to solve the bi-objective problem, but failed on the tri-objective problem. Although some recent studies have revealed that the performance of MOEAs may deteriorate when the number of objectives of a problem increases [41], it is still necessary to investigate why NSGA-II failed in the context of OTRAPs. Therefore, we have investigated this issue in-depth, and found that the failure of NSGA-II may be due to two reasons: 1. The crowding distance measure does not accurately reflect the crowding degree. f2 A B C D X Y Z f1 Fig. 3. Crowding degree estimation Algorithm 1 presents the pseudo-code of NSGA-II. One critical procedure in NSGA-II is the calculation of crowding distance of a solution in the objective space [26]. Given a solution (a point in the objective space), the crowding distance is calculated as the 1-norm distance between the two nearest neighbors of the solution. In a multi-objective optimization problem, it is usually expected that the final solutions cover the whole objective space well. Hence, in the problem-solving
8 8 Zai Wang, Ke Tang and Xin Yao process, the solutions with larger crowding distances are preferable. The first drawback of NSGA-II is that it employs a crowding distance metric which does not accurately reflect the actual crowing degree of a given solution. Fig. 3 illustrates such a scenario. We would say that solution C is more crowded than solution Y since C is quite close to D, and thus preserving one of them should be enough. However, in NSGA-II, the crowding distance of C is larger than that of Y. Hence, NSGA-II may obtain more solutions in one region of the objective space, while obtain much less solutions in some other regions. 2. The selection strategy based on the crowding distance is unilateral. Since all MOEAs search for the solutions in an iterative way, the most important part of an MOEA is how it operates in a single iteration (usually referred to as a generation in the EA literature). From Algorithm 1, we can observe that, in each generation of NSGA-II, the parent population P t and offspring population Q t are first combined to make an intermediate population R t. Then, R t is sorted into different nondominated fronts through the function fast-non-dominated-sort, and for every nondominated front, the crowding distance of each individual in it is calculated. The parent population for the next generation is finally selected from R t based on their nondominated levels and crowding distances. During this process, when calculating the crowding distance of a solution, only those solutions belonging to the same nondominated front are considered. However, this may lead to an inappropriate selection of solutions. For example, the rectangular and circular points in Fig. 4 belong to two nondominated fronts, respectively. Assume that all of rectangular points have been selected and we need to select some circular points based on the crowding distance. Based on the selection strategy of NSGA-II, point A will be selected in prior to point B, but this is somewhat counter-intuitive since point B is obviously less crowded than point A. f2 X Y A B f1 Fig. 4. Crowding degree estimation Having the above two drawbacks of NSGA-II in mind, we propose two alternative approaches to deal with them. First, instead of calculating the crowding distance using the 1-norm distance between the two nearest points to a given solution, we calculate it with the harmonic average distance. Assume the distances of the k-nearest solutions of a solution are d 1, d 2,..., d k, the harmonic average distance associated with this solution can be calculated by Eq. 9: k d = 1 d d (9) d k To overcome the second drawback of NSGA-II, we propose the following scheme: After sorting the solutions in the intermediate population into a number of fronts, if some solutions are to be selected from a front, the crowding distance will be calculated based on both the solutions belonging to the same front and all the previously selected solutions. In this way, the undesirable scenario illustrated in Fig. 4 will be prevented. Incorporating the above two schemes into the framework of NSGA-II, we obtain a new MOEA, HaD-MOEA. The pseudocode of HaD-MOEA is shown in Algorithm 2. Specifically, lines present the detailed steps of the two novel schemes adopted by HaD-MOEA. Taking advantage of the two new schemes, we expect the solutions obtained by HaD-MOEA to spread better in the objective space than those obtained by NSGA-II. When applying HaD-MOEA to a system with n modules, a solution is encoded by an n-dimensional vector (chromosome). Each element of it represents the testing time consumed by a module, and the sum of these elements should not exceed the total testing time T. Besides, HaD-MOEA cannot guarantee always generating solutions that satisfy this constraint during search. Therefore, whenever a solution obtained violates the constraint, it will be repaired by using the procedures presented in Table 4.
9 Multi-objective Approaches to Optimal Testing Resource Allocation in Modular Software Systems 9 Algorithm 2 The Pseudo-Code of Harmonic Distance Based Multi-Objective Evolutionary Algorithm (HaD-MOEA) 1: Initialize: Set the population size as N, randomly generate the parent population P = {x 1, x 2,..., x N }; 2: Set the generation number t = ; 3: while t < the terminate generation number do 4: 5: Generate the offspring population Q t from P t with the same population size; Combine the parent and offspring population via R t = P t Qt ; 6: Sort all solutions of R t to get all non-dominated fronts F = fast-non-dominated-sort(r t) where F = (F 1, F 2,...); 7: Set P t+1 = φ and i = 1; 8: while the parent population size P t+1 + F i < N do 9: add the ith non-dominated front F i to the parent pop P t+1; 1: i = i + 1; 11: end while 12: Combine F i and P t+1 to a temporary vector T ; 13: Calculate the harmonic crowding distances of individuals of F i in T ; 14: Sort the F i according to the crowding distance; 15: Set T = φ; 16: Fill the parent pop P t+1 with the first N P t+1 elements of F i; 17: Set t = t + 1; 18: end while 19: return P t. Table 4. Repairing an infeasible offspring a = (t 1, t 2,...t n) Assume an infeasible solution a is re-assigned to a new chromosome a : 1: First we calculate the sum of elements in a :S = sum(a ); 2: For the bi-objective problem, the a is: a =(t 1, t 2,...t n) = ((t 1 T/S), (t 2 T/S),...(t n T/S)); 3: For the tri-objective problem, the a is: a =(t 1, t 2,...t n) = ((t 1 T r(, 1)/S), (t 2 T r(, 1)/S),...(t n T r(, 1)/S)); r(, 1) is a random number between and 1. 4 Experimental Studies Experimental studies have been carried out to evaluate the efficacy of our proposed approach. The experimental studies are designed to consist of two parts. First, the MOEAs were compared with three state-of-the-art single-objective approaches to evaluate whether they (in particular HaD-MOEA) are able to provide some advantage over the single-objective approaches. Second, HaD-MOEA was compared with NSGA-II in terms of both solution quality and computational time. 4.1 Comparing MOEAs with Single-Objective Approaches Three single-objective approaches were considered in this experiment. For brevity, these approaches will be denoted using the acronyms of the family names of the researchers who proposed them. The first algorithm, denoted as the D-X algorithm, was proposed by Dai and Xie et al. [12]. It is essentially a genetic algorithm which aims to solve a single-objective problem whose objective function is the weighted sum of the reliability and cost. The second algorithm was proposed by Yang and Xie [9] and thus is denoted as the Y-X algorithm. It considers only the software reliability and ignores the cost. The last method, denoted as the T-M algorithm, was devised by Tom and Murthy [27] who considered the problem of finding an allocation of program modules onto processors of a distributed computing system with the single goal to maximize the reliability while ignored the cost. We compared the MOEAs with the single-objective approaches on two parallel-series modular software systems: A simple parallel-series modular software system with only two parallel modules and a complex parallel-series modular software system with eight modules. The structures of the two systems are illustrated in Fig. 5 and Fig. 6. The Y-X and T-M algorithms have been separately applied to the simple and complex parallel-series modular software systems. The D-X algorithm has been applied to both. Hence, the two systems serve as a good platform for our comparative study. It is noteworthy that all the compared singleobjective algorithms do not consider the total testing time as an objective. Hence, we only consider the bi-objective problem on the two systems in this experiment. All results of the single-objective approaches were obtained from the original publications.
10 1 Zai Wang, Ke Tang and Xin Yao 1 IN OUT 2 Fig. 5. The structure of the simple parallel-series modular software system with two modules IN 7 8 OUT Fig. 6. The structure of the complex parallel-series modular software system with eight modules Following the previous studies, we assume that 1 persons are available for testing the simple system, and 23 persons are available for the complex system. Each person can spend up to 1 hours on the testing task. In addition, all the parameters of the systems are set as the values used in previous studies [9, 12, 27]. We ran the two MOEAs (NSGA-II and HaD-MOEA) on each system for 3 independent runs. Similar results were obtained in the 3 runs. The solutions obtained in the first run on the simple system are illustrated in Fig. 7, together with the solutions obtained by D-X and Y-X algorithms. In addition, the solutions obtained in the first run on the complex system are illustrated in Fig. 8, together with the solutions obtained by D-X and T-M algorithms. From the figures, it can be observed that both NSGA-II and HaD-MOEA managed to provide such a set of solutions that provide a variety of trade-off between the system reliability and the cost. Furthermore, it would be interesting to check whether the solutions achieved by the single-objective approaches can also be obtained by MOEAs. For this reason, we recorded all nondominated solutions obtained by the MOEAs in the 3 runs. Then, the difference between the reliability of these solutions and the solutions obtained by the single-objective approaches were calculated. The nondominated solutions corresponding to the smallest difference were finally identified and presented in Table 5. It can be found that the MOEAs managed to find the same or very similar solutions as that provided by the single-objective approaches. However, MOEAs have find many additional solutions with different trade-off between the reliability and cost, which enables a software tester to ask what-if questions. Such a set of different solutions also enable a software tester to see the exact relationship between the reliability and cost. It is now possible to ask practical questions, such as how much savings one can obtained if we were willing to sacrifice the reliability by certain amount. Therefore, compared to the single-objective approaches, the major advantage of using MOEAs on OTRAP is that it can provide a lot of additional choices to a practitioner, and thus benefit organizing the whole testing process. 12 The results for the bi objective problem on the simple parallel series system 12 The results for the bi objective problem on the simple parallel series system 1 8 NSGA II D X Y X 1 8 HaD MOEA D X Y X Reliaility Fig. 7. The results for the bi-objective problem on the simple parallel-series modular software system
11 Multi-objective Approaches to Optimal Testing Resource Allocation in Modular Software Systems The results for the bi objective problem on the complex parallel series system NSGA II D X T M The results for the bi objective problem on the complex parallel series system HaD MOEA D X T M Fig. 8. The results for the bi-objective problem on the complex parallel-series modular software system Table 5. The nearest solutions obtained by MOEAs to the solutions obtained by signle-objective algorithms on the simple and complex parallel-series modular software systems cost factor simple system complex system Algorithm (units) Algorithm (units) Consider NSGA-II NSGA-II Consider HaD-MOEA HaD-MOEA consider D-X D-X Consider NSGA-II NSGA-II Consider HaD-MOEA HaD-MOEA Without Y-X T-M Comparing HaD-MOEA with NSGA-II According to the results presented in the above subsection, we can find that NSGA-II and HaD-MOEA performed comparably for the bi-objective problem on the simple and complex parallel-series modular software systems. Hence, a natural question is: Do the two algorithms perform comparably on all OTRAPs? In other words, is NSGA-II alone sufficient for OTRAPs? To answer this question, we have further conducted comprehensive experiments to compare HaD-MOEA and NSGA-II. In this experiment, we considered both types of multi-objective problems that have been formulated in Section 2. The simple and complex parallel-series modular software systems were utilized as the test-bed. In addition, the efficacy of the MOEAs on another two systems was also evaluated. The first system is again a parallel-series modular software system illustrated in Fig. 9. It consists of twelve modules. The purpose of evaluating the MOEAs on this system is to verify the MOEAs scalability with respect to the number of modules. As shown in Fig. 1, the second system is a star-structure modular software system (denoted as the SS-system) with six modules. By applying the MOEAs to this system, we aim to check whether the MOEAs can work well on different types of structures. For the simple and complex parallel-series modular software systems, we assumed the same total testing time as in the previous sub-section. We assumed that 35 and 15 persons are available for the larger parallel-series modular software system and the star-structure modular software system. The testing time for each person was set to 1 hours. In the previous subsection, all algorithms were evaluated using a set of pre-defined parameters of the systems. It is necessary to evaluate the sensitivity of the MOEAs to these system parameters. Therefore, we further randomly generated 3 different parameter settings for each system. For each module of each system, all the 3 parameter settings were generated within a pre-defined interval, as presented in Table 6. Given a system with a randomly generated parameter setting, both HaD-MOEA and NSGA-II have been applied to it for 3 independent times. To make the comparison as fair as possible, the two algorithms adopted exactly the same initial populations and control parameters in each run. Table 7 presents the control parameters used throughout the experiment. To summarize, we altogether compared the two MOEAs on 24 (two types of problems four systems 3 system parameter settings) problem instances, and carried out statistical test on each instance based on the results of the 3 independent runs. Figure 11 illustrates the nondominated solutions obtained on the tri-objective problems in the first run of the first randomly generated parameter settings. It can be observed that the solutions obtained by HaD-MOEA spread better in the objective space than those obtained by NSGA-II. This suggests that HaD-MOEA might be advantageous to NSGA-II. However, the figures are just a simple illustration and no rigorous conclusion can be made yet. To compare the MOEAs in a quantitative and rigorous way, a quantitative measure of the performance of the two algorithms is required. In the multi-objective optimization field, there are a number of metrics for measuring the goodness of the solutions
12 12 Zai Wang, Ke Tang and Xin Yao IN 1 12 OUT Fig. 9. The structure of the larger parallel-series modular software system with twelve modules IN 1 4 IN 2 6 OUT 5 IN 3 Central Unit Non-Central Unit Fig. 1. The structure of the SS-system with six modules Table 6. The range of the parameter values of the four software systems (the value of the parameter is a real number which is randomly generated within the corresponding range). a i, b i, H i, B i and D i are parameters of the ith module in software systems a i b i H i B i D i Simple system i = 1 : 2 i = 1 : 2 i = 1 : 2 i = 1 : 2 i = 1 : 2 [15., 25.] [5.5E-4, 6.E-4] [4.5, 5.5] [5.5, 7.] [4.5, 5.5] Complex system i = 1 : 6 i = 7 : 8 i = 1 : 6 i = 7 : 8 i = 1 : 8 i = 1 : 8 i = 1 : 6 i = 7 : 8 [2., 35.] [3., 35.] [3.E-4, 9.E-4] [5.8E-3, 6.2E-3] [3.4, 3.55] [6., 6.2] [4.9, 5.1] [4., 4.1] Larger system i = 1 : 11 i = 12 i = 1 : 11 i = 12 i = 1 : 12 i = 1 : 12 i = 1 : 11 i = 12 [2., 35.] [3., 35.] [3.E-4, 9.E-4] [5.8E-3, 6.2E-3] [3.4, 3.55] [6., 6.2] [4.9, 5.1] [4., 4.1] SS-system i = 1 : 5 i = 6 i = 1 : 5 i = 6 i = 1 : 6 i = 1 : 6 i = 1 : 5 i = 6 [2., 35.] [3., 35.] [3.E-4, 9.E-4] [5.8E-3, 6.2E-3] [3.4, 3.55] [6., 6.2] [4.9, 5.1] [4., 4.1] Table 7. The parameter settings of NSGA-II and HaD-MOEA software systems problem type crossover mutation terminate population probability probability generation size simple system bi-objective problem simple system tri-objective problem complex system bi-objective problem complex system tri-objective problem larger system bi-objective problem larger system tri-objective problem SS-system bi-objective problem SS-system tri-objective problem
13 Multi-objective Approaches to Optimal Testing Resource Allocation in Modular Software Systems 13 Tesiting Resource Consumed The results for the tri objective problem on the simple parallel series system NSGA II (a) Total Testing Resource Consumed The results for the tri objective problem on the simple parallel series system 1 HaD MOEA (b) Testing Resource Consumed The results for the tri objective problem on the complex parallel series system NSGA II Testing Resource Consumed The results for the tri objective problem on the complex parallel series system HaD MOEA (c) (d) The results for the tri objective problem on the larger parallel series system The results for the tri objective problem on the larger parallel series system Testing Resource Consumed NSGA II Testing Resource Consumed HaD MOEA (e) 3.2 (f) Testing Resource Consumed The results for the tri objective problem on the SS system NSGA II Testing Resource Consumed The results for the tri objective problem on the SS system HaD MOEA (g) (h) Fig. 11. Pareto sets obtained by NSGA-II and HaD-MOEA for the tri-objective problems on the four employed software systems (one case study)
14 14 Zai Wang, Ke Tang and Xin Yao Table 8. The values of hypervolume indicator of obtained results on different parameter suites on the simple parallel-series modular software system (the result that is significantly better than the other is emphasized in boldface) parameter bi-objective problem tri-objective problem suite NSGA-II HaD-MOEA NSGA-II HaD-MOEA best worst mean best worst mean best worst mean best worst mean No No No No No No No No No No No No No No No No No No No No No No No No No No No No No No Table 9. The values of hypervolume indicator of obtained results on different parameter suites on the complex parallel-series modular software system (the result that is significantly better than the other is emphasized in boldface) parameter bi-objective problem tri-objective problem suite NSGA-II HaD-MOEA NSGA-II HaD-MOEA best worst mean best worst mean best worst mean best worst mean No No No No No No No No No No No No No No No No No No No No No No No No No No No No No No
15 Multi-objective Approaches to Optimal Testing Resource Allocation in Modular Software Systems 15 Table 1. The values of hypervolume indicator of obtained results on different parameter suites on the larger parallel-series modular software system (the result that is significantly better than the other is emphasized in boldface) parameter bi-objective problem tri-objective problem suite NSGA-II HaD-MOEA NSGA-II HaD-MOEA best worst mean best worst mean best worst mean best worst mean No No No No No No No No No No No No No No No No No No No No No No No No No No No No No No Table 11. The values of hypervolume indicator of obtained results on different parameter suites on the SS-system (the result that is significantly better than the other is emphasized in boldface) parameter bi-objective problem tri-objective problem suite NSGA-II HaD-MOEA NSGA-II HaD-MOEA best worst mean best worst mean best worst mean best worst mean No No No No No No No No No No No No No No No No No No No No No No No No No No No No No No
16 16 Zai Wang, Ke Tang and Xin Yao Table 12. The overall comparison between HaD-MOEA and NSGA-II for the two multi-objective problems on four software systems (Twosided Wilcoxon rank-sum test with a significance level.5 was used). S, C, L and SS stand for simple, complex, larger and SS software systems, respectively. Results are presented in form of win-draw-lose, indicating the numbers of test cases on which the corresponding HaD-MOEA is superior, comparable (i.e., statistical insignificant), and inferior to the NSGA-II. HaD-MOEA vs NSGA-II bi-objective problem tri-objective problem S C L SS S C L SS obtained by an algorithm. Among these metrics, we adopted the hypervolume indicator in our study because it holds two important properties: 1. It is sensitive to any type of improvements, i.e., whenever an approximation set A dominates another approximation set B, the measure yields a strictly better quality value for the former than for the latter set [42]. 2. As a result of the first property, the hypervolume measure guarantees that any approximation set A that achieves the maximally possible quality value for a particular problem contains all the Pareto-optimal objective vectors [43]. So far, the hypervolume indicator is the only metric that possesses the above two properties. Hence, it serves as the most appropriate metric for comparing NSGA-II and HaD-MOEA. For space considerations, we refrain from providing the detailed information of hypervolume indicator but direct interested readers to [42]. Tables 8 to 11 present the results (in terms of the values of hypervolume indicator) obtained by the MOEAs algorithms in 3 independent runs. For each algorithm, the best, median and worst results are given. Two-sided Wilcoxon rank-sum tests with a significance level.5 have been conducted to compare the performance of NSGA-II and HaD-MOEA. Table 12 summarizes the results of the Wilcoxon test. When considering the bi-objective problems, it can be observed that HaD-MOEA performed comparably with NSGA-II on all four systems. This is consistent with the results presented in the previous subsection. However, in case of the tri-objective problems, HaD-MOEA is obviously superior to NSGA-II. For all 12 testing instances, HaD-MOEA performed significantly better than NSGA-II on 73 instances, while was inferior on only seven. To investigate the computational efficiency of the MOEAs, we recorded their runtime on all test instances. Table 13 presents the average runtime for each problem on the four systems. In comparison with NSGA-II, HaD-MOEA merely involved additional computational overhead of.4 seconds in the worst case, which was about 2% of the overall runtime of the whole algorithm. In essence, the computational efficiency of the two algorithms is comparable. Moreover, we may find that the runtime of both MOEAs are about 2 seconds for the bi-objective problems and 13 seconds for the tri-objective problems, which are negligible compared to the total time that we allocated to the testing phase. This further justifies the utility of MOEAs in practice. Table 13. Average runtime (in CPU seconds) of MOEAs on the four case studies bi-objective problem tri-objective problem NSGA-II HaD-MOEA NSGA-II HaD-MOEA simple system complex system larger system SS-system Conclusions and Discussions In this paper, we formulated two types of OTRAPs as multi-objective optimization problems, one with two objectives and the other with three. Then, the two problems solved using MOEAs. Specifically, a novel MOEA called HaD-MOEA has been proposed since the state-of-the-art MOEA, namely NSGA-II does not perform satisfactorily on the second type of OTRAP. Empirical studies were first carried out to evaluate the utility of MOEAs in comparison with existing single-objective approaches. It was shown that MOEAs not only managed to achieve almost the same solution as that can be attained by single-objective approaches, but also found simultaneously a set of alternative solutions. These solutions showed different trade-off between the reliability of a system and the testing cost, and hence can facilitate informed planning of a testing phase. Later, a comprehensive experimental study was conducted to compare HaD-MOEA with NSGA-II on three parallel-series modular software systems and a star-structure modular software system, each with a large variety of randomly generated parameter settings. The
17 Multi-objective Approaches to Optimal Testing Resource Allocation in Modular Software Systems 17 purpose was to evaluate the algorithms on systems with different sizes, structures and parameters. The results showed that both algorithms performed well on the bi-objective problems, while HaD-MOEA performed significantly better than NSGA-II on the tri-objective problems, for which the total testing resource expenditure is not determined in advance. The superiority of HaD-MOEA consistently holds for all four tested systems. In addition to the above advantages, MOEAs may also be applied to real-world problems with little effort. Given a software testing task, a software tester only needs to formulate the reliability and cost as the functions of testing resource assigned to each modules of the system. Then, control parameters of the MOEAs can be set to those values used in this work, since they generally performed well in our empirical study. After that, the algorithm can obtain a set of solutions (i.e., plans of testing resource assignment) without human involvement in the search process. The very modest computational cost of the MOEAs (in comparison with the total testing resource) also supports its potential utility in real-world scenarios. Two directions may be further pursued in the future. First, the efficacy of MOEAs was only evaluated on parallel-series and star-structure modular software systems, and the objective functions were formulated based on the assumption of independence between modules and components. However, in the reliability literature, some software systems are modeled under the assumption that the modules and components are dependent with each other [28]. In this case, the objective functions (e.g., the reliability function) will be substantially different from those investigated in this work. It would be interesting to verify whether MOEAs can still work for such scenarios. Second, although HaD-MOEA was specifically designed to address the drawback of NSGA-II on the tri-objective problems, the improvement essentially arose from the consideration of multi-objective optimization. No domain-specific knowledge about OTRAPs was taken into account. However, it is commonly thought that incorporating domain-knowledge into an algorithm will further boost its performance on the specific problem. Hence, we will investigate designing novel search operators that are specifically suitable for OTRAPs in the future. Acknowledgment This work is partially supported by National Natural Science Foundation of China grants (No and No. U8352), the Engineering and Physical Sciences Research Council (EPSRC Grant No. EP/D52785/1) and the Fund for Foreign Scholars in University Research and Teaching Programs (111 project) in China (No. B733). References 1. H. Ohtera and S. Yamada, Optimal Allocation and Control Problems for Software-Testing Resource, IEEE Transcations on Reliablity, vol. 39, no. 2, pp , R. H. Huo, S. Y. Kuo, and Y. P. Chang, Efficient Allocation of Testing Reaources for Software Module Testing Based on the Hyper- Geometric Distribution Software Growth Model, IEEE Transcations on Reliablity, vol. 45, no. 4, pp , O. Berman and N. Ashrafi, Optimization Models for of Modular Software Systems, IEEE Transcations on Software Engineering, vol. 19, no. 11, pp , S. Yamada, T. Lehimori, and M. Nishiwaki, Optimal Allocation Policies for Testing Resource Based On a Software Growth Model, Mathemarical and Computer Modelling, vol. 22, pp , Y. W. Leung, Dynamic Resource Allocation for Software Module Testing, The Journal of the Systems and Software, vol. 37, no. 2, pp , D. W. Coit, Ecomonic Allocation of Test Times for Subsystem-Level Growth Testing, IIE Transcations on Business, vol. 3, no. 12, pp , D. W. Coit and A. Smith, Optimization of Series-parallel Systems Using a Genetic Algorithm, IEEE Transactions on, vol. 45, no. 2, pp , B. Yang and M. Xie, Testing-resource Allocation for Redundant Software Systems, in Proceedings of the 1999 Pacific Rim International Symposium on Dependable Computing (PRDC 99), Hong Kong, China, 1999, pp , A Study of Operational and Testing in Software Analysis, Engineering and System Safety, vol. 7, pp , 2. 1., Optimal Testing-Time Allocation for Modular Systems, International Journal of Quality and Management, vol. 18, no. 8, pp , C. Y. Huang and M. R. Lyu, Optimal Testing Resource Allocation, and Sensitivity Analysis in Software Development, IEEE Transactions on, vol. 54, no. 4, pp , Y. S. Dai, M. Xie, K. L. Poh, and B. Yang, Optimal Testing-Resource Allocation with Genetic Algorithm for Modular software Systems, The Journal of Systems and Software, vol. 66, pp , M. R. Lyu, S. Rangarajan, and A. P. A. V. Moorsel, Optimal Allocation of Testing Resources for Software Growth Modeling in Component-Based Software Development, IEEE Transactions on, vol. 51, no. 2, pp , D. W. Coit, T. Jin, and N. Wattanapongsakorn, System Optimization with Component Estimation Uncertainty: A Multicriteria Approach, IEEE Transactions on, vol. 53, no. 3, pp , 24.
18 18 Zai Wang, Ke Tang and Xin Yao 15. Y. S. Dai and X. L. Wang, Optimal Resource Allocation on Grid Systems for Maximizing Service Using A Genetic Algorithms, Engineering and System Safety, vol. 91, no. 9, pp , C. Y. Huang and J. H. Lo, Optimal Resource Allocation for and of Modular Software Systems in the Testing Phase, The Journals of Systems and Software, vol. 79, pp , P. Y. Yin and J. Y. Wang, Ant Colony Optimization for the Nonlinear Resource Allocation Problem, Applied Mathematics and Computation, vol. 174, pp , , A Particle Swarm Optimization Approach to the Nonlinear Resource Allocation Problem, Applied Mathematics and Computation, vol. 183, pp , Y. S. Dai and G. Levitin, Optimal Resource Allocation for Maximizing Performance and in Tree-structured Grid Services, IEEE Transactions on, vol. 56, no. 3, pp , Y. S. Dai, G. Levitin, and X. Wang, Optimal Task Partition and Distribution in Grid Service System with Common Cause Failures, Future Generation Computer Systems, vol. 23, no. 2, pp , G. Levitin and Y. S. Dai, Optimal Service Task Partition and Distribution in Grid System with Star Topology, Engineering and System Safety, vol. 93, no. 1, pp , S. J. Sadjadi and R. Soltani, An Efficient Heuristic Versus a Robust Hybrid Meta-heuristic for General Framework of Serial parallel Redundancy Problem, Engineering and System Safety, vol. 94, no. 11, pp , Q. Long, M. Xie, S. Ng, and G. Levitin, Analysis and Optimization of Weighted Voting Systems with Continuous States Input, European Journal of Operational Research, vol. 191, no. 1, pp , R. Tavakkoli-Moghaddam, J. Safari, and F. Sassani, Optimization of Series-parallel Systems with a Choice of Redundancy Strategies Using a Genetic Algorithm, Engineering and System Safety, vol. 93, no. 4, pp , Z. Wang, K. Tang, and X. Yao, A Multi-objective Approach to Testing Reosurce Allocation in Modular Software Systems, in Proceedings of the 28 IEEE Congress on Evolutionary Computation (CEC28), Hongkong, China, 28, pp K. Deb, A. Pratap, S. Agarwal, and T. Meyarivan, A Fast and Elitist Multiobjective Genetic Algorithm: NSGA-II, IEEE Transactions on Evolutionary Computation, vol. 6, no. 2, pp , P. A. Tom and C. S. R. Murthy, Algorithms for -Oriented Module Allocation in Distributed Computing Systems, The Journal of System and Software, vol. 4, no. 2, pp , W. Kuo and R. Wan, Recent Advances in Optimal Allocation, IEEE Transcations on Systems, Man, and Cybernetics, Part A: Systems and Humans, vol. 37, pp , C. A. C. Coello, Evolutionary Multi-objective Optimisation: An Historical View of the Field, IEEE Computational Intelligence Magazine, no. 1, pp , A. Konak, D. W. Coit, and A. E. Smit, Multi-objective Optimization Using Genetic Algorithms: A Tutorial, Engineering and System Safety, vol. 91, no. 9, pp , J. D. Schaffer, Multiple Objective Optimization with Vector Evaluated Genetic Algorithms, in Genetic Algorithms and their Applications: Proceedings of the First International Conference on Genetic Algorithms, Lawrence Erlbaum, 1985, pp J. D. Knowles and D. W. Corne, Approximating the Nondominated Front Using the Pareto Archived Evolution Strategy, Evolutionary Computation, vol. 8, no. 2, pp , N. Srinivas and K. Deb, Muiltiobjective Optimization Using Nondominated Sorting in Genetic Algorithms, Evolutionary Computation, vol. 2, no. 3, pp , J. Horn, N. Nafpliotis, and D. E. Goldberg, A Niched Pareto Genetic Algorithm for Multiobjective Optimization, in Proceedings of the First IEEE Conference on Evolutionary Computation, IEEE World Congress on Computational Intelligence, vol. 1, Jun, Orlando, FL, USA, 1994, pp C. M. Fonseca and P. J. Fleming, Genetic Algorithms for Multiobjective Optimization: Formulation, Discussion and Generalization, in Proceedings of the Fifth International Conference on Genetic Algorithms, San Mateo, California, 1993, pp E. Zitzler and L. Thiele, Multiobjective Evolutionary Algorithms: A Comparative Case Study and the Strength Pareto Approach, IEEE Transactions on Evolutionary Computation, vol. 3, no. 4, pp , E. Zitzler, M. Laumanns, and L. Thiele, SPEA2: Improving the Strength Pareto Evolutionary Algorithm, in Evolutionary Methods for Design, Optimization and Control with Applications to Industrial Problems, K. Giannakoglou et al., Ed., Athens, Greece, 22, pp E. Zitzler and L. Thiele, Comparison of Multiobjective Evolutionary Algorithms: Empirical Results, Evolutionary Computation, vol. 8, no. 2, pp , S. Huband, P. Hingston, L. Barone, and L. While, A Review of Multiobjective Test Problems and a Scalable Test Problem Toolkit, IEEE Transactions on Evolutionary Computation, vol. 1, no. 5, pp , C. M. Lin and M. Gen, Multiobjective Resource Allocation Problem by Multistage Decision-based Hybrid Genetic Algorithm, Applied Mathematics and Computation, vol. 187, no. 2, pp , R. C. Purshouse and P. J. Fleming, On the Evolutionary Optimization of Many Conflicting Objectives, IEEE Transactions on Evolutionary Computation, vol. 11, no. 6, pp , E. Zitler, L. Thiele, M. Laumanns, C. M. Foneseca, and V. G. da Fonseca, Performance Assessment of Multiobjective Optimizers: An Analysis and Review, IEEE Transactions on Evolutionary Computation, vol. 7, no. 2, pp , M. Fleischer, The Measure of Pareto Optima: Applications to Multi-objective Metaheuristics, Inst Systems Research, Univ. Maryland, College Park, MD, Tech. Rep. ISR TR 22 32, 22.
A Fast and Elitist Multiobjective Genetic Algorithm: NSGA-II
182 IEEE TRANSACTIONS ON EVOLUTIONARY COMPUTATION, VOL. 6, NO. 2, APRIL 2002 A Fast and Elitist Multiobjective Genetic Algorithm: NSGA-II Kalyanmoy Deb, Associate Member, IEEE, Amrit Pratap, Sameer Agarwal,
A New Multi-objective Evolutionary Optimisation Algorithm: The Two-Archive Algorithm
A New Multi-objective Evolutionary Optimisation Algorithm: The Two-Archive Algorithm Kata Praditwong 1 and Xin Yao 2 The Centre of Excellence for Research in Computational Intelligence and Applications(CERCIA),
Introduction To Genetic Algorithms
1 Introduction To Genetic Algorithms Dr. Rajib Kumar Bhattacharjya Department of Civil Engineering IIT Guwahati Email: [email protected] References 2 D. E. Goldberg, Genetic Algorithm In Search, Optimization
An Evolutionary Algorithm in Grid Scheduling by multiobjective Optimization using variants of NSGA
International Journal of Scientific and Research Publications, Volume 2, Issue 9, September 2012 1 An Evolutionary Algorithm in Grid Scheduling by multiobjective Optimization using variants of NSGA Shahista
Learning in Abstract Memory Schemes for Dynamic Optimization
Fourth International Conference on Natural Computation Learning in Abstract Memory Schemes for Dynamic Optimization Hendrik Richter HTWK Leipzig, Fachbereich Elektrotechnik und Informationstechnik, Institut
A Service Revenue-oriented Task Scheduling Model of Cloud Computing
Journal of Information & Computational Science 10:10 (2013) 3153 3161 July 1, 2013 Available at http://www.joics.com A Service Revenue-oriented Task Scheduling Model of Cloud Computing Jianguang Deng a,b,,
Multi-Objective Optimization using Evolutionary Algorithms
Multi-Objective Optimization using Evolutionary Algorithms Kalyanmoy Deb Department of Mechanical Engineering, Indian Institute of Technology, Kanpur, India JOHN WILEY & SONS, LTD Chichester New York Weinheim
Consistencies and Contradictions of Performance Metrics in Multiobjective Optimization
IEEE TRANSACTIONS ON CYBERNETICS Consistencies and Contradictions of Performance Metrics in Multiobjective Optimization Siwei Jiang, Yew-Soon Ong, Jie Zhang, Liang Feng Abstract An important consideration
Simple Population Replacement Strategies for a Steady-State Multi-Objective Evolutionary Algorithm
Simple Population Replacement Strategies for a Steady-State Multi-Objective Evolutionary Christine L. Mumford School of Computer Science, Cardiff University PO Box 916, Cardiff CF24 3XF, United Kingdom
4. Zastosowania Optymalizacja wielokryterialna
4. Zastosowania Optymalizacja wielokryterialna Tadeusz Burczyński 1,2) 1), Department for Strength of Materials and Computational Mechanics, Konarskiego 18a, 44-100 Gliwice, Poland 2) Cracow University
Multiobjective Optimization and Evolutionary Algorithms for the Application Mapping Problem in Multiprocessor System-on-Chip Design
358 IEEE TRANSACTIONS ON EVOLUTIONARY COMPUTATION, VOL. 10, NO. 3, JUNE 2006 Multiobjective Optimization and Evolutionary Algorithms for the Application Mapping Problem in Multiprocessor System-on-Chip
Hiroyuki Sato. Minami Miyakawa. Keiki Takadama ABSTRACT. Categories and Subject Descriptors. General Terms
Controlling election Area of Useful Infeasible olutions and Their Archive for Directed Mating in Evolutionary Constrained Multiobjective Optimization Minami Miyakawa The University of Electro-Communications
A Study of Local Optima in the Biobjective Travelling Salesman Problem
A Study of Local Optima in the Biobjective Travelling Salesman Problem Luis Paquete, Marco Chiarandini and Thomas Stützle FG Intellektik, Technische Universität Darmstadt, Alexanderstr. 10, Darmstadt,
ARTICLE IN PRESS. Applied Soft Computing xxx (2010) xxx xxx. Contents lists available at ScienceDirect. Applied Soft Computing
Applied Soft Computing xxx (2010) xxx xxx Contents lists available at ScienceDirect Applied Soft Computing journal homepage: www.elsevier.com/locate/asoc Software project portfolio optimization with advanced
Index Terms- Batch Scheduling, Evolutionary Algorithms, Multiobjective Optimization, NSGA-II.
Batch Scheduling By Evolutionary Algorithms for Multiobjective Optimization Charmi B. Desai, Narendra M. Patel L.D. College of Engineering, Ahmedabad Abstract - Multi-objective optimization problems are
A Multi-Objective Performance Evaluation in Grid Task Scheduling using Evolutionary Algorithms
A Multi-Objective Performance Evaluation in Grid Task Scheduling using Evolutionary Algorithms MIGUEL CAMELO, YEZID DONOSO, HAROLD CASTRO Systems and Computer Engineering Department Universidad de los
Defining and Optimizing Indicator-based Diversity Measures in Multiobjective Search
Defining and Optimizing Indicator-based Diversity Measures in Multiobjective Search Tamara Ulrich, Johannes Bader, and Lothar Thiele Computer Engineering and Networks Laboratory, ETH Zurich 8092 Zurich,
Genetic Algorithms for Bridge Maintenance Scheduling. Master Thesis
Genetic Algorithms for Bridge Maintenance Scheduling Yan ZHANG Master Thesis 1st Examiner: Prof. Dr. Hans-Joachim Bungartz 2nd Examiner: Prof. Dr. rer.nat. Ernst Rank Assistant Advisor: DIPL.-ING. Katharina
MULTI-OBJECTIVE OPTIMIZATION USING PARALLEL COMPUTATIONS
MULTI-OBJECTIVE OPTIMIZATION USING PARALLEL COMPUTATIONS Ausra Mackute-Varoneckiene, Antanas Zilinskas Institute of Mathematics and Informatics, Akademijos str. 4, LT-08663 Vilnius, Lithuania, [email protected],
Multi-Objective Optimization to Workflow Grid Scheduling using Reference Point based Evolutionary Algorithm
Multi-Objective Optimization to Workflow Grid Scheduling using Reference Point based Evolutionary Algorithm Ritu Garg Assistant Professor Computer Engineering Department National Institute of Technology,
A Novel Constraint Handling Strategy for Expensive Optimization Problems
th World Congress on Structural and Multidisciplinary Optimization 7 th - 2 th, June 25, Sydney Australia A Novel Constraint Handling Strategy for Expensive Optimization Problems Kalyan Shankar Bhattacharjee,
Multiobjective Multicast Routing Algorithm
Multiobjective Multicast Routing Algorithm Jorge Crichigno, Benjamín Barán P. O. Box 9 - National University of Asunción Asunción Paraguay. Tel/Fax: (+9-) 89 {jcrichigno, bbaran}@cnc.una.py http://www.una.py
A New Nature-inspired Algorithm for Load Balancing
A New Nature-inspired Algorithm for Load Balancing Xiang Feng East China University of Science and Technology Shanghai, China 200237 Email: xfeng{@ecusteducn, @cshkuhk} Francis CM Lau The University of
Evolutionary Detection of Rules for Text Categorization. Application to Spam Filtering
Advances in Intelligent Systems and Technologies Proceedings ECIT2004 - Third European Conference on Intelligent Systems and Technologies Iasi, Romania, July 21-23, 2004 Evolutionary Detection of Rules
Multi-Objective Genetic Test Generation for Systems-on-Chip Hardware Verification
Multi-Objective Genetic Test Generation for Systems-on-Chip Hardware Verification Adriel Cheng Cheng-Chew Lim The University of Adelaide, Australia 5005 Abstract We propose a test generation method employing
Management of Software Projects with GAs
MIC05: The Sixth Metaheuristics International Conference 1152-1 Management of Software Projects with GAs Enrique Alba J. Francisco Chicano Departamento de Lenguajes y Ciencias de la Computación, Universidad
HYBRID GENETIC ALGORITHMS FOR SCHEDULING ADVERTISEMENTS ON A WEB PAGE
HYBRID GENETIC ALGORITHMS FOR SCHEDULING ADVERTISEMENTS ON A WEB PAGE Subodha Kumar University of Washington [email protected] Varghese S. Jacob University of Texas at Dallas [email protected]
CLOUD DATABASE ROUTE SCHEDULING USING COMBANATION OF PARTICLE SWARM OPTIMIZATION AND GENETIC ALGORITHM
CLOUD DATABASE ROUTE SCHEDULING USING COMBANATION OF PARTICLE SWARM OPTIMIZATION AND GENETIC ALGORITHM *Shabnam Ghasemi 1 and Mohammad Kalantari 2 1 Deparment of Computer Engineering, Islamic Azad University,
Software Testing Resource Allocation and Release Time Problem: A Review
I.J. Modern Education and Computer Science, 2014, 2, 48-55 Published Online February 2014 in MECS (http://www.mecs-press.org/) DOI: 10.5815/ijmecs.2014.02.07 Software Testing Resource Allocation and Release
PLAANN as a Classification Tool for Customer Intelligence in Banking
PLAANN as a Classification Tool for Customer Intelligence in Banking EUNITE World Competition in domain of Intelligent Technologies The Research Report Ireneusz Czarnowski and Piotr Jedrzejowicz Department
A Simulated Annealing Based Multi-objective Optimization Algorithm: AMOSA
A Simulated Annealing Based Multi-objective Optimization Algorithm: AMOSA Sanghamitra Bandyopadhyay, Sriparna Saha, Ujjwal Maulik and Kalyanmoy Deb 3 Machine Intelligence Unit, Indian Statistical Institute,
MINIMIZING STORAGE COST IN CLOUD COMPUTING ENVIRONMENT
MINIMIZING STORAGE COST IN CLOUD COMPUTING ENVIRONMENT 1 SARIKA K B, 2 S SUBASREE 1 Department of Computer Science, Nehru College of Engineering and Research Centre, Thrissur, Kerala 2 Professor and Head,
Labeling outerplanar graphs with maximum degree three
Labeling outerplanar graphs with maximum degree three Xiangwen Li 1 and Sanming Zhou 2 1 Department of Mathematics Huazhong Normal University, Wuhan 430079, China 2 Department of Mathematics and Statistics
Solving Three-objective Optimization Problems Using Evolutionary Dynamic Weighted Aggregation: Results and Analysis
Solving Three-objective Optimization Problems Using Evolutionary Dynamic Weighted Aggregation: Results and Analysis Abstract. In this paper, evolutionary dynamic weighted aggregation methods are generalized
A Multi-objective Scheduling Model for Solving the Resource-constrained Project Scheduling and Resource Leveling Problems. Jia Hu 1 and Ian Flood 2
A Multi-objective Scheduling Model for Solving the Resource-constrained Project Scheduling and Resource Leveling Problems Jia Hu 1 and Ian Flood 2 1 Ph.D. student, Rinker School of Building Construction,
A New Quantitative Behavioral Model for Financial Prediction
2011 3rd International Conference on Information and Financial Engineering IPEDR vol.12 (2011) (2011) IACSIT Press, Singapore A New Quantitative Behavioral Model for Financial Prediction Thimmaraya Ramesh
An Interactive Visualization Tool for the Analysis of Multi-Objective Embedded Systems Design Space Exploration
An Interactive Visualization Tool for the Analysis of Multi-Objective Embedded Systems Design Space Exploration Toktam Taghavi, Andy D. Pimentel Computer Systems Architecture Group, Informatics Institute
HYBRID GENETIC ALGORITHM PARAMETER EFFECTS FOR OPTIMIZATION OF CONSTRUCTION RESOURCE ALLOCATION PROBLEM. Jin-Lee KIM 1, M. ASCE
1560 HYBRID GENETIC ALGORITHM PARAMETER EFFECTS FOR OPTIMIZATION OF CONSTRUCTION RESOURCE ALLOCATION PROBLEM Jin-Lee KIM 1, M. ASCE 1 Assistant Professor, Department of Civil Engineering and Construction
Model-based Parameter Optimization of an Engine Control Unit using Genetic Algorithms
Symposium on Automotive/Avionics Avionics Systems Engineering (SAASE) 2009, UC San Diego Model-based Parameter Optimization of an Engine Control Unit using Genetic Algorithms Dipl.-Inform. Malte Lochau
Procedia Computer Science 00 (2012) 1 21. Trieu Minh Nhut Le, Jinli Cao, and Zhen He. [email protected], [email protected], [email protected].
Procedia Computer Science 00 (2012) 1 21 Procedia Computer Science Top-k best probability queries and semantics ranking properties on probabilistic databases Trieu Minh Nhut Le, Jinli Cao, and Zhen He
ISSN: 2319-5967 ISO 9001:2008 Certified International Journal of Engineering Science and Innovative Technology (IJESIT) Volume 2, Issue 3, May 2013
Transistor Level Fault Finding in VLSI Circuits using Genetic Algorithm Lalit A. Patel, Sarman K. Hadia CSPIT, CHARUSAT, Changa., CSPIT, CHARUSAT, Changa Abstract This paper presents, genetic based algorithm
Traffic Engineering approaches using Multicriteria Optimization Techniques
Traffic Engineering approaches using Multicriteria Optimization Techniques Pedro Sousa, Paulo Cortez 3, Miguel Rio 2, Miguel Rocha Dept. of Informatics, University of Minho, Portugal, {pns,mrocha}@di.uminho.pt
Information Theory and Coding Prof. S. N. Merchant Department of Electrical Engineering Indian Institute of Technology, Bombay
Information Theory and Coding Prof. S. N. Merchant Department of Electrical Engineering Indian Institute of Technology, Bombay Lecture - 17 Shannon-Fano-Elias Coding and Introduction to Arithmetic Coding
A Robust Method for Solving Transcendental Equations
www.ijcsi.org 413 A Robust Method for Solving Transcendental Equations Md. Golam Moazzam, Amita Chakraborty and Md. Al-Amin Bhuiyan Department of Computer Science and Engineering, Jahangirnagar University,
Selecting Best Investment Opportunities from Stock Portfolios Optimized by a Multiobjective Evolutionary Algorithm
Selecting Best Investment Opportunities from Stock Portfolios Optimized by a Multiobjective Evolutionary Algorithm Krzysztof Michalak Department of Information Technologies, Institute of Business Informatics,
24. The Branch and Bound Method
24. The Branch and Bound Method It has serious practical consequences if it is known that a combinatorial problem is NP-complete. Then one can conclude according to the present state of science that no
GP-DEMO: Differential Evolution for Multiobjective Optimization Based on Gaussian Process Models
: Differential Evolution for Multiobjective Optimization Based on Gaussian Process Models Miha Mlakar, Dejan Petelin, Tea Tušar, Bogdan Filipič Jožef Stefan Institute, and Jožef Stefan International Postgraduate
Optimum Design of Worm Gears with Multiple Computer Aided Techniques
Copyright c 2008 ICCES ICCES, vol.6, no.4, pp.221-227 Optimum Design of Worm Gears with Multiple Computer Aided Techniques Daizhong Su 1 and Wenjie Peng 2 Summary Finite element analysis (FEA) has proved
Bi-Objective Optimization of MQL Based Turning Process Using NSGA II
Bi-Objective Optimization of MQL Based Turning Process Using NSGA II N.Chandra Sekhar Reddy 1, D. Kondayya 2 P.G. Student, Department of Mechanical Engineering, Sreenidhi Institute of Science & Technology,
Biopharmaceutical Portfolio Management Optimization under Uncertainty
Ian David Lockhart Bogle and Michael Fairweather (Editors), Proceedings of the 22nd European Symposium on Computer Aided Process Engineering, 17-20 June 2012, London. 2012 Elsevier B.V. All rights reserved
Duration Oriented Resource Allocation Strategy on Multiple Resources Projects under Stochastic Conditions
International Conference on Industrial Engineering and Systems Management IESM 2009 May 13-15 MONTRÉAL - CANADA Duration Oriented Resource Allocation Strategy on Multiple Resources Projects under Stochastic
Approximating the Nondominated Front Using the Pareto Archived Evolution Strategy
Approximating the Nondominated Front Using the Pareto Archived Evolution Strategy Joshua D. Knowles School of Computer Science, Cybernetics and Electronic Engineering University of Reading Reading RG6
Solving Method for a Class of Bilevel Linear Programming based on Genetic Algorithms
Solving Method for a Class of Bilevel Linear Programming based on Genetic Algorithms G. Wang, Z. Wan and X. Wang Abstract The paper studies and designs an genetic algorithm (GA) of the bilevel linear programming
Improved Particle Swarm Optimization in Constrained Numerical Search Spaces
Improved Particle Swarm Optimization in Constrained Numerical Search Spaces Efrén Mezura-Montes and Jorge Isacc Flores-Mendoza Abstract This chapter presents a study about the behavior of Particle Swarm
AUTOMATIC ADJUSTMENT FOR LASER SYSTEMS USING A STOCHASTIC BINARY SEARCH ALGORITHM TO COPE WITH NOISY SENSING DATA
INTERNATIONAL JOURNAL ON SMART SENSING AND INTELLIGENT SYSTEMS, VOL. 1, NO. 2, JUNE 2008 AUTOMATIC ADJUSTMENT FOR LASER SYSTEMS USING A STOCHASTIC BINARY SEARCH ALGORITHM TO COPE WITH NOISY SENSING DATA
Empirically Identifying the Best Genetic Algorithm for Covering Array Generation
Empirically Identifying the Best Genetic Algorithm for Covering Array Generation Liang Yalan 1, Changhai Nie 1, Jonathan M. Kauffman 2, Gregory M. Kapfhammer 2, Hareton Leung 3 1 Department of Computer
Using simulation to calculate the NPV of a project
Using simulation to calculate the NPV of a project Marius Holtan Onward Inc. 5/31/2002 Monte Carlo simulation is fast becoming the technology of choice for evaluating and analyzing assets, be it pure financial
Optimization of PID parameters with an improved simplex PSO
Li et al. Journal of Inequalities and Applications (2015) 2015:325 DOI 10.1186/s13660-015-0785-2 R E S E A R C H Open Access Optimization of PID parameters with an improved simplex PSO Ji-min Li 1, Yeong-Cheng
A Method of Cloud Resource Load Balancing Scheduling Based on Improved Adaptive Genetic Algorithm
Journal of Information & Computational Science 9: 16 (2012) 4801 4809 Available at http://www.joics.com A Method of Cloud Resource Load Balancing Scheduling Based on Improved Adaptive Genetic Algorithm
Clustering and scheduling maintenance tasks over time
Clustering and scheduling maintenance tasks over time Per Kreuger 2008-04-29 SICS Technical Report T2008:09 Abstract We report results on a maintenance scheduling problem. The problem consists of allocating
A Genetic Algorithm Approach for Solving a Flexible Job Shop Scheduling Problem
A Genetic Algorithm Approach for Solving a Flexible Job Shop Scheduling Problem Sayedmohammadreza Vaghefinezhad 1, Kuan Yew Wong 2 1 Department of Manufacturing & Industrial Engineering, Faculty of Mechanical
A Binary Model on the Basis of Imperialist Competitive Algorithm in Order to Solve the Problem of Knapsack 1-0
212 International Conference on System Engineering and Modeling (ICSEM 212) IPCSIT vol. 34 (212) (212) IACSIT Press, Singapore A Binary Model on the Basis of Imperialist Competitive Algorithm in Order
Modern Optimization Methods for Big Data Problems MATH11146 The University of Edinburgh
Modern Optimization Methods for Big Data Problems MATH11146 The University of Edinburgh Peter Richtárik Week 3 Randomized Coordinate Descent With Arbitrary Sampling January 27, 2016 1 / 30 The Problem
MAGS An Approach Using Multi-Objective Evolutionary Algorithms for Grid Task Scheduling
Issue 2, Volume 5, 2011 117 MAGS An Approach Using Multi-Objective Evolutionary Algorithms for Grid Task Scheduling Miguel Camelo, Yezid Donoso, Harold Castro Systems and Computing Engineering Department
International Journal of Emerging Technologies in Computational and Applied Sciences (IJETCAS) www.iasir.net
International Association of Scientific Innovation and Research (IASIR) (An Association Unifying the Sciences, Engineering, and Applied Research) International Journal of Emerging Technologies in Computational
Multi-service Load Balancing in a Heterogeneous Network with Vertical Handover
1 Multi-service Load Balancing in a Heterogeneous Network with Vertical Handover Jie Xu, Member, IEEE, Yuming Jiang, Member, IEEE, and Andrew Perkis, Member, IEEE Abstract In this paper we investigate
The Trip Scheduling Problem
The Trip Scheduling Problem Claudia Archetti Department of Quantitative Methods, University of Brescia Contrada Santa Chiara 50, 25122 Brescia, Italy Martin Savelsbergh School of Industrial and Systems
Establishing a Mobile Conference Call Under Delay and Bandwidth Constraints
Establishing a Mobile Conference Call Under Delay and Bandwidth Constraints Amotz Bar-Noy Computer and Information Science Department Brooklyn College, CUNY, New York Email: [email protected]
Flexible Neural Trees Ensemble for Stock Index Modeling
Flexible Neural Trees Ensemble for Stock Index Modeling Yuehui Chen 1, Ju Yang 1, Bo Yang 1 and Ajith Abraham 2 1 School of Information Science and Engineering Jinan University, Jinan 250022, P.R.China
An evolutionary learning spam filter system
An evolutionary learning spam filter system Catalin Stoean 1, Ruxandra Gorunescu 2, Mike Preuss 3, D. Dumitrescu 4 1 University of Craiova, Romania, [email protected] 2 University of Craiova, Romania,
Figure 2.1: Center of mass of four points.
Chapter 2 Bézier curves are named after their inventor, Dr. Pierre Bézier. Bézier was an engineer with the Renault car company and set out in the early 196 s to develop a curve formulation which would
WORKFLOW ENGINE FOR CLOUDS
WORKFLOW ENGINE FOR CLOUDS By SURAJ PANDEY, DILEBAN KARUNAMOORTHY, and RAJKUMAR BUYYA Prepared by: Dr. Faramarz Safi Islamic Azad University, Najafabad Branch, Esfahan, Iran. Workflow Engine for clouds
Identifying Market Price Levels using Differential Evolution
Identifying Market Price Levels using Differential Evolution Michael Mayo University of Waikato, Hamilton, New Zealand [email protected] WWW home page: http://www.cs.waikato.ac.nz/~mmayo/ Abstract. Evolutionary
Introduction to time series analysis
Introduction to time series analysis Margherita Gerolimetto November 3, 2010 1 What is a time series? A time series is a collection of observations ordered following a parameter that for us is time. Examples
Offline sorting buffers on Line
Offline sorting buffers on Line Rohit Khandekar 1 and Vinayaka Pandit 2 1 University of Waterloo, ON, Canada. email: [email protected] 2 IBM India Research Lab, New Delhi. email: [email protected]
CHAPTER 3 SECURITY CONSTRAINED OPTIMAL SHORT-TERM HYDROTHERMAL SCHEDULING
60 CHAPTER 3 SECURITY CONSTRAINED OPTIMAL SHORT-TERM HYDROTHERMAL SCHEDULING 3.1 INTRODUCTION Optimal short-term hydrothermal scheduling of power systems aims at determining optimal hydro and thermal generations
SIMULATING CANCELLATIONS AND OVERBOOKING IN YIELD MANAGEMENT
CHAPTER 8 SIMULATING CANCELLATIONS AND OVERBOOKING IN YIELD MANAGEMENT In YM, one of the major problems in maximizing revenue is the number of cancellations. In industries implementing YM this is very
Evolutionary Multi-Objective Workflow Scheduling in Cloud
TRANSACTIONS ON PARALLEL AND DISTRIBUTED SYSTEMS 1 Evolutionary Multi-Objective Workflow Scheduling in Cloud Zhaomeng Zhu, Gongxuan Zhang, Senior Member, IEEE, Miqing Li, Xiaohui Liu Abstract Cloud computing
An Overview of Knowledge Discovery Database and Data mining Techniques
An Overview of Knowledge Discovery Database and Data mining Techniques Priyadharsini.C 1, Dr. Antony Selvadoss Thanamani 2 M.Phil, Department of Computer Science, NGM College, Pollachi, Coimbatore, Tamilnadu,
Appendix B Data Quality Dimensions
Appendix B Data Quality Dimensions Purpose Dimensions of data quality are fundamental to understanding how to improve data. This appendix summarizes, in chronological order of publication, three foundational
GA as a Data Optimization Tool for Predictive Analytics
GA as a Data Optimization Tool for Predictive Analytics Chandra.J 1, Dr.Nachamai.M 2,Dr.Anitha.S.Pillai 3 1Assistant Professor, Department of computer Science, Christ University, Bangalore,India, [email protected]
How To Balance In A Distributed System
6 IEEE TRANSACTIONS ON PARALLEL AND DISTRIBUTED SYSTEMS, VOL. 11, NO. 1, JANUARY 2000 How Useful Is Old Information? Michael Mitzenmacher AbstractÐWe consider the problem of load balancing in dynamic distributed
Maintenance scheduling by variable dimension evolutionary algorithms
Advances in Safety and Reliability Kołowrocki (ed.) 2005 Taylor & Francis Group, London, ISBN 0 415 38340 4 Maintenance scheduling by variable dimension evolutionary algorithms P. Limbourg & H.-D. Kochs
A Brief Study of the Nurse Scheduling Problem (NSP)
A Brief Study of the Nurse Scheduling Problem (NSP) Lizzy Augustine, Morgan Faer, Andreas Kavountzis, Reema Patel Submitted Tuesday December 15, 2009 0. Introduction and Background Our interest in the
