Robust Fitness Landscape based Multi-Objective Optimisation

Size: px
Start display at page:

Download "Robust Fitness Landscape based Multi-Objective Optimisation"

Transcription

1 Preprints of the 8th IFAC World Congress Milano (Italy) August 28 - September 2, 2 Robust Fitness Landscape based Multi-Objective Optimisation Shen Wang, Mahdi Mahfouf and Guangrui Zhang Department of Automatic Control and Systems Engineering, The University of Sheffield Sheffield, S 3JD, UK ( shen.wang@shef.ac.uk; m.mahfouf@shef.ac.uk; guangrui.zhang@shef.ac.uk). Abstract: Multi-objective optimisation is a challenging and essential topic of both engineering and computation fields. Population-based approaches are able to achieve a set of solutions as an approximation to the Pareto front and have therefore become popular. However, these algorithms have to use a significant number of evaluations to reach convergence, which can be time-consuming and/or economically expensive as far as real-world applications are concerned. Recently, an efficient hybrid framework, named EMO-FL, which combines a state-of-the-art multi-objective optimiser with an embedded approximate model of the objective functions, has been proposed to handle such problems. In this paper, a new multiobjective optimiser (DBSGA) is developed and successfully exploited to enhance the performance of this EMO-FL framework. Successful applications of the newly proposed algorithm include well-known challenging benchmark functions and the optimal design of alloy steels via the manipulation of chemical equations and processing conditions. Keywords: Multiobjective optimisation, Fitness Landscape, Evolutionary algorithms, Robustness, Search methods, Steel industry.. INTRODUCTION In a variety of real-world applications one should face the scenario where several objectives have to be optimised simultaneously. More often than not, objectives may conflict with each other leading to Multi-Objective Optimisation Problems (MOOPs). Solving MOOPs consists of finding a set of well distributed Pareto-optimal solutions along the Pareto front(s), which can represent the behaviour of all possible trade-off solutions. Evolutionary Algorithms (EAs) that maintain a population of solutions in each generation, instead of a single solution, are therefore able to address MOOPs in a single run. However, most of Multi-Objective Evolutionary Algorithms (MOEAs) require a number of evaluations to locate the Pareto-optimal solutions, which can be time-consuming or economically not viable. Hence, desired outcomes have to be reached using as a few evaluations as possible. The expensive optimisation has hitherto attracted increasingly more attention. One approach to handle such problems is to utilise a model to estimate the fitness of some or all of offsprings, known as fitness landscape in evolutionary optimisation. Some successful implementations can be found in the literature (Knowles, 25), (Nain and Deb, 23), and (Regis and Shoemaker, 24). A hybrid framework that combines a global model of the search space with the evolutionary optimisation paradigm was proposed and named EMO-FL (Efficient Multi-objective Optimisation with Fitness Landscape) (Wang and Mahfouf, 2). EMO-FL makes use of a global Multi-Layer Perceptron (MLP) model associated with Dynamic Selection of training data to accelerate NSGA-II (Deb et al., 22). The goal of this paper is to extend the framework of EMO-FL and enhance the efficiency of solving the problems that have many local Pareto-optimal fronts and the accuracy of the embedded MLP model. Firstly, a newly proposed MOEA is introduced to replace NSGA-II in the original EMO-FL framework. Secondly, the performance of the enhanced version is evaluated via a series of experiments carried-out on chosen test functions. This new version of EMO-FL is finally applied to the optimal design of alloy steels with respect to pre-specified mechanical properties, such as tensile strength and reduction of area. This paper is organised as follows. Section 2 presents a brief review of the original version of EMO-FL, including its achievements and shortcomings where improvements can be made accordingly. Section 3 outlines the methodology of the enhanced EMO-FL framework associated with a new sorting and selection scheme. Section 4 describes the simulation results conducted on some well-known benchmark test suites. Section 5 introduces the application of the proposed algorithm in the metal-making industry. Finally, Section 6 draws some pertinent conclusions and outlines potential future work. 2. REVIEW AND MOTIVATION The EMO-FL framework was originally implemented via a combination of NSGA-II and an MLP model. Compared with previous research (Deb et al., 2), this approach is able to locate the Pareto-optimal solutions of ZDT (Zitzler et al., 2) and DTLZ (Deb et al., 2) problems using fewer evaluations. EMO-FL also outperforms NSGA-II in the global optimisation due to the inclusion of the Controlled Reseeding operator. However, such benefits come with a price of a relatively complicated structure. Despite these achievements, some disadvantages of the employed optimiser may seriously influence the performance of the resulting EMO-FL. One crucial problem is the accuracy of the global MLP model, which affects the total performance significantly. Provided that the MLP structure is defined appropriately and an effective method for selecting training data is available, Copyright by the International Federation of Automatic Control (IFAC) 29

2 Preprints of the 8th IFAC World Congress Milano (Italy) August 28 - September 2, 2 the accuracy of the model largely depends on the distribution of training data over the entire search space. Within the framework of EMO-FL, all data used for training are the points that have been visited by the optimiser in past generations. However, the sorting and selection schemes of NSGA- II are inherently fitness-preferred, which is likely to lead to a biased search and non-uniformly distributed data records. Two cases are graphically presented in Fig.. Compared with the non-dominated solutions (black stars in the left plot), the dominated solutions (circles in the right plot) can prove helpful in updating the global approximate model although they are not the best candidates in the sense of Nondominated sorting. f (x) f 2 (x) f (x) Fig.. The non-dominated sorting leads to a biased search. The original version of EMO-FL suffers from a lack of selection pressure which is also caused by NSGA-II itself. Some domination-based MOEAs have been recognised for their in lack of selection pressure in latter runs. In the case of that all the current sub-optimal solutions, both parents and offsprings, are assigned as rank or belong to the first front (front-wise), no precise guidelines are available for the selection and reproduction operators to follow although some of them are closer to the Pareto fronts than others. This would make the algorithm itself fail to handle some particular problems where the global Pareto-optimal solutions weakly dominate the nearby sub-optimal ones. Moreover, the absence of an adequate selection pressure affects the entire system not to perform as efficiently as expected for solving problems that have many local Pareto-optimal fronts. It is worth noting that EMO-FL shows a similar search property with the embedded multi-objective optimiser. A diversity-preferred sorting and selection approach, which are able not only to provide appropriate selection pressure but also to maintain a reasonably good diversity of solutions during the entire optimisation process, is proposed here to improve the existing framework without any increase in complexity. 3. METHODOLOGY 3. Distance-Based Sorting and Selection f 2 (x) The proposed sorting method, called Distance-Based Sorting (DBS), aims at providing an important guideline to reproduction operators throughout the optimisation so that the associated MOEA can perform more efficiently than current domination-based approaches. The basic idea of DBS is to separate the search space into several identical subspaces where selection is mandatorily restricted. It should not be confused with the algorithms which make use of weighted aggregation and decomposition techniques; DBS attempts to only rank solutions. The detailed associated methodology is as follows: Step. Divide the insofar explored objective space into N identical subspaces; Step 2. In each subspace, solutions are ranked with respect to the Euclidean distance between the corresponding individuals and the pre-defined reference point. For instance, the solution that has the shortest Euclidean distance from reference point in a subpopulation is assigned as Rank. The second nearest one is such ranked 2 and so on. Because solutions in each subpopulation are separately sorted and isolated from those in other subpopulations, traditional selection schemes, such as tournament selection which is usually performed over all involved solutions, cannot be implemented with DBS. A simple approach for selecting parents for the next generation is hereby proposed to handle the associated problems. Two options are respectively provided for constructing DBSGA with a variable and a fixed population size, provided that the population size is larger than the number of subspaces. Adaptive Population: The best individual solutions which have the shortest Euclidean distance away from the reference point in each subspace are selected as parents for the next generation. Fixed Population: Firstly, all solutions that have a rank of are selected. An estimation of population density is then carried-out by counting the number of individuals located in each subspace. The solutions with rank 2 are sequentially selected from the sparser subspaces to the denser ones. DBS and the associated selection methods are inherently able to maintain a better diversity of solutions than the domination-based sorting approaches since elitist solutions are uniformly chosen over the entire search space explored so far. Furthermore, the solutions lying in a sparser subspace are given more priority than those in denser areas even if they are closer to the reference point. This behaviour can assist in improving the MLP model. A DBS-based MOEA can therefore be formulated for eliciting the enhanced version of EMO-FL. The Distance-Based Sorting Genetic Algorithm (DBSGA) is represented via the following pseudocode, using the operators and parameters of Table. Table. The operator and parameter Settings of DBSGA Operator/Parameter Details/Symbol Initialization Random Seeding Crossover Simulated Binary Crossover (P x, μ x ) Mutation Polynomial Mutation (P m, μ m ) Sorting Selection Population Size Generations Reference Point Distance-Based Sorting Best Individual of Sub-population N (Variable) λ Origin 29

3 Preprints of the 8th IFAC World Congress Milano (Italy) August 28 - September 2, 2 Procedure DBSGA Begin Initialization Randomly generate N seeds as parents; Recombination Implement crossover and mutation to reproduce 2N offsprings; Combine parents and offsprings to compose the overall population; Sorting and Selection Perform Distance-Based Sorting to rank all current solutions; Select N elitist solutions among the population; If the number of generations < λ; return to the step of Reproduction; else reported as the Pareto-optimal solutions; end end 3.2 The Enhanced EMO-FL Framework The overall structure of the enhanced EMO-FL framework is shown in Fig.2. Compared with the original version, NSGA- II is replaced by DBSGA as the main optimiser in Initialization, Controlled, and Uncontrolled processes. To initialise the entire mechanism, DBSGA is executed λ generations, defined as a cycle-length, to optimise the problem under investigation. All generated solutions and their objective values are stored in a database for creating and updating the MLP-based model. The MLP, widely known as a universal approximator, is able to represent high dimensional non-linear real-world problems in adequate predictive accuracy. Besides, a variety of mature training methods have already been developed. In this paper, the MLP model is initialised with two structures in order to provide adequate flexibility. It is reasonable to assume that one can always have an adequate level of information to estimate the maximal complexity of the problem at hand. A criterion, determining which structure is about to be used in the next cycle with respect to the current model predictive error, is also included. Provided that an adequately trained model is available, the optimiser can alternatively use the true objective functions or the MLP model to evaluate the offsprings under the Generation-based control (Jin et al., 22) in the controlled optimisation process. The control rule is defined as follows: where η represents the number of generations in which offsprings are evaluated using objective functions. η max and η min are the maximal and minimal values of η respectively,. E max is maximum value of the acceptable error. E(k) is the error of the MLP model in k-th cycle. The error, E(k), is required to describe the performance of the approximate model for all involved objectives. Moreover, the objectives may differ from each other in scale. A Root-Mean- Square of Combining Normalized Error (RMSCNE) is therefore derived to compute the overall model predictive error for MOOPs, i. e., where N is the number of objectives, P is the population size, y i (j) and y NN,i (j) are the values of the objective function and predictive output of the MLP model for the i-th solution and j-th objective respectively. In order to increase the usage of the trained model, an uncontrolled optimisation operation, where DBSGA works with the MLP model only, is subsequently carried-out. It is worth noting that neither the number of generations nor the population size affects the total evaluations since the objective values of all offsprings are estimated via the MLP model. The related parameters in this part are therefore adaptive, which enables EMO-FL to work faster than the optimiser by itself when the objectives are well fitted in a relatively large region. Solutions from both processes are sorted and selected so as to lead to the current elitists as long as the uncontrolled process finishes. The iteration will be repeated until desired outcomes are obtained or the pre-defined number of generations is reached. Fig. 2. The structure of the enhanced EMO-FL framework. 3.3 Training Data Selection and Controlled Reseeding An effective approach for selecting the training data for the MLP model, called Dynamic Selection, is included in this framework. The basic idea of this method tends to circumvent the challenges associated with real-world expensive optimisation problems, where no adequate data record is? 2 292

4 Preprints of the 8th IFAC World Congress Milano (Italy) August 28 - September 2, 2 available in advance or instantly collected data are not well distributed. The detailed implementation is described as follows. It is assumed that a set of data visited in past generations has been stored in the database. A total of N training data is required and d is the number of dimensions of the search space. n training data are necessarily selected from each dimension, n training = N training /d Step. Group all data records into p clusters via Fuzzy-C- Means algorithm. For each dimension, the search space is divided into p+ intervals, with width W(i) for i =, 2,... p+, (the width is the distance between every two closed clustering centres. For the first and last intervals, it can be computed with estimated upper and lower limits if not known exactly). Step 2. A Gaussian-type function can then be assigned to each of the p+ intervals. The height of each Gaussian function, φ(i), refers to the normalised width W(i)/W max. Step 3. Γ is a random number between and, By comparing Γ and φ(i), one of the intervals with φ(i) Γ is randomly chosen. γ (a reference mark for selecting training data in each dimension) can then be obtained as follows: (3) where σ is the width of the Gaussian distribution. Step 4. An ideal location of the training data in the current dimension can be calculated as follows. /2 (4) where C(i) is the centre of the chosen interval. Step 5. If no available data are present at the ideal position, the closest data point will be chosen and is then deleted from the database to avoid being selected more than once. Repeat Step 3 to Step 5 until n training is reached. Thereafter, Shift to another dimension until all dimensions are covered. Dynamic Selection allows the data that are located in sparser regions to be selected in priority. It also provides a possible way to extract the information about already explored regions in the search space, which can be shared to perform a Controlled Reseeding in the unexplored areas. This will assist the optimiser to find the global set of solutions. This process synergizes only with the MLP model, where no objective evaluation is required. 4. EXPERIMENTAL RESULTS In this section, a series of experiments were carried-out in order to check whether the enhanced framework can perform more efficiently for solving relatively difficult problems, compared with the original version. Furthermore, the new version should be able to represent a reasonably good MLPbased model as DBSGA can distribute the solutions more uniformly than NSGA-II. A. Parameter Settings The problems applied in this part were chosen from the wellknown benchmark test suites (Deb et al., 2) and given in Table 2. For a fairer comparative study, all parameter settings of the MLP-based model and genetic operators are the same as those used in the original version, as shown in Tables 3 and 4. Each experiment is executed via 2 independent runs. The results represent the average values of 2 runs. Table 2. The parameter settings of test functions Test Function Dimensions Number of Objectives ZDT4 2 DTLZ 7 3 DTLZ3 2 3 DTLZ6 2 3 DTLZ Table 3. The parameter settings of genetic operators Operator Parameter Value Crossover Probability Mutation Probability /dimension Crossover Index 5 Mutation Index 2 Population Size (Max.) Table 4. The parameter settings of the MLP-based model Name of Parameters Value Hidden Neurons in Structure Hidden Neurons in Structure 2 5 Size of Training Data/λ(η max ) 8/2(8) E max.5 Proportion of Selected Training Data B. Simulation Results EXPERIMENT I 6% (Training) 2% (Testing) 2% (Validation) In the first experiment, the enhanced EMO-FL was utilised to handle the problems that have either a weakly non-dominated Pareto front, such as DTLZ6, or many local Pareto-optimal fronts. The experimental results are graphically presented in Fig. 3. A comparison of simulation results conducted using both versions is described in Table 5. The difficulty of DTLZ6 makes most domination-based algorithms fail to approach its Pareto front. For DTLZ, 3 and ZDT4 where there are numerical local Pareto-optimal fronts, most MOEAs have to use tens of thousands of evaluations to converge to their global Pareto fronts. According to the simulation results presented in Table 5, the number of evaluations that are required to address these three problems is reduced by 8%, 25%, and 8% respectively. Furthermore, the proposed algorithm can successfully find the Pareto-optimal solutions of DTLZ6 in all 2 runs. 293

5 Preprints of the 8th IFAC World Congress Milano (Italy) August 28 - September 2, 2 f(3) f(3) f(2).5 The Pareto front of DTLZ Fig. 3. The experimental results of the chosen problems. Table 5. The comparison of simulation results conducted by both the enhanced and original EMO-FL Test Function New Version Evaluation Times Original Version ZDT DTLZ DTLZ DTLZ6 47 N/A EXPERIMENT II f() The Pareto front of DTLZ6.5 f(2).2.5 f() The goal of this experiment is to distinguish the effect, which is caused by the introduction of DBSGA, on the quality of the MLP-based model. Both versions of EMO-FL were applied on the chosen test functions, including DTLZ, DTLZ3, DTLZ7, and ZDT4. The means and variations of the Root- Mean-Square Combined Error (RMSCE), which is defined in (5), of the initial models over 2 runs are also computed. The results shown in Tables 6 and 7 illustrate a comparison of the accuracy of the initial model elicited in both versions.,.6 where N is the number of objective functions, P is the population size, y i (j) and y NN,i (j) are respectively the value of objective function and predictive output of the MLP model for the i-th solution and j-th objective. It is also worth noting that the initial approximate models of both versions should be derived based on the similar sample size (as shown in Table 6) for meaningful comparisons since the enhanced version has an adaptive population size. It can be seen that the accuracy of the initial MLP-based models in the enhanced version has been improved by approximate f(3) f(2) The Pareto front of DTLZ3 f(2) f() The Pareto front of ZDT4.5 f() 5 8% for DTLZ, 3 and ZDT4. The variations of the RMSCE are also significantly reduced for all test functions. Table 6. The RMSCE of the initial model of the enhanced EMO-FL framework Test Function Sample Size Average RMSCE Variation ZDT (e-4) DTLZ (e-4) DTLZ (e-4) DTLZ (e-3) 6.99 (e-9) Table 7. The RMSCE of the initial model of the original EMO-FL framework Test Function Sample Size Average RMSCE Variation ZDT (e-4) DTLZ (e-4) DTLZ (e-4) DTLZ (e-3).522 (e-7) 5. APPLICATIONS TO THE OPTIMAL DESIGN OF ALLOY STEELS In real-world applications, the optimisation problem usually involves multiple incommensurable and competing objectives. This is no exception for the steel industry. Some mechanical properties of alloy steels, which are usually considered as design targets, may conflict with each other, such as Ultimate Tensile Strength (UTS) and Reduction of Area (ROA), ROA reflecting the ductility of alloy-steel. The proposed approach is applied to the engineering problems relating to the simultaneous optimisation of UTS and ROA for a particular steel grade. Heat treatments are commonly used to develop the required mechanical properties in the steel industry. However, one can rarely compute the mechanical properties due to the available physical knowledge of heat treatments being inadequate. The data-driven models are therefore elicited for the prediction of the mechanical properties of alloy steels. In this research, all experiments are based on an artificial immune systems based multi-objective fuzzy model (Chen and Mahfouf, 29). There exist 4 and 28 embedded structures for the UTS and ROA predictions respectively in these models, which provide independent outputs. The average value of predictions of all these structures is used as the unique output. Moreover, the standard deviations (STDs) of the predictions of all structures in both models are also considered as constraints, in order to guarantee consistency of the model predictions. Many factors can influence the mechanical properties, including the weight percentages of the chemical composites, the tempering temperature, and other parameters. In this paper, the decision vector consists of the four most important chemical composites, Carbon (C), Molybdenum (Mo), Man- 294

6 Preprints of the 8th IFAC World Congress Milano (Italy) August 28 - September 2, 2 ganese (Mn), Chromium (Cr), as well as the tempering temperature. The parameters of the enhanced EMO-FL framework are same as those shown in Tables 2 and 3. EXPERIMENT The experiment aims to find the feasible space of the predictive model, where consistent predictions for both UTS and ROA can be achieved with the constraints of the pre-defined STDs. Two multi-objective problems were defined as follows: ). Maximizing UTS and ROA simultaneously, subject to the corresponding STDs, i.e. Maximize: UTS and ROA Subject to: STD UTS 2 and STD ROA 2 2). Minimizing UTS and ROA simultaneously, subject to the same STDs, i.e. Minimize: UTS and ROA Subject to: STD UTS 2 and STD ROA 2 The results are graphically shown in Fig. 4. The upper and lower figures present the simulation results obtained by the original and new versions respectively. With this comparison, it can be seen that the disconnected Pareto fronts (marked by stars) were successfully located via both versions. However, this is not enough for one to carry-out a reliable design since the information about the confidence field, where STDs of both objectives are strictly constrained, is not complete. Therefore, a two-step experiment was proposed in order to address such a problem. Firstly, the globally maximal and minimal Pareto fronts can be found as normal. Secondly, the ancillary front (marked by circles) can be achieved by moving the position of the reference point to the interested area. The entire feasible space of the predictive model is sketched by the updated boundary, as shown in the lower plot of Fig. 4. ROA (%) ROA (%) Pareto-front obtained by the Original EMO-FL UTS (N/mm 2 ) Pareto-front obtained by the Enhanced EMO-FL UTS (N/mm 2 ) Fig. 4. The Pareto front and ancillary boundary of the feasible space of the predictive model. 6. CONCLUSIONS AND FUTURE WORK New sorting and selection approaches have been reported in this research work, based upon which the distance-based sorting genetic algorithm was developed to enhance the framework of EMO-FL in several aspects, including the accuracy of the MLP-based model and the speed of convergence. Moreover, the benchmark problem of DTLZ6 that suffers from the fact that its Pareto front weakly dominates the nearby sub-optimal solutions was successfully addressed. Other simulations using well-known challenging benchmark test functions were carried-out. A comparative study between the enhanced and original EMO-FL proved that the improved version is much more efficient in solving relatively difficult MOOPs. However, it is worth noting that the distance-based sorting can only provide a uniformly distributed set of solutions since it is not domination-based. A domination-based archive operator is therefore required to extract the Paretooptimal solutions. Furthermore, an approach for adaptively defining the reference point will be investigated for the DBS to address even more complex real-world problems. REFERENCES Chen, J. and Mahfouf, M. (29) An Artificial Immune Systems based Predictive Modelling Approach for the Multi-Objective Elicitation of Mamdani Fuzzy Rules, in Proc. of The 29 Int. Conf. on SMC., pp Deb, K., Pratap, A., Agarwal, S., and Meyarivan, T. (22) A Fast and Elitist Multiobjective Genetic Algorithm: NSGA-II, IEEE Trans. Evol. Comput., vol. 6, no. 2, pp Deb, K., Thiele, L., Laumanns, M., and Zitzler, E. (2) Scalable Test Problems for Evolutionary Multi- Objective Optimization, Computer Engineering and Networks Laboratory (TIK), Swiss Federal Institute of Technology (ETH), Zurich, Switzerland, Tech. Rep. 2. Jin, Y., Olhofer, M., and Sendhoff, B. (22) A Framework for Evolutionary Optimization With Approximate Fitness Functions, IEEE Trans. Evol. Comput., vol. 6, no. 5, pp Knowles, J. (25) ParEGO: A Hybrid Algorithm With On- Line Landscape Approximation for Expensive Multiobjective Optimization Problems, IEEE Trans. Evol. Comput., vol., no., pp Nain, P. and Deb, K. (23) Computationally Effective Search and Optimization Procedure Using Coarse-to- Fine Approximations, in Proc. of The 23 Congr. Evol. Comput. (CEC), vol. 3, pp Regis, R. and Shoemaker, C. (24) Local Function Approximation in Evolutionary Algorithms for the Optimization of Costly Functions, IEEE Trans. Evol. Comput., vol. 8, no. 5, pp Wang, S. and Mahfouf, M. (2) Efficient Multi-Objective Optimization with Fitness Landscape - A Special Application to the Optimal Design of Alloy-Steels, in Proc. of The 2 Congr. Evol. Comput. (CEC), pp Zitzler, E., Deb, K., and Thiele, L. (2) Comparison of Multiobjective Evolutionary Algorithms: Empirical Results, Evolutionary Computation, vol. 8(2), pp

Achieving Desirable Gameplay Objectives by Niched Evolution of Game Parameters

Achieving Desirable Gameplay Objectives by Niched Evolution of Game Parameters Achieving Desirable Gameplay Objectives by Niched Evolution of Game Parameters Scott Watson, Andrew Vardy, Wolfgang Banzhaf Department of Computer Science Memorial University of Newfoundland St John s.

More information

Variable Size Population NSGA-II VPNSGA-II Technical Report Giovanni Rappa Queensland University of Technology (QUT), Brisbane, Australia 2014

Variable Size Population NSGA-II VPNSGA-II Technical Report Giovanni Rappa Queensland University of Technology (QUT), Brisbane, Australia 2014 Variable Size Population NSGA-II VPNSGA-II Technical Report Giovanni Rappa Queensland University of Technology (QUT), Brisbane, Australia 2014 1. Introduction Multi objective optimization is an active

More information

Department of Mechanical Engineering, Khon Kaen University, THAILAND, 40002

Department of Mechanical Engineering, Khon Kaen University, THAILAND, 40002 366 KKU Res. J. 2012; 17(3) KKU Res. J. 2012; 17(3):366-374 http : //resjournal.kku.ac.th Multi Objective Evolutionary Algorithms for Pipe Network Design and Rehabilitation: Comparative Study on Large

More information

Available online at ScienceDirect. Procedia Computer Science 24 (2013 ) 66 75

Available online at   ScienceDirect. Procedia Computer Science 24 (2013 ) 66 75 Available online at www.sciencedirect.com ScienceDirect Procedia Computer Science 24 (2013 ) 66 75 17th Asia Pacific Symposium on Intelligent and Evolutionary Systems, IES2013 Dynamic Multiobjective Optimization

More information

Smart Grid Reconfiguration Using Genetic Algorithm and NSGA-II

Smart Grid Reconfiguration Using Genetic Algorithm and NSGA-II Smart Grid Reconfiguration Using Genetic Algorithm and NSGA-II 1 * Sangeeta Jagdish Gurjar, 2 Urvish Mewada, 3 * Parita Vinodbhai Desai 1 Department of Electrical Engineering, AIT, Gujarat Technical University,

More information

Multi-objective Optimization Inspired by Nature

Multi-objective Optimization Inspired by Nature Evolutionary algorithms Multi-objective Optimization Inspired by Nature Jürgen Branke Institute AIFB University of Karlsruhe, Germany Karlsruhe Institute of Technology Darwin s principle of natural evolution:

More information

Reducing the Computational Cost in Multi-objective Evolutionary Algorithms by Filtering Worthless Individuals

Reducing the Computational Cost in Multi-objective Evolutionary Algorithms by Filtering Worthless Individuals www.ijcsi.org 170 Reducing the Computational Cost in Multi-objective Evolutionary Algorithms by Filtering Worthless Individuals Zahra Pourbahman 1, Ali Hamzeh 2 1 Department of Electronic and Computer

More information

Multilayer Perceptron: NSGA II for a New Multi-Objective Learning Method for Training and Model Complexity

Multilayer Perceptron: NSGA II for a New Multi-Objective Learning Method for Training and Model Complexity Multilayer Perceptron: NSGA II for a New Multi-Objective Learning Method for Training and Model Complexity Kaoutar Senhaji 1*, Hassan Ramchoun 1, Mohamed Ettaouil 1 1*, 1 Modeling and Scientific Computing

More information

EVOLUTIONARY ALGORITHMS FOR MULTIOBJECTIVE OPTIMIZATION

EVOLUTIONARY ALGORITHMS FOR MULTIOBJECTIVE OPTIMIZATION EVOLUTIONARY METHODS FOR DESIGN, OPTIMISATION AND CONTROL K. Giannakoglou, D. Tsahalis, J. Periaux, K. Papailiou and T. Fogarty (Eds.) c CIMNE, Barcelona, Spain 2002 EVOLUTIONARY ALGORITHMS FOR MULTIOBJECTIVE

More information

THE area of multi-objective optimization has developed. Pareto or Non-Pareto: Bi-Criterion Evolution in Multi-Objective Optimization

THE area of multi-objective optimization has developed. Pareto or Non-Pareto: Bi-Criterion Evolution in Multi-Objective Optimization IEEE TRANSACTIONS ON EVOLUTIONARY COMPUTATION, VOL. XX, NO. YY, MONTH YEAR 1 Pareto or Non-Pareto: Bi-Criterion Evolution in Multi-Objective Optimization Miqing Li, Shengxiang Yang, Senior Member, IEEE,

More information

Bi-Goal Evolution for Many-Objective Optimization Problems

Bi-Goal Evolution for Many-Objective Optimization Problems Bi-Goal Evolution for Many-Objective Optimization Problems Miqing Li a, Shengxiang Yang b,, Xiaohui Liu a a Department of Computer Science, Brunel University, London UB8 3PH, U. K. b Centre for Computational

More information

Applying Mechanism of Crowd in Evolutionary MAS for Multiobjective Optimisation

Applying Mechanism of Crowd in Evolutionary MAS for Multiobjective Optimisation Applying Mechanism of Crowd in Evolutionary MAS for Multiobjective Optimisation Marek Kisiel-Dorohinicki Λ Krzysztof Socha y Adam Gagatek z Abstract This work introduces a new evolutionary approach to

More information

Research Article Single- versus Multiobjective Optimization for Evolution of Neural Controllers in Ms. Pac-Man

Research Article Single- versus Multiobjective Optimization for Evolution of Neural Controllers in Ms. Pac-Man Computer Games Technology Volume 2013, Article ID 170914, 7 pages http://dx.doi.org/10.1155/2013/170914 Research Article Single- versus Multiobjective Optimization for Evolution of Neural Controllers in

More information

SECTOR SYNTHESIS OF ANTENNA ARRAY USING GENETIC ALGORITHM

SECTOR SYNTHESIS OF ANTENNA ARRAY USING GENETIC ALGORITHM 2005-2008 JATIT. All rights reserved. SECTOR SYNTHESIS OF ANTENNA ARRAY USING GENETIC ALGORITHM 1 Abdelaziz A. Abdelaziz and 2 Hanan A. Kamal 1 Assoc. Prof., Department of Electrical Engineering, Faculty

More information

2 M.W. LIU, Y. OEDA and T. SUMI Many of the past research effort were conducted to examine various signal timing optimization methods with different s

2 M.W. LIU, Y. OEDA and T. SUMI Many of the past research effort were conducted to examine various signal timing optimization methods with different s Memoirs of the Faculty of Engineering, Kyushu University, Vol.78, No.4, December 2018 Multi-Objective Optimization of Intersection Signal Time Based on Genetic Algorithm by Mingwei LIU*, Yoshinao OEDA

More information

INTEGRATED CIRCUIT CHANNEL ROUTING USING A PARETO-OPTIMAL GENETIC ALGORITHM

INTEGRATED CIRCUIT CHANNEL ROUTING USING A PARETO-OPTIMAL GENETIC ALGORITHM Journal of Circuits, Systems, and Computers Vol. 21, No. 5 (2012) 1250041 (13 pages) #.c World Scienti c Publishing Company DOI: 10.1142/S0218126612500417 INTEGRATED CIRCUIT CHANNEL ROUTING USING A PARETO-OPTIMAL

More information

Mehrdad Amirghasemi a* Reza Zamani a

Mehrdad Amirghasemi a* Reza Zamani a The roles of evolutionary computation, fitness landscape, constructive methods and local searches in the development of adaptive systems for infrastructure planning Mehrdad Amirghasemi a* Reza Zamani a

More information

MANY real-world optimization problems can be summarized. Push and Pull Search for Solving Constrained Multi-objective Optimization Problems

MANY real-world optimization problems can be summarized. Push and Pull Search for Solving Constrained Multi-objective Optimization Problems JOURNAL OF LATEX CLASS FILES, VOL., NO. 8, AUGUST Push and Pull Search for Solving Constrained Multi-objective Optimization Problems Zhun Fan, Senior Member, IEEE, Wenji Li, Xinye Cai, Hui Li, Caimin Wei,

More information

Evolution of Sensor Suites for Complex Environments

Evolution of Sensor Suites for Complex Environments Evolution of Sensor Suites for Complex Environments Annie S. Wu, Ayse S. Yilmaz, and John C. Sciortino, Jr. Abstract We present a genetic algorithm (GA) based decision tool for the design and configuration

More information

TABLE OF CONTENTS CHAPTER NO. TITLE PAGE NO. LIST OF TABLES LIST OF FIGURES LIST OF SYMBOLS AND ABBREVIATIONS

TABLE OF CONTENTS CHAPTER NO. TITLE PAGE NO. LIST OF TABLES LIST OF FIGURES LIST OF SYMBOLS AND ABBREVIATIONS vi TABLE OF CONTENTS CHAPTER TITLE PAGE ABSTRACT LIST OF TABLES LIST OF FIGURES LIST OF SYMBOLS AND ABBREVIATIONS iii viii x xiv 1 INTRODUCTION 1 1.1 DISK SCHEDULING 1 1.2 WINDOW-CONSTRAINED SCHEDULING

More information

Wire Layer Geometry Optimization using Stochastic Wire Sampling

Wire Layer Geometry Optimization using Stochastic Wire Sampling Wire Layer Geometry Optimization using Stochastic Wire Sampling Raymond A. Wildman*, Joshua I. Kramer, Daniel S. Weile, and Philip Christie Department University of Delaware Introduction Is it possible

More information

Pareto Evolution and Co-Evolution in Cognitive Neural Agents Synthesis for Tic-Tac-Toe

Pareto Evolution and Co-Evolution in Cognitive Neural Agents Synthesis for Tic-Tac-Toe Proceedings of the 27 IEEE Symposium on Computational Intelligence and Games (CIG 27) Pareto Evolution and Co-Evolution in Cognitive Neural Agents Synthesis for Tic-Tac-Toe Yi Jack Yau, Jason Teo and Patricia

More information

An Hybrid MLP-SVM Handwritten Digit Recognizer

An Hybrid MLP-SVM Handwritten Digit Recognizer An Hybrid MLP-SVM Handwritten Digit Recognizer A. Bellili ½ ¾ M. Gilloux ¾ P. Gallinari ½ ½ LIP6, Université Pierre et Marie Curie ¾ La Poste 4, Place Jussieu 10, rue de l Ile Mabon, BP 86334 75252 Paris

More information

A Jumping Gene Algorithm for Multiobjective Resource Management in Wideband CDMA Systems

A Jumping Gene Algorithm for Multiobjective Resource Management in Wideband CDMA Systems The Author 2005. Published by Oxford University Press on behalf of The British Computer Society. All rights reserved. For Permissions, please email: journals.permissions@oxfordjournals.org Advance Access

More information

Publication P IEEE. Reprinted with permission.

Publication P IEEE. Reprinted with permission. P3 Publication P3 J. Martikainen and S. J. Ovaska function approximation by neural networks in the optimization of MGP-FIR filters in Proc. of the IEEE Mountain Workshop on Adaptive and Learning Systems

More information

MULTI-objective optimization problems (MOPs) are

MULTI-objective optimization problems (MOPs) are IEEE TRANSACTIONS ON EVOLUTIONARY COMPUTATION, VOL., NO., MONTH YEAR A Classification Based Surrogate-Assisted Evolutionary Algorithm for Expensive Many-Objective Optimization Linqiang Pan, Cheng He, Ye

More information

Parallel Genetic Algorithm Based Thresholding for Image Segmentation

Parallel Genetic Algorithm Based Thresholding for Image Segmentation Parallel Genetic Algorithm Based Thresholding for Image Segmentation P. Kanungo NIT, Rourkela IPCV Lab. Department of Electrical Engineering p.kanungo@yahoo.co.in P. K. Nanda NIT Rourkela IPCV Lab. Department

More information

Evolutionary Multi-Objective Optimisation with a Hybrid Representation

Evolutionary Multi-Objective Optimisation with a Hybrid Representation Evolutionary Multi-Objective Optimisation with a ybrid Representation Tatsuya Okabe onda Research Institute Europe Carl-Legien Strasse, 67 Offenbach/M, Germany tatsuya.okabe@honda-ri.de Yaochu Jin onda

More information

Annual Conference of the IEEE Industrial Electronics Society - IECON(39.,2013, Vienna, Áustria

Annual Conference of the IEEE Industrial Electronics Society - IECON(39.,2013, Vienna, Áustria Universidade de São Paulo Biblioteca Digital da Produção Intelectual - BDPI Departamento de Engenharia Elétrica - EESC/SEL Comunicações em Eventos - EESC/SEL 2013-11 Combining subpopulation tables, nondominated

More information

An Improved Epsilon Constraint Handling Method Embedded in MOEA/D for Constrained Multi-objective Optimization Problems

An Improved Epsilon Constraint Handling Method Embedded in MOEA/D for Constrained Multi-objective Optimization Problems An Improved Epsilon Constraint Handling Method Embedded in MOEA/D for Constrained Multi-objective Optimization Problems Zhun Fan Guangdong Provincial Key Laboratory of Digital Signal and Image Processing,

More information

An Improved NSGA-II and its Application for Reconfigurable Pixel Antenna Design

An Improved NSGA-II and its Application for Reconfigurable Pixel Antenna Design RADIOEGIEERIG, VOL., O., JUE 4 7 An Improved SGA-II and its Application for Reconfigurable Pixel Antenna Design Yan-Liang LI, Wei SHAO, Jing-Ting WAG, Haibo CHE School of Physical Electronics, University

More information

Submitted November 19, 1989 to 2nd Conference Economics and Artificial Intelligence, July 2-6, 1990, Paris

Submitted November 19, 1989 to 2nd Conference Economics and Artificial Intelligence, July 2-6, 1990, Paris 1 Submitted November 19, 1989 to 2nd Conference Economics and Artificial Intelligence, July 2-6, 1990, Paris DISCOVERING AN ECONOMETRIC MODEL BY. GENETIC BREEDING OF A POPULATION OF MATHEMATICAL FUNCTIONS

More information

Nonuniform multi level crossing for signal reconstruction

Nonuniform multi level crossing for signal reconstruction 6 Nonuniform multi level crossing for signal reconstruction 6.1 Introduction In recent years, there has been considerable interest in level crossing algorithms for sampling continuous time signals. Driven

More information

Available online at ScienceDirect. Procedia CIRP 17 (2014 ) 82 87

Available online at   ScienceDirect. Procedia CIRP 17 (2014 ) 82 87 Available online at www.sciencedirect.com ScienceDirect Procedia CIRP 17 (2014 ) 82 87 Variety Management in Manufacturing. Proceedings of the 47th CIRP Conference on Manufacturing Systems Efficient Multi-Objective

More information

Evolutionary Optimization for the Channel Assignment Problem in Wireless Mobile Network

Evolutionary Optimization for the Channel Assignment Problem in Wireless Mobile Network (649 -- 917) Evolutionary Optimization for the Channel Assignment Problem in Wireless Mobile Network Y.S. Chia, Z.W. Siew, S.S. Yang, H.T. Yew, K.T.K. Teo Modelling, Simulation and Computing Laboratory

More information

The Simulated Location Accuracy of Integrated CCGA for TDOA Radio Spectrum Monitoring System in NLOS Environment

The Simulated Location Accuracy of Integrated CCGA for TDOA Radio Spectrum Monitoring System in NLOS Environment The Simulated Location Accuracy of Integrated CCGA for TDOA Radio Spectrum Monitoring System in NLOS Environment ao-tang Chang 1, Hsu-Chih Cheng 2 and Chi-Lin Wu 3 1 Department of Information Technology,

More information

DESIGNING POWER SYSTEM STABILIZER FOR MULTIMACHINE POWER SYSTEM USING NEURO-FUZZY ALGORITHM

DESIGNING POWER SYSTEM STABILIZER FOR MULTIMACHINE POWER SYSTEM USING NEURO-FUZZY ALGORITHM DESIGNING POWER SYSTEM STABILIZER FOR MULTIMACHINE POWER SYSTEM 55 Jurnal Teknologi, 35(D) Dis. 2001: 55 64 Universiti Teknologi Malaysia DESIGNING POWER SYSTEM STABILIZER FOR MULTIMACHINE POWER SYSTEM

More information

Evolutionary Approach to Approximate Digital Circuits Design

Evolutionary Approach to Approximate Digital Circuits Design The final version of record is available at http://dx.doi.org/1.119/tevc.21.233175 IEEE TRANSACTIONS ON EVOLUTIONARY COMPUTATION 1 Evolutionary Approach to Approximate Digital Circuits Design Zdenek Vasicek

More information

GA Optimization for RFID Broadband Antenna Applications. Stefanie Alki Delichatsios MAS.862 May 22, 2006

GA Optimization for RFID Broadband Antenna Applications. Stefanie Alki Delichatsios MAS.862 May 22, 2006 GA Optimization for RFID Broadband Antenna Applications Stefanie Alki Delichatsios MAS.862 May 22, 2006 Overview Introduction What is RFID? Brief explanation of Genetic Algorithms Antenna Theory and Design

More information

BIEB 143 Spring 2018 Weeks 8-10 Game Theory Lab

BIEB 143 Spring 2018 Weeks 8-10 Game Theory Lab BIEB 143 Spring 2018 Weeks 8-10 Game Theory Lab Please read and follow this handout. Read a section or paragraph completely before proceeding to writing code. It is important that you understand exactly

More information

Optimization of Time of Day Plan Scheduling Using a Multi-Objective Evolutionary Algorithm

Optimization of Time of Day Plan Scheduling Using a Multi-Objective Evolutionary Algorithm University of Nebraska - Lincoln DigitalCommons@University of Nebraska - Lincoln Civil Engineering Faculty Publications Civil Engineering 1-2005 Optimization of Time of Day Plan Scheduling Using a Multi-Objective

More information

MULTI OBJECTIVE ECONOMIC DISPATCH USING PARETO FRONTIER DIFFERENTIAL EVOLUTION

MULTI OBJECTIVE ECONOMIC DISPATCH USING PARETO FRONTIER DIFFERENTIAL EVOLUTION MULTI OBJECTIVE ECONOMIC DISPATCH USING PARETO FRONTIER DIFFERENTIAL EVOLUTION JAGADEESH GUNDA Department of Electrical Engineering, National Institute of Technology, Durgapur, India-713209 jack.jagadeesh@gmail.com

More information

State assignment for Sequential Circuits using Multi- Objective Genetic Algorithm

State assignment for Sequential Circuits using Multi- Objective Genetic Algorithm State assignment for Sequential Circuits using Multi- Objective Genetic Algorithm Journal: Manuscript ID: CDT-2010-0045.R2 Manuscript Type: Research Paper Date Submitted by the Author: n/a Complete List

More information

A Comparison of Particle Swarm Optimization and Gradient Descent in Training Wavelet Neural Network to Predict DGPS Corrections

A Comparison of Particle Swarm Optimization and Gradient Descent in Training Wavelet Neural Network to Predict DGPS Corrections Proceedings of the World Congress on Engineering and Computer Science 00 Vol I WCECS 00, October 0-, 00, San Francisco, USA A Comparison of Particle Swarm Optimization and Gradient Descent in Training

More information

MAGNT Research Report (ISSN ) Vol.6(1). PP , Controlling Cost and Time of Construction Projects Using Neural Network

MAGNT Research Report (ISSN ) Vol.6(1). PP , Controlling Cost and Time of Construction Projects Using Neural Network Controlling Cost and Time of Construction Projects Using Neural Network Li Ping Lo Faculty of Computer Science and Engineering Beijing University China Abstract In order to achieve optimized management,

More information

Multitree Decoding and Multitree-Aided LDPC Decoding

Multitree Decoding and Multitree-Aided LDPC Decoding Multitree Decoding and Multitree-Aided LDPC Decoding Maja Ostojic and Hans-Andrea Loeliger Dept. of Information Technology and Electrical Engineering ETH Zurich, Switzerland Email: {ostojic,loeliger}@isi.ee.ethz.ch

More information

Load frequency control in two area multi units Interconnected Power System using Multi objective Genetic Algorithm

Load frequency control in two area multi units Interconnected Power System using Multi objective Genetic Algorithm Load frequency control in two area multi units Interconnected Power System using Multi objective Genetic Algorithm V. JEYALAKSHMI * P. SUBBURAJ ** Electrical and Electronics Engineering Department *PSN

More information

A Learning Automata based Multiobjective Hyper-heuristic

A Learning Automata based Multiobjective Hyper-heuristic A Learning Automata based Multiobjective Hyper-heuristic Journal: Transactions on Evolutionary Computation Manuscript ID TEVC--.R Manuscript Type: Regular Papers Date Submitted by the Author: n/a Complete

More information

Evolutionary Multiobjective Optimization Algorithms For Induction Motor Design A Study

Evolutionary Multiobjective Optimization Algorithms For Induction Motor Design A Study Evolutionary Multiobjective Optimization Algorithms For Induction Motor Design A Study S.Yasodha 1, K.Ramesh 2, P.Ponmurugan 3 1 PG Scholar, Department of Electrical Engg., Vivekanandha College of Engg.

More information

Visualizing Multi-Dimensional Pareto-Optimal Fronts with a 3D Virtual Reality System

Visualizing Multi-Dimensional Pareto-Optimal Fronts with a 3D Virtual Reality System Proceedings of the International Multiconference on Computer Science and Information Technology pp. 907 913 ISBN 978-83-60810-14-9 ISSN 1896-7094 Visualizing Multi-Dimensional Pareto-Optimal Fronts with

More information

Some Properties of RBF Network with Applications to System Identification

Some Properties of RBF Network with Applications to System Identification Some Properties of RBF Network with Applications to System Identification M. Y. Mashor School of Electrical and Electronic Engineering, University Science of Malaysia, Perak Branch Campus, 31750 Tronoh,

More information

Economic optimisation of an ore processing plant with a constrained multi-objective evolutionary algorithm

Economic optimisation of an ore processing plant with a constrained multi-objective evolutionary algorithm Economic optimisation of an ore processing plant with a constrained multi-objective evolutionary algorithm Simon Huband 1, Lyndon While 2, David Tuppurainen 3, Philip Hingston 1, Luigi Barone 2, and Ted

More information

Vesselin K. Vassilev South Bank University London Dominic Job Napier University Edinburgh Julian F. Miller The University of Birmingham Birmingham

Vesselin K. Vassilev South Bank University London Dominic Job Napier University Edinburgh Julian F. Miller The University of Birmingham Birmingham Towards the Automatic Design of More Efficient Digital Circuits Vesselin K. Vassilev South Bank University London Dominic Job Napier University Edinburgh Julian F. Miller The University of Birmingham Birmingham

More information

A Genetic Algorithm for Solving Beehive Hidato Puzzles

A Genetic Algorithm for Solving Beehive Hidato Puzzles A Genetic Algorithm for Solving Beehive Hidato Puzzles Matheus Müller Pereira da Silva and Camila Silva de Magalhães Universidade Federal do Rio de Janeiro - UFRJ, Campus Xerém, Duque de Caxias, RJ 25245-390,

More information

Evolutionary Neural Networks for Non-Player Characters in Quake III

Evolutionary Neural Networks for Non-Player Characters in Quake III Evolutionary Neural Networks for Non-Player Characters in Quake III Joost Westra and Frank Dignum Abstract Designing and implementing the decisions of Non- Player Characters in first person shooter games

More information

DETECTION AND CLASSIFICATION OF POWER QUALITY DISTURBANCES

DETECTION AND CLASSIFICATION OF POWER QUALITY DISTURBANCES DETECTION AND CLASSIFICATION OF POWER QUALITY DISTURBANCES Ph.D. THESIS by UTKARSH SINGH INDIAN INSTITUTE OF TECHNOLOGY ROORKEE ROORKEE-247 667 (INDIA) OCTOBER, 2017 DETECTION AND CLASSIFICATION OF POWER

More information

How to divide things fairly

How to divide things fairly MPRA Munich Personal RePEc Archive How to divide things fairly Steven Brams and D. Marc Kilgour and Christian Klamler New York University, Wilfrid Laurier University, University of Graz 6. September 2014

More information

Optimization of Tile Sets for DNA Self- Assembly

Optimization of Tile Sets for DNA Self- Assembly Optimization of Tile Sets for DNA Self- Assembly Joel Gawarecki Department of Computer Science Simpson College Indianola, IA 50125 joel.gawarecki@my.simpson.edu Adam Smith Department of Computer Science

More information

Performance Optimization of the Multi-Pumped Raman Optical Amplifier using MOICA

Performance Optimization of the Multi-Pumped Raman Optical Amplifier using MOICA Performance Optimization of the Multi-Pumped Raman Optical Amplifier using MOICA Mohsen Katebi Jahromi Department of Electronic Safashahr branch, Islamic Azad University Safashahr, Iran Seyed Mojtaba Saif

More information

PID Controller Design Based on Radial Basis Function Neural Networks for the Steam Generator Level Control

PID Controller Design Based on Radial Basis Function Neural Networks for the Steam Generator Level Control BULGARIAN ACADEMY OF SCIENCES CYBERNETICS AND INFORMATION TECHNOLOGIES Volume 6 No 5 Special Issue on Application of Advanced Computing and Simulation in Information Systems Sofia 06 Print ISSN: 3-970;

More information

Address Non-constrained Multi-objective Design Problem using Layered Pareto Frontiers: A Case Study of a CubeSat Design

Address Non-constrained Multi-objective Design Problem using Layered Pareto Frontiers: A Case Study of a CubeSat Design Address Non-constrained Multi-objective Design Problem using Layered Pareto Frontiers: A Case Study of a CubeSat Design Never Stand Still UNSW Canberra School of Engineering and Information Telecommunication

More information

An Improved Path Planning Method Based on Artificial Potential Field for a Mobile Robot

An Improved Path Planning Method Based on Artificial Potential Field for a Mobile Robot BULGARIAN ACADEMY OF SCIENCES CYBERNETICS AND INFORMATION TECHNOLOGIES Volume 15, No Sofia 015 Print ISSN: 1311-970; Online ISSN: 1314-4081 DOI: 10.1515/cait-015-0037 An Improved Path Planning Method Based

More information

Cover Page. The handle holds various files of this Leiden University dissertation.

Cover Page. The handle  holds various files of this Leiden University dissertation. Cover Page The handle http://hdl.handle.net/17/55 holds various files of this Leiden University dissertation. Author: Koch, Patrick Title: Efficient tuning in supervised machine learning Issue Date: 13-1-9

More information

Force-based Cooperative Search Directions in Evolutionary Multi-objective Optimization

Force-based Cooperative Search Directions in Evolutionary Multi-objective Optimization Force-based Cooperative Search Directions in Evolutionary Multi-objective Optimization Bilel Derbel Dimo Brockhoff Arnaud Liefooghe Univ. Lille 1 INRIA Lille Nord Europe Univ. Lille 1 INRIA Lille Nord

More information

NEURO-ACTIVE NOISE CONTROL USING A DECOUPLED LINEAIUNONLINEAR SYSTEM APPROACH

NEURO-ACTIVE NOISE CONTROL USING A DECOUPLED LINEAIUNONLINEAR SYSTEM APPROACH FIFTH INTERNATIONAL CONGRESS ON SOUND AND VIBRATION DECEMBER 15-18, 1997 ADELAIDE, SOUTH AUSTRALIA NEURO-ACTIVE NOISE CONTROL USING A DECOUPLED LINEAIUNONLINEAR SYSTEM APPROACH M. O. Tokhi and R. Wood

More information

A DISTRIBUTED POOL ARCHITECTURE FOR GENETIC ALGORITHMS. A Thesis GAUTAM SAMARENDRA N ROY

A DISTRIBUTED POOL ARCHITECTURE FOR GENETIC ALGORITHMS. A Thesis GAUTAM SAMARENDRA N ROY A DISTRIBUTED POOL ARCHITECTURE FOR GENETIC ALGORITHMS A Thesis by GAUTAM SAMARENDRA N ROY Submitted to the Office of Graduate Studies of Texas A&M University in partial fulfillment of the requirements

More information

Improvement of Robot Path Planning Using Particle. Swarm Optimization in Dynamic Environments. with Mobile Obstacles and Target

Improvement of Robot Path Planning Using Particle. Swarm Optimization in Dynamic Environments. with Mobile Obstacles and Target Advanced Studies in Biology, Vol. 3, 2011, no. 1, 43-53 Improvement of Robot Path Planning Using Particle Swarm Optimization in Dynamic Environments with Mobile Obstacles and Target Maryam Yarmohamadi

More information

Multiobjective Optimization Using Genetic Algorithm

Multiobjective Optimization Using Genetic Algorithm Multiobjective Optimization Using Genetic Algorithm Md. Saddam Hossain Mukta 1, T.M. Rezwanul Islam 2 and Sadat Maruf Hasnayen 3 1,2,3 Department of Computer Science and Information Technology, Islamic

More information

Chapter 5 OPTIMIZATION OF BOW TIE ANTENNA USING GENETIC ALGORITHM

Chapter 5 OPTIMIZATION OF BOW TIE ANTENNA USING GENETIC ALGORITHM Chapter 5 OPTIMIZATION OF BOW TIE ANTENNA USING GENETIC ALGORITHM 5.1 Introduction This chapter focuses on the use of an optimization technique known as genetic algorithm to optimize the dimensions of

More information

Creating a Dominion AI Using Genetic Algorithms

Creating a Dominion AI Using Genetic Algorithms Creating a Dominion AI Using Genetic Algorithms Abstract Mok Ming Foong Dominion is a deck-building card game. It allows for complex strategies, has an aspect of randomness in card drawing, and no obvious

More information

DISTRIBUTION NETWORK RECONFIGURATION FOR LOSS MINIMISATION USING DIFFERENTIAL EVOLUTION ALGORITHM

DISTRIBUTION NETWORK RECONFIGURATION FOR LOSS MINIMISATION USING DIFFERENTIAL EVOLUTION ALGORITHM DISTRIBUTION NETWORK RECONFIGURATION FOR LOSS MINIMISATION USING DIFFERENTIAL EVOLUTION ALGORITHM K. Sureshkumar 1 and P. Vijayakumar 2 1 Department of Electrical and Electronics Engineering, Velammal

More information

A Systems Approach to Evolutionary Multi-Objective Structural Optimization and Beyond

A Systems Approach to Evolutionary Multi-Objective Structural Optimization and Beyond 1 A Systems Approach to Evolutionary Multi-Objective Structural Optimization and Beyond Yaochu Jin and Bernhard Sendhoff Abstract Multi-objective evolutionary algorithms (MOEAs) have shown to be effective

More information

DESIGN OF FOLDED WIRE LOADED ANTENNAS USING BI-SWARM DIFFERENTIAL EVOLUTION

DESIGN OF FOLDED WIRE LOADED ANTENNAS USING BI-SWARM DIFFERENTIAL EVOLUTION Progress In Electromagnetics Research Letters, Vol. 24, 91 98, 2011 DESIGN OF FOLDED WIRE LOADED ANTENNAS USING BI-SWARM DIFFERENTIAL EVOLUTION J. Li 1, 2, * and Y. Y. Kyi 2 1 Northwestern Polytechnical

More information

Fast Placement Optimization of Power Supply Pads

Fast Placement Optimization of Power Supply Pads Fast Placement Optimization of Power Supply Pads Yu Zhong Martin D. F. Wong Dept. of Electrical and Computer Engineering Dept. of Electrical and Computer Engineering Univ. of Illinois at Urbana-Champaign

More information

OFDM Systems Resource Allocation using Multi- Objective Particle Swarm Optimization

OFDM Systems Resource Allocation using Multi- Objective Particle Swarm Optimization OFDM Systems Resource Allocation using Multi- Objective Particle Swarm Optimization Rajendrasingh Annauth 1 and Harry C.S.Rughooputh 2 1 Department of Electrical and Electronic Engineering, University

More information

A Comparative Study of Quality of Service Routing Schemes That Tolerate Imprecise State Information

A Comparative Study of Quality of Service Routing Schemes That Tolerate Imprecise State Information A Comparative Study of Quality of Service Routing Schemes That Tolerate Imprecise State Information Xin Yuan Wei Zheng Department of Computer Science, Florida State University, Tallahassee, FL 330 {xyuan,zheng}@cs.fsu.edu

More information

Optimal Allocation of SVC for Minimization of Power Loss and Voltage Deviation using NSGA-II

Optimal Allocation of SVC for Minimization of Power Loss and Voltage Deviation using NSGA-II , pp.67-80 http://dx.doi.org/10.14257/ijast.2014.71.07 Optimal Allocation of SVC for Minimization of Power Loss and Voltage Deviation using NSGA-II Shishir Dixit 1*, Laxmi Srivastava 1 and Ganga Agnihotri

More information

Adaptive Hybrid Channel Assignment in Wireless Mobile Network via Genetic Algorithm

Adaptive Hybrid Channel Assignment in Wireless Mobile Network via Genetic Algorithm Adaptive Hybrid Channel Assignment in Wireless Mobile Network via Genetic Algorithm Y.S. Chia Z.W. Siew A. Kiring S.S. Yang K.T.K. Teo Modelling, Simulation and Computing Laboratory School of Engineering

More information

Using Administrative Records for Imputation in the Decennial Census 1

Using Administrative Records for Imputation in the Decennial Census 1 Using Administrative Records for Imputation in the Decennial Census 1 James Farber, Deborah Wagner, and Dean Resnick U.S. Census Bureau James Farber, U.S. Census Bureau, Washington, DC 20233-9200 Keywords:

More information

Biologically Inspired Embodied Evolution of Survival

Biologically Inspired Embodied Evolution of Survival Biologically Inspired Embodied Evolution of Survival Stefan Elfwing 1,2 Eiji Uchibe 2 Kenji Doya 2 Henrik I. Christensen 1 1 Centre for Autonomous Systems, Numerical Analysis and Computer Science, Royal

More information

Optimization Localization in Wireless Sensor Network Based on Multi-Objective Firefly Algorithm

Optimization Localization in Wireless Sensor Network Based on Multi-Objective Firefly Algorithm Journal of Network Intelligence c 2016 ISSN 2414-8105(Online) Taiwan Ubiquitous Information Volume 1, Number 4, December 2016 Optimization Localization in Wireless Sensor Network Based on Multi-Objective

More information

Segmentation using Saturation Thresholding and its Application in Content-Based Retrieval of Images

Segmentation using Saturation Thresholding and its Application in Content-Based Retrieval of Images Segmentation using Saturation Thresholding and its Application in Content-Based Retrieval of Images A. Vadivel 1, M. Mohan 1, Shamik Sural 2 and A.K.Majumdar 1 1 Department of Computer Science and Engineering,

More information

NAVIGATION OF MOBILE ROBOT USING THE PSO PARTICLE SWARM OPTIMIZATION

NAVIGATION OF MOBILE ROBOT USING THE PSO PARTICLE SWARM OPTIMIZATION Journal of Academic and Applied Studies (JAAS) Vol. 2(1) Jan 2012, pp. 32-38 Available online @ www.academians.org ISSN1925-931X NAVIGATION OF MOBILE ROBOT USING THE PSO PARTICLE SWARM OPTIMIZATION Sedigheh

More information

Optimal Allocation of TCSC Using Heuristic Optimization Technique

Optimal Allocation of TCSC Using Heuristic Optimization Technique Original Article Print ISSN: 2321-6379 Online ISSN: 2321-595X DOI: 10.17354/ijssI/2017/132 Optimal Allocation of TCSC Using Heuristic Optimization Technique M Nafar, A Ramezanpour Department of Electrical

More information

A Numerical Approach to Understanding Oscillator Neural Networks

A Numerical Approach to Understanding Oscillator Neural Networks A Numerical Approach to Understanding Oscillator Neural Networks Natalie Klein Mentored by Jon Wilkins Networks of coupled oscillators are a form of dynamical network originally inspired by various biological

More information

Move Evaluation Tree System

Move Evaluation Tree System Move Evaluation Tree System Hiroto Yoshii hiroto-yoshii@mrj.biglobe.ne.jp Abstract This paper discloses a system that evaluates moves in Go. The system Move Evaluation Tree System (METS) introduces a tree

More information

Planning and Optimization of Broadband Power Line Communications Access Networks: Analysis, Modeling and Solution

Planning and Optimization of Broadband Power Line Communications Access Networks: Analysis, Modeling and Solution Technische Universität Dresden Chair for Telecommunications 1 ITG-Fachgruppe 5.2.1. Workshop Planning and Optimization of Broadband Power Line Communications Access Networks: Analysis, Modeling and Solution

More information

Implementation of a Choquet Fuzzy Integral Based Controller on a Real Time System

Implementation of a Choquet Fuzzy Integral Based Controller on a Real Time System Implementation of a Choquet Fuzzy Integral Based Controller on a Real Time System SMRITI SRIVASTAVA ANKUR BANSAL DEEPAK CHOPRA GAURAV GOEL Abstract The paper discusses about the Choquet Fuzzy Integral

More information

Economic Design of Control Chart Using Differential Evolution

Economic Design of Control Chart Using Differential Evolution Economic Design of Control Chart Using Differential Evolution Rukmini V. Kasarapu 1, Vijaya Babu Vommi 2 1 Assistant Professor, Department of Mechanical Engineering, Anil Neerukonda Institute of Technology

More information

Digital Filter Design Using Multiple Pareto Fronts

Digital Filter Design Using Multiple Pareto Fronts Digital Filter Design Using Multiple Pareto Fronts Thorsten Schnier and Xin Yao School of Computer Science The University of Birmingham Edgbaston, Birmingham B15 2TT, UK Email: {T.Schnier,X.Yao}@cs.bham.ac.uk

More information

Evolutionary Programming Optimization Technique for Solving Reactive Power Planning in Power System

Evolutionary Programming Optimization Technique for Solving Reactive Power Planning in Power System Evolutionary Programg Optimization Technique for Solving Reactive Power Planning in Power System ISMAIL MUSIRIN, TITIK KHAWA ABDUL RAHMAN Faculty of Electrical Engineering MARA University of Technology

More information

COMMONS GAME Made More Exciting by an Intelligent Utilization of the Two Evolutionary Algorithms

COMMONS GAME Made More Exciting by an Intelligent Utilization of the Two Evolutionary Algorithms COMMONS GAME Made More Exciting by an Intelligent Utilization of the Two Evolutionary Algorithms Norio Baba 1 and Hisashi Handa 2 1 Department of Information Science, Osaka Kyoiku University Kashihara

More information

Disruption Classification at JET with Neural Techniques

Disruption Classification at JET with Neural Techniques EFDA JET CP(03)01-65 M. K. Zedda, T. Bolzonella, B. Cannas, A. Fanni, D. Howell, M. F. Johnson, P. Sonato and JET EFDA Contributors Disruption Classification at JET with Neural Techniques . Disruption

More information

EMO-based Architectural Room Floor Planning

EMO-based Architectural Room Floor Planning Proceedings of the 2009 IEEE International Conference on Systems, Man, and Cybernetics San Antonio, TX, USA - October 2009 EMO-based Architectural Room Floor Planning Makoto INOUE Graduate School of Design,

More information

Meta-Heuristic Approach for Supporting Design-for- Disassembly towards Efficient Material Utilization

Meta-Heuristic Approach for Supporting Design-for- Disassembly towards Efficient Material Utilization Meta-Heuristic Approach for Supporting Design-for- Disassembly towards Efficient Material Utilization Yoshiaki Shimizu *, Kyohei Tsuji and Masayuki Nomura Production Systems Engineering Toyohashi University

More information

Multihop Routing in Ad Hoc Networks

Multihop Routing in Ad Hoc Networks Multihop Routing in Ad Hoc Networks Dr. D. Torrieri 1, S. Talarico 2 and Dr. M. C. Valenti 2 1 U.S Army Research Laboratory, Adelphi, MD 2 West Virginia University, Morgantown, WV Nov. 18 th, 20131 Outline

More information

Introduction. APPLICATION NOTE 3981 HFTA-15.0 Thermistor Networks and Genetics. By: Craig K. Lyon, Strategic Applications Engineer

Introduction. APPLICATION NOTE 3981 HFTA-15.0 Thermistor Networks and Genetics. By: Craig K. Lyon, Strategic Applications Engineer Maxim > App Notes > FIBER-OPTIC CIRCUITS Keywords: thermistor networks, resistor, temperature compensation, Genetic Algorithm May 13, 2008 APPLICATION NOTE 3981 HFTA-15.0 Thermistor Networks and Genetics

More information

Millimeter Wave RF Front End Design using Neuro-Genetic Algorithms

Millimeter Wave RF Front End Design using Neuro-Genetic Algorithms Millimeter Wave RF Front End Design using Neuro-Genetic Algorithms Rana J. Pratap, J.H. Lee, S. Pinel, G.S. May *, J. Laskar and E.M. Tentzeris Georgia Electronic Design Center Georgia Institute of Technology,

More information

Collaborative transmission in wireless sensor networks

Collaborative transmission in wireless sensor networks Collaborative transmission in wireless sensor networks Randomised search approaches Stephan Sigg Distributed and Ubiquitous Systems Technische Universität Braunschweig November 22, 2010 Stephan Sigg Collaborative

More information

Estimation of Ground Enhancing Compound Performance Using Artificial Neural Network

Estimation of Ground Enhancing Compound Performance Using Artificial Neural Network 0 International Conference on High Voltage Engineering and Application, Shanghai, China, September 7-0, 0 Estimation of Ground Enhancing Compound Performance Using Artificial Neural Network V. P. Androvitsaneas

More information