Multi-objective Optimization Using Self-adaptive Differential Evolution Algorithm

Size: px
Start display at page:

Download "Multi-objective Optimization Using Self-adaptive Differential Evolution Algorithm"

Transcription

1 Mult-objectve Optmzaton Usng Self-adaptve Dfferental Evoluton Algorthm V. L. Huang, S. Z. Zhao, R. Mallpedd and P. N. Suganthan Abstract - In ths paper, we propose a Multobjectve Self-adaptve Dfferental Evoluton algorthm wth objectve-wse learnng strateges (OW-MOSaDE) to solve numercal optmzaton problems wth multple conflctng objectves. The proposed approach learns sutable crossover parameter values and mutaton strateges for each objectve separately n a mult-objectve optmzaton problem. The performance of the proposed OW-MOSaDE algorthm s evaluated on a sut of 13 benchmar problems provded for the CEC2009 MOEA Specal Sesson and Competton ( on Performance Assessment of Constraned / Bound Constraned Mult-Objectve Optmzaton Algorthms. I. INTRODUCTION ANY real world problems can be formulated as Moptmzaton problems wth multple objectves. Snce the frst attempt to solve mult-objectve optmzaton problems by usng evolutonary algorthms [12], mult-objectve evolutonary algorthms (MOEAs) have been much researched and are wdely used to solve numerous applcatons [13][14] n recent years. MOEAs beneft from the evolutonary algorthm s ablty to generate a set of solutons concurrently n a sngle run thereby yeldng several trade-off solutons. Dfferental Evoluton (DE) [8] s one of the most commonly used EAs. It s a smple and powerful populaton-based stochastc drect search method for solvng numercal optmzaton problems n contnuous search space. In DE, one certan tral vector generaton strategy s requred to be pre-specfed wth ts parameters beng tuned va a tme-consumng tral and error scheme. Recently, we have developed a Self-adaptve Dfferental Evoluton (SaDE) algorthm, n whch both tral vector generaton strateges and ther assocated parameters can be automatcally adapted accordng to ther prevous experence of generatng superor or nferor offsprng than parent. Accordngly, as the search proceeds, dfferent strateges wth ther assocated parameters can be learned and appled to effcently evolve the populaton at dfferent stages. The SaDE algorthm has demonstrated promsng performance when solvng dfferent types of optmzaton problems [1][2][3][5]. In ths wor, we mprove the MOSaDE algorthm [5] wth V. L. Huang, S. Zhao, R. Mallpedd and P. N. Suganthan are wth School of Electrcal and Electronc Engneerng, Nanyang Technologcal Unversty, 50 Nanyang Ave., Sngapore (emals: huanglng@pmal.ntu.edu.sg, epnsugan@ntu.edu.sg) objectve-wse learnng strateges (called as OW-MOSaDE) to solve problems wth multple conflctng objectves and evaluate the performance on the 13 test problems [15]. The orgnal MOSaDE learns just one set of parameters for all the objectves. In MOPs, dfferent objectve functons may possess dfferent propertes. Hence, t can be benefcal to learn one set of parameters for each objectve as proposed n the OW-MOSaDE. II. MULTI-OBJECTIVE DIFFERENTIAL EVOLUTION The Mult-objectve Optmzaton Problem (MOP) can be defned as: Mnmze/Maxmze Fx ( ) = ( f1( x), f2( x),, f m ( x)) Subject to Gx ( ) = ( g1( x), g2( x),, g j ( x)) 0 where x = ( x1, x2, xn) and x s the decson vector, F(x) s the objectve vector, and the constrants g() x 0 determne the feasble regon. There already exsts some wor to adapt the control parameters of DE when solvng the mult-objectve opmzaton problems (MOPs). Abbass et al. ntroduced a Pareto-fronter Dfferental Evoluton algorthm (PDE) to solve MOPs by ncorporatng Pareto domnance[3]. Later the frst author self-adapted the crossover rate of PDE, by encodng the crossover rate nto each ndvdual and smultaneously evolvng wth other parameters. The scalng factor F was generated for each varable from a Gaussan dstrbuton N (0, 1) [7]. Zahare proposed a parameter adaptaton for DE (ADE) based on the concept of controllng the populaton dversty [10]. Followng the same deas, Zahare and Petcu desgned an adaptve Pareto DE algorthm for solvng MOPs and analyzed ts parallel mplementaton [11]. Xue et al. used a fuzzy logc controller (FLC) to dynamcally adjust the parameters of mult-objectve dfferental evoluton [9]. III. OBJECTIVE-WISE LEARNING IN MULTI-OBJECTIVE SADE The earler Mult-objectve SaDE algorthm (MOSaDE) [5] s an extenson of our recently developed SaDE [3] to optmze problems wth multple objectves. Smlar to SaDE, the MOSaDE algorthm automatcally adapts the tral vector generaton strateges and ther assocated parameters accordng to ther prevous experence of generatng superor

2 or nferor offsprng. When extendng the sngle-objectve SaDE algorthm to the mult-objectve doman, the crteron used to determne f the offsprng s superor or nferor to ts parent must be changed. However, n the orgnal MOSaDE algorthm, tral vector A s better than target vector B, f (1) ndvdual A domnates B, or (2) ndvdual A and ndvdual B are non-domnated wth each other, but A s less crowded than ndvdual B. Therefore, n case that the tral vector s better than the target vector accordng to ths crteron, the assocated parameter and strategy are recorded as done n SaDE. In our proposed objectve-wse MOSaDE (OW-MOSaDE), we have m+1 number of vectors, each correspondng to one objectve, to store the CR parameter value and strategy probablty values that mprove the partcular objectve, the other one vector s the non-domnance-related crtera used n the orgnal MOSaDE [5]. For example, n a 3 objectve problem, f a partcular set of parameter and strategy values can mprove objectves 1 and 2 then the vectors correspondng to objectves 1 and 2 are updated by the new parameter and strategy values. The two strateges ncorporated nto our proposed OW-MOSaDE algorthm are: DE/rand/1/bn: x + F x x f rand[0,1) < CR or j = j ( ) j, r, j r 1 2, j rand x j, otherwse u j, = DE/rand/2/bn: x j, + F x, x + F x, x f rand[0,1) CR or j j, 3 4, 5 < = u 6, rand j = x j, otherwse The ndces r 1, r 2, r 3, r 4, r 5, r 6 are mutually exclusve ntegers randomly generated wthn the range [1, NP], these ndces are randomly generated once for each mutant vector. These mutaton strateges have been commonly used when solvng MOPs [4][6][7][10][11]. The man steps of OW-MOSaDE are descrbed below: Step 1. Randomly ntalze a populaton of NP ndvduals. Intalze n_obj number of vectors each correspondng to one objectve. Each vector contans a strategy probablty (p, =1,,K, K s the no. of avalable strateges), the medan value of CR(CRm ) for each strategy, learnng perod (LP=50). Step 2. Evaluate the ndvduals n the populaton, and fll the external archve wth these ndvduals. Step 3. For each objectve, we have a set of parameters as p and CR. In the ntalzaton stage, we randomly select one of the m+1 sets of parameters to be used to generate the tral vector populaton. After selectng a set of parameter values assocated wth the chosen objectve, we perform the followng optmzaton loop: (1) Assgn tral vector generaton strategy and parameters to each target vector X (a) Use stochastc unversal samplng to select one strategy for each target vector X (b) Assgn control parameters F and CR F: Generate normally dstrbuted F values wth lnearly reducng mean value from 1.0 to 0.05 and standard devaton 0.1. CR: Generate the CR values under normal dstrbuton of mean CRm and standard devaton 0.1. After all the sets of parameters assgnment, (2) Generate a new populaton where each tral vector U s generated accordng to the assocated tral vector generaton strategy and parameter F and CR. (3) Selecton: FOR =1:NP (a) Evaluate the tral vector U, and compare wth the target vector X n() nearest to U n the soluton space. IF X n() domnates U, dscard U. ELSE IF U domnates X n(), replace X n() wth U ; IF non-domnated wth each other, randomly choose one to be the new target vector; U wll enter the external archve f () U domnates some ndvdual(s) of the archve (the domnated ndvduals n the archve are deleted); or () U s non-domnated wth archved ndvduals END IF (b) We compare U to X n() n each objectve to update the m+1 sets of parameters f offsprng s better than parent. In case that U s better than X n() n a partcle objectve, we record the assocated parameter CR and flag strategy correspondng to the objectve as successful objectve-wse vector. Otherwse, flag the vector as faled one. Calculate strategy probablty p whch s the percentage of the success rate of tral vectors generated by each strategy durng the learnng perod for each objectve separately. Updatng of CR: After the frst LP generaton, calculate CRm accordng to the recorded CR values. (c) When the external archve exceeds the maxmum specfed sze, we select the less crowded ndvduals based on harmonc average dstance [4] to mantan the archve sze. END FOR Step 4. Whle one of the termnaton condtons s not satsfed, go to Step 3. IV. EXPERIMENTAL RESULTS We evaluate the performance of the proposed objectve-wse MOSaDE algorthm (OW-MOSaDE) and the orgnal MOSaDE [5] on a set of 13 benchmar functons [15], whch nclude 7 two-objectve test functons, 3 three-objectve test functons and 3 fve-objectve test functons. The experments are desgned accordng to [15] and the expermental results are presented n the followng as requred by [15]. We use the same four learnng strateges

3 ntroduced n secton III n both algorthms. PC Confguraton: Wndows XP Professonal. Intel Pentum 4 CPU 3.00 GHZ 2 GB of memory. Language: MATLAB 7.1 Parameters Settng: The populaton sze s set at 50. The maxmum external archve sze s set at 100, 150 and 800 for 2, 3 and 5 objectves respectvely, as specfed n [15]. The maxmum FES s set as 3e+5. Results Acheved: For all the test functons, we recorded the approxmate set every generaton n each run. Accordng to these approxmate sets, we calculated the performance metrcs IGD [15]. The smallest, the largest, the mean and the standard devaton of the IGD values obtaned for each test nstance of the 30 runs are presented n Table I for OW-MOSaDE and the mean of the IGD values obtaned by orgnal MOSaDE s also shown n the table. Smaller IGD values ndcate better results. For the OW-MOSaDE, the plot of the fnal approxmaton set wth the smallest IGD value n the objectve space for some test nstances wth 2 and 3 objectves are shown n Fgs From IGD values shown n Table I, among all the 13 test problems, OW-MOSaDE performs better than the orgnal MOSaDE on all the 13 benchmar test functons. It demonstrates that OW-MOSaDE mproves upon the search ablty of the orgnal MOSaDE by usng the new objectve-wse learnng strategy and non-domnaton-wse learnng strategy nstead of only the non-domnaton-wse learnng strategy when solvng these mult-objectve test problems. V. CONCLUSION In ths paper, we enhanced the mult-objectve self-adaptve dfferental evoluton algorthm wth objectve-wse learnng of parameters and mutaton strateges. We assgn an ndvdual set of parameters the most approprate to for optmzng each objectve. The performance of our approach was evaluated on the test benchmar functons from CEC2009 specal sesson on Performance Assessment of Constraned / Bound Constraned Mult-Objectve Optmzaton Algorthms. Computaton (CEC 2005) Ednburgh, Scotland, IEEE Press, Sept. 2005, pp [2] V. L. Huang, A. K. Qn and P. N. Suganthan, Self-adaptve dfferental evoluton algorthm for constraned real-parameter optmzaton, n 2006 IEEE Congress on Evolutonary Computaton (CEC 06), Vancouver, BC, Canada, July [3] A. K. Qn, V. L. Huang and P. N. Suganthan, Dfferental evoluton algorthm wth strategy adaptaton for global numercal optmsaton, IEEE Trans on Evolutonary Computaton, DOI: /TEVC , [4] V. L. Huang, P. N. Suganthan, A. K. Qn and S. Basar, Multobjectve dfferental evoluton wth external archve and harmonc dstance-based dversty measure, Techncal Report, Nanyang Technologcal Unversty, [5] V. L. Huang, A, K. Qn, P. N. Suganthan and M. F. Tasgetren, Mult-objectve Optmzaton based on Self-adaptve Dfferental Evoluton Algorthm, P. IEEE-CEC-07, Sept. 2007, Sngapore. [6] H. A. Abbass, R. Sarer and C. Newton. PDE: A Pareto-fronter dfferental evoluton approach for multobjectve optmzaton problems, n Proc. of IEEE Congress on Evolutonary Computaton, pp [7] H. A. Abbass, The self-adaptve Pareto dfferental evoluton algorthm, n Proc. of Congress on Evolutonary Computaton Vol.1, IEEE Press, [8] R. Storn and K. V. Prce, Dfferental evoluton-a smple and effcent heurstc for global optmzaton over contnuous Spaces, Journal of Global Optmzaton, vol.11, pp [9] F. Xue, A. C. Sanderson, P. P. Bonssone and R. J. Graves, Fuzzy logc controlled mult-objectve dfferental evoluton, The 14th IEEE Internatonal Conference on Fuzzy Systems, 2005: [10] D. Zahare, Control of populaton dversty and adaptaton n dfferental evoluton algorthms, n R. Matouse, P. Osmera (eds.), Proc. of Mendel 2003, 9th Internatonal Conference on Soft Computng, Brno, Czech Republc, June 2003, pp [11] D. Zahare and D. Petcu Adaptve pareto dfferental evoluton and ts parallelzaton, n Proc. of 5th Internatonal Conference on Parallel Processng and Appled Mathematcs, Czestochowa, Poland, Sept. 2003, pp [12] J. D. Schaffer, Multple objectve optmzaton wth vector evaluated genetc algorthms, In J. J. Grefenstette (Ed.), Proceedngs of an Internatonal Conference on Genetc Algorthms and Ther Applcatons, Pttsburgh, PA, pp ,1985. [13] K. Deb, Mult-Objectve Optmzaton Usng Evolutonary Algorthms. Chschester, U.K.: Wley, [14] C. A. C. Coello, D. A. V. Veldhuzen and G. B. Lamont, Evolutonary Algorthms for Solvng Mult-Objectve Problems, Kluwer Academc Publshers, New Yor, March [15] Qngfu Zhang, Amn Zhou, S. Z. Zhao, P. N. Suganthan, Wudong Lu and Santosh Twar, Multobjectve Optmzaton Test Instances for the CEC2009 Specal Sesson and Competton, Specal Sesson on Performance Assessment of Mult-Objectve Optmzaton Algorthms, Techncal Report, Unversty of Essex, Colchester, UK and Nanyang Technologcal Unversty, Sngapore, ACKNOWLEDGEMENT Authors acnowledge the fnancal support offered by the A*Star (Agency for Scence, Technology and Research) under the grant # to conduct ths research. REFERENCES [1] A. K. Qn and P. N. Suganthan, Self-adaptve dfferental evoluton algorthm for numercal optmzaton, n IEEE Congress on Evolutonary

4 Table I: The IGD value of the 30 fnal approxmaton sets obtaned for each test problem. Fun OW-MOSaDE Orgnal-MOSaDE Smallest (IGD) Largest (IGD) Mean (IGD) Std (IGD) Mean (IGD) 1. UF UF UF UF UF UF UF UF UF UF UF UF UF FIGURE 1. The plot of the fnal approxmaton set wth the smallest IGD value n the objectve space for each test nstances UF1. FIGURE 3. The plot of the fnal approxmaton set wth the smallest IGD value n the objectve space for each test nstances UF3. FIGURE 2. The plot of the fnal approxmaton set wth the smallest IGD value n the objectve space for each test nstances UF2. FIGURE 4. The plot of the fnal approxmaton set wth the smallest IGD value n the objectve space for each test nstances UF4.

5 FIGURE 5. The plot of the fnal approxmaton set wth the smallest IGD value n the objectve space for each test nstances UF5. FIGURE 8. The plot of the fnal approxmaton set wth the smallest IGD value n the objectve space for each test nstances UF8. FIGURE 6. The plot of the fnal approxmaton set wth the smallest IGD value n the objectve space for each test nstances UF6. FIGURE 9. The plot of the fnal approxmaton set wth the smallest IGD value n the objectve space for each test nstances UF9. FIGURE 7. The plot of the fnal approxmaton set wth the smallest IGD value n the objectve space for each test nstances UF7. FIGURE 10. The plot of the fnal approxmaton set wth the smallest IGD value n the objectve space for each test nstances UF10.

Problem Definitions and Evaluation Criteria for Computational Expensive Optimization

Problem Definitions and Evaluation Criteria for Computational Expensive Optimization Problem efntons and Evaluaton Crtera for Computatonal Expensve Optmzaton B. Lu 1, Q. Chen and Q. Zhang 3, J. J. Lang 4, P. N. Suganthan, B. Y. Qu 6 1 epartment of Computng, Glyndwr Unversty, UK Faclty

More information

PARETO BAYESIAN OPTIMIZATION ALGORITHM FOR THE MULTIOBJECTIVE 0/1 KNAPSACK PROBLEM

PARETO BAYESIAN OPTIMIZATION ALGORITHM FOR THE MULTIOBJECTIVE 0/1 KNAPSACK PROBLEM PARETO BAYESIAN OPTIMIZATION ALGORITHM FOR THE MULTIOBJECTIVE 0/ KNAPSACK PROBLEM Josef Schwarz Jří Očenáše Brno Unversty of Technology Faculty of Engneerng and Computer Scence Department of Computer Scence

More information

Meta-heuristics for Multidimensional Knapsack Problems

Meta-heuristics for Multidimensional Knapsack Problems 2012 4th Internatonal Conference on Computer Research and Development IPCSIT vol.39 (2012) (2012) IACSIT Press, Sngapore Meta-heurstcs for Multdmensonal Knapsack Problems Zhbao Man + Computer Scence Department,

More information

NGPM -- A NSGA-II Program in Matlab

NGPM -- A NSGA-II Program in Matlab Verson 1.4 LIN Song Aerospace Structural Dynamcs Research Laboratory College of Astronautcs, Northwestern Polytechncal Unversty, Chna Emal: lsssswc@163.com 2011-07-26 Contents Contents... 1. Introducton...

More information

Maximum Variance Combined with Adaptive Genetic Algorithm for Infrared Image Segmentation

Maximum Variance Combined with Adaptive Genetic Algorithm for Infrared Image Segmentation Internatonal Conference on Logstcs Engneerng, Management and Computer Scence (LEMCS 5) Maxmum Varance Combned wth Adaptve Genetc Algorthm for Infrared Image Segmentaton Huxuan Fu College of Automaton Harbn

More information

SLAM Summer School 2006 Practical 2: SLAM using Monocular Vision

SLAM Summer School 2006 Practical 2: SLAM using Monocular Vision SLAM Summer School 2006 Practcal 2: SLAM usng Monocular Vson Javer Cvera, Unversty of Zaragoza Andrew J. Davson, Imperal College London J.M.M Montel, Unversty of Zaragoza. josemar@unzar.es, jcvera@unzar.es,

More information

An Iterative Solution Approach to Process Plant Layout using Mixed Integer Optimisation

An Iterative Solution Approach to Process Plant Layout using Mixed Integer Optimisation 17 th European Symposum on Computer Aded Process Engneerng ESCAPE17 V. Plesu and P.S. Agach (Edtors) 2007 Elsever B.V. All rghts reserved. 1 An Iteratve Soluton Approach to Process Plant Layout usng Mxed

More information

MIXED INTEGER-DISCRETE-CONTINUOUS OPTIMIZATION BY DIFFERENTIAL EVOLUTION Part 1: the optimization method

MIXED INTEGER-DISCRETE-CONTINUOUS OPTIMIZATION BY DIFFERENTIAL EVOLUTION Part 1: the optimization method MIED INTEGER-DISCRETE-CONTINUOUS OPTIMIZATION BY DIFFERENTIAL EVOLUTION Part : the optmzaton method Joun Lampnen Unversty of Vaasa Department of Informaton Technology and Producton Economcs P. O. Box 700

More information

Sum of Linear and Fractional Multiobjective Programming Problem under Fuzzy Rules Constraints

Sum of Linear and Fractional Multiobjective Programming Problem under Fuzzy Rules Constraints Australan Journal of Basc and Appled Scences, 2(4): 1204-1208, 2008 ISSN 1991-8178 Sum of Lnear and Fractonal Multobjectve Programmng Problem under Fuzzy Rules Constrants 1 2 Sanjay Jan and Kalash Lachhwan

More information

CHAPTER 4 OPTIMIZATION TECHNIQUES

CHAPTER 4 OPTIMIZATION TECHNIQUES 48 CHAPTER 4 OPTIMIZATION TECHNIQUES 4.1 INTRODUCTION Unfortunately no sngle optmzaton algorthm exsts that can be appled effcently to all types of problems. The method chosen for any partcular case wll

More information

Parallelism for Nested Loops with Non-uniform and Flow Dependences

Parallelism for Nested Loops with Non-uniform and Flow Dependences Parallelsm for Nested Loops wth Non-unform and Flow Dependences Sam-Jn Jeong Dept. of Informaton & Communcaton Engneerng, Cheonan Unversty, 5, Anseo-dong, Cheonan, Chungnam, 330-80, Korea. seong@cheonan.ac.kr

More information

Determining the Optimal Bandwidth Based on Multi-criterion Fusion

Determining the Optimal Bandwidth Based on Multi-criterion Fusion Proceedngs of 01 4th Internatonal Conference on Machne Learnng and Computng IPCSIT vol. 5 (01) (01) IACSIT Press, Sngapore Determnng the Optmal Bandwdth Based on Mult-crteron Fuson Ha-L Lang 1+, Xan-Mn

More information

A Binarization Algorithm specialized on Document Images and Photos

A Binarization Algorithm specialized on Document Images and Photos A Bnarzaton Algorthm specalzed on Document mages and Photos Ergna Kavalleratou Dept. of nformaton and Communcaton Systems Engneerng Unversty of the Aegean kavalleratou@aegean.gr Abstract n ths paper, a

More information

Learning the Kernel Parameters in Kernel Minimum Distance Classifier

Learning the Kernel Parameters in Kernel Minimum Distance Classifier Learnng the Kernel Parameters n Kernel Mnmum Dstance Classfer Daoqang Zhang 1,, Songcan Chen and Zh-Hua Zhou 1* 1 Natonal Laboratory for Novel Software Technology Nanjng Unversty, Nanjng 193, Chna Department

More information

An Optimal Algorithm for Prufer Codes *

An Optimal Algorithm for Prufer Codes * J. Software Engneerng & Applcatons, 2009, 2: 111-115 do:10.4236/jsea.2009.22016 Publshed Onlne July 2009 (www.scrp.org/journal/jsea) An Optmal Algorthm for Prufer Codes * Xaodong Wang 1, 2, Le Wang 3,

More information

An Efficient Genetic Algorithm with Fuzzy c-means Clustering for Traveling Salesman Problem

An Efficient Genetic Algorithm with Fuzzy c-means Clustering for Traveling Salesman Problem An Effcent Genetc Algorthm wth Fuzzy c-means Clusterng for Travelng Salesman Problem Jong-Won Yoon and Sung-Bae Cho Dept. of Computer Scence Yonse Unversty Seoul, Korea jwyoon@sclab.yonse.ac.r, sbcho@cs.yonse.ac.r

More information

NUMERICAL SOLVING OPTIMAL CONTROL PROBLEMS BY THE METHOD OF VARIATIONS

NUMERICAL SOLVING OPTIMAL CONTROL PROBLEMS BY THE METHOD OF VARIATIONS ARPN Journal of Engneerng and Appled Scences 006-017 Asan Research Publshng Network (ARPN). All rghts reserved. NUMERICAL SOLVING OPTIMAL CONTROL PROBLEMS BY THE METHOD OF VARIATIONS Igor Grgoryev, Svetlana

More information

EVALUATION OF THE PERFORMANCES OF ARTIFICIAL BEE COLONY AND INVASIVE WEED OPTIMIZATION ALGORITHMS ON THE MODIFIED BENCHMARK FUNCTIONS

EVALUATION OF THE PERFORMANCES OF ARTIFICIAL BEE COLONY AND INVASIVE WEED OPTIMIZATION ALGORITHMS ON THE MODIFIED BENCHMARK FUNCTIONS Academc Research Internatonal ISS-L: 3-9553, ISS: 3-9944 Vol., o. 3, May 0 EVALUATIO OF THE PERFORMACES OF ARTIFICIAL BEE COLOY AD IVASIVE WEED OPTIMIZATIO ALGORITHMS O THE MODIFIED BECHMARK FUCTIOS Dlay

More information

Intra-Parametric Analysis of a Fuzzy MOLP

Intra-Parametric Analysis of a Fuzzy MOLP Intra-Parametrc Analyss of a Fuzzy MOLP a MIAO-LING WANG a Department of Industral Engneerng and Management a Mnghsn Insttute of Technology and Hsnchu Tawan, ROC b HSIAO-FAN WANG b Insttute of Industral

More information

Multiple Trajectory Search for Large Scale Global Optimization

Multiple Trajectory Search for Large Scale Global Optimization Multple Trajectory Search for Large Scale Global Optmzaton Ln-YuTsengandChunChen Abstract In ths paper, the multple trajectory search (MTS) s presented for large scale global optmzaton. The MTS uses multple

More information

An Application of the Dulmage-Mendelsohn Decomposition to Sparse Null Space Bases of Full Row Rank Matrices

An Application of the Dulmage-Mendelsohn Decomposition to Sparse Null Space Bases of Full Row Rank Matrices Internatonal Mathematcal Forum, Vol 7, 2012, no 52, 2549-2554 An Applcaton of the Dulmage-Mendelsohn Decomposton to Sparse Null Space Bases of Full Row Rank Matrces Mostafa Khorramzadeh Department of Mathematcal

More information

The Greedy Method. Outline and Reading. Change Money Problem. Greedy Algorithms. Applications of the Greedy Strategy. The Greedy Method Technique

The Greedy Method. Outline and Reading. Change Money Problem. Greedy Algorithms. Applications of the Greedy Strategy. The Greedy Method Technique //00 :0 AM Outlne and Readng The Greedy Method The Greedy Method Technque (secton.) Fractonal Knapsack Problem (secton..) Task Schedulng (secton..) Mnmum Spannng Trees (secton.) Change Money Problem Greedy

More information

Course Introduction. Algorithm 8/31/2017. COSC 320 Advanced Data Structures and Algorithms. COSC 320 Advanced Data Structures and Algorithms

Course Introduction. Algorithm 8/31/2017. COSC 320 Advanced Data Structures and Algorithms. COSC 320 Advanced Data Structures and Algorithms Course Introducton Course Topcs Exams, abs, Proects A quc loo at a few algorthms 1 Advanced Data Structures and Algorthms Descrpton: We are gong to dscuss algorthm complexty analyss, algorthm desgn technques

More information

Problem Definitions and Evaluation Criteria for the CEC 2015 Competition on Learning-based Real-Parameter Single Objective Optimization

Problem Definitions and Evaluation Criteria for the CEC 2015 Competition on Learning-based Real-Parameter Single Objective Optimization Problem Defntons and Evaluaton Crtera for the CEC 15 Competton on Learnng-based Real-Parameter Sngle Objectve Optmzaton J. J. Lang 1, B. Y. Qu, P. N. Suganthan 3, Q. Chen 4 1 School of Electrcal Engneerng,

More information

APPLICATION OF MULTIVARIATE LOSS FUNCTION FOR ASSESSMENT OF THE QUALITY OF TECHNOLOGICAL PROCESS MANAGEMENT

APPLICATION OF MULTIVARIATE LOSS FUNCTION FOR ASSESSMENT OF THE QUALITY OF TECHNOLOGICAL PROCESS MANAGEMENT 3. - 5. 5., Brno, Czech Republc, EU APPLICATION OF MULTIVARIATE LOSS FUNCTION FOR ASSESSMENT OF THE QUALITY OF TECHNOLOGICAL PROCESS MANAGEMENT Abstract Josef TOŠENOVSKÝ ) Lenka MONSPORTOVÁ ) Flp TOŠENOVSKÝ

More information

Problem Definitions and Evaluation Criteria for the CEC 2005 Special Session on Real-Parameter Optimization

Problem Definitions and Evaluation Criteria for the CEC 2005 Special Session on Real-Parameter Optimization Problem efntons and Evaluaton Crtera for the CEC 2005 Specal Sesson on Real-Parameter Optmzaton P. N. Suganthan, N. Hansen 2, J. J. Lang, K. eb 3, Y. -P. Chen 4, A. Auger 2, S. Twar 3 School of EEE, Nanyang

More information

Collaboratively Regularized Nearest Points for Set Based Recognition

Collaboratively Regularized Nearest Points for Set Based Recognition Academc Center for Computng and Meda Studes, Kyoto Unversty Collaboratvely Regularzed Nearest Ponts for Set Based Recognton Yang Wu, Mchhko Mnoh, Masayuk Mukunok Kyoto Unversty 9/1/013 BMVC 013 @ Brstol,

More information

An Adaptive Multi-population Artificial Bee Colony Algorithm for Dynamic Optimisation Problems

An Adaptive Multi-population Artificial Bee Colony Algorithm for Dynamic Optimisation Problems *Revsed Manuscrpt (changes marked) Clck here to vew lnked References An Adaptve Mult-populaton Artfcal Bee Colony Algorthm for Dynamc Optmsaton Problems Shams K. Nseef 1, Salwan Abdullah 1, Ayad Turky

More information

Multiobjective fuzzy optimization method

Multiobjective fuzzy optimization method Buletnul Ştnţfc al nverstăţ "Poltehnca" dn Tmşoara Sera ELECTRONICĂ ş TELECOMNICAŢII TRANSACTIONS on ELECTRONICS and COMMNICATIONS Tom 49(63, Fasccola, 24 Multobjectve fuzzy optmzaton method Gabrel Oltean

More information

A Novel Approach for an Early Test Case Generation using Genetic Algorithm and Dominance Concept based on Use cases

A Novel Approach for an Early Test Case Generation using Genetic Algorithm and Dominance Concept based on Use cases Alekhya Varkut et al, / (IJCSIT) Internatonal Journal of Computer Scence and Informaton Technologes, Vol. 3 (3), 2012,4218-4224 A Novel Approach for an Early Test Case Generaton usng Genetc Algorthm and

More information

Research on Kruskal Crossover Genetic Algorithm for Multi- Objective Logistics Distribution Path Optimization

Research on Kruskal Crossover Genetic Algorithm for Multi- Objective Logistics Distribution Path Optimization , pp.367-378 http://dx.do.org/.14257/jmue.215..8.36 Research on Kruskal Crossover Genetc Algorthm for Mult- Objectve Logstcs Dstrbuton Path Optmzaton Yan Zhang 1,2, Xng-y Wu 1 and Oh-kyoung Kwon 2, a,

More information

Cluster Analysis of Electrical Behavior

Cluster Analysis of Electrical Behavior Journal of Computer and Communcatons, 205, 3, 88-93 Publshed Onlne May 205 n ScRes. http://www.scrp.org/ournal/cc http://dx.do.org/0.4236/cc.205.350 Cluster Analyss of Electrcal Behavor Ln Lu Ln Lu, School

More information

TPL-Aware Displacement-driven Detailed Placement Refinement with Coloring Constraints

TPL-Aware Displacement-driven Detailed Placement Refinement with Coloring Constraints TPL-ware Dsplacement-drven Detaled Placement Refnement wth Colorng Constrants Tao Ln Iowa State Unversty tln@astate.edu Chrs Chu Iowa State Unversty cnchu@astate.edu BSTRCT To mnmze the effect of process

More information

A MOVING MESH APPROACH FOR SIMULATION BUDGET ALLOCATION ON CONTINUOUS DOMAINS

A MOVING MESH APPROACH FOR SIMULATION BUDGET ALLOCATION ON CONTINUOUS DOMAINS Proceedngs of the Wnter Smulaton Conference M E Kuhl, N M Steger, F B Armstrong, and J A Jones, eds A MOVING MESH APPROACH FOR SIMULATION BUDGET ALLOCATION ON CONTINUOUS DOMAINS Mark W Brantley Chun-Hung

More information

A Facet Generation Procedure. for solving 0/1 integer programs

A Facet Generation Procedure. for solving 0/1 integer programs A Facet Generaton Procedure for solvng 0/ nteger programs by Gyana R. Parja IBM Corporaton, Poughkeepse, NY 260 Radu Gaddov Emery Worldwde Arlnes, Vandala, Oho 45377 and Wlbert E. Wlhelm Teas A&M Unversty,

More information

Content Based Image Retrieval Using 2-D Discrete Wavelet with Texture Feature with Different Classifiers

Content Based Image Retrieval Using 2-D Discrete Wavelet with Texture Feature with Different Classifiers IOSR Journal of Electroncs and Communcaton Engneerng (IOSR-JECE) e-issn: 78-834,p- ISSN: 78-8735.Volume 9, Issue, Ver. IV (Mar - Apr. 04), PP 0-07 Content Based Image Retreval Usng -D Dscrete Wavelet wth

More information

A Notable Swarm Approach to Evolve Neural Network for Classification in Data Mining

A Notable Swarm Approach to Evolve Neural Network for Classification in Data Mining A Notable Swarm Approach to Evolve Neural Network for Classfcaton n Data Mnng Satchdananda Dehur 1, Bjan Bhar Mshra 2 and Sung-Bae Cho 1 1 Soft Computng Laboratory, Department of Computer Scence, Yonse

More information

CHAPTER 2 PROPOSED IMPROVED PARTICLE SWARM OPTIMIZATION

CHAPTER 2 PROPOSED IMPROVED PARTICLE SWARM OPTIMIZATION 24 CHAPTER 2 PROPOSED IMPROVED PARTICLE SWARM OPTIMIZATION The present chapter proposes an IPSO approach for multprocessor task schedulng problem wth two classfcatons, namely, statc ndependent tasks and

More information

OPTIMIZING CNC TURNING PROCESS USING REAL CODED GENETIC ALGORITHM AND DIFFERENTIAL EVOLUTION

OPTIMIZING CNC TURNING PROCESS USING REAL CODED GENETIC ALGORITHM AND DIFFERENTIAL EVOLUTION Transacton on Evolutonary algorthm and Contnuous Optmzaton ISSN: 9-87 Onlne Publcaton, June 0 www.pcoglobal.com/gjto.htm GA-O3/GJTO OPTIMIZING CNC TURNING PROCESS USING REAL CODED GENETIC ALGORITHM AND

More information

An Efficient Genetic Algorithm Based Approach for the Minimum Graph Bisection Problem

An Efficient Genetic Algorithm Based Approach for the Minimum Graph Bisection Problem 118 An Effcent Genetc Algorthm Based Approach for the Mnmum Graph Bsecton Problem Zh-Qang Chen, Rong-Long WAG and Kozo OKAZAKI Faculty of Engneerng, Unversty of Fuku, Bunkyo 3-9-1,Fuku-sh, Japan 910-8507

More information

A mathematical programming approach to the analysis, design and scheduling of offshore oilfields

A mathematical programming approach to the analysis, design and scheduling of offshore oilfields 17 th European Symposum on Computer Aded Process Engneerng ESCAPE17 V. Plesu and P.S. Agach (Edtors) 2007 Elsever B.V. All rghts reserved. 1 A mathematcal programmng approach to the analyss, desgn and

More information

Adaptive Weighted Sum Method for Bi-objective Optimization

Adaptive Weighted Sum Method for Bi-objective Optimization 45th AIAA/ASME/ASCE/AHS/ASC Structures, Structural Dynamcs & Materals Conference 19-22 Aprl 2004, Palm Sprngs, Calforna AIAA 2004-1680 Adaptve Weghted Sum Method for B-objectve Optmzaton Olver de Weck

More information

An Adaptive Virtual Machine Location Selection Mechanism in Distributed Cloud

An Adaptive Virtual Machine Location Selection Mechanism in Distributed Cloud KSII TRANSACTIONS ON INTERNET AND INFORMATION SYSTEMS VOL. 9, NO. 12, Dec. 2015 4776 Copyrght c2015 KSII An Adaptve Vrtual Machne Locaton Selecton Mechansm n Dstrbuted Cloud Shukun Lu 1, Wea Ja 2 1 School

More information

Multi-objective Optimization Using Adaptive Explicit Non-Dominated Region Sampling

Multi-objective Optimization Using Adaptive Explicit Non-Dominated Region Sampling 11 th World Congress on Structural and Multdscplnary Optmsaton 07 th -12 th, June 2015, Sydney Australa Mult-objectve Optmzaton Usng Adaptve Explct Non-Domnated Regon Samplng Anrban Basudhar Lvermore Software

More information

Multi-Objective Design Exploration for Aerodynamic Configurations

Multi-Objective Design Exploration for Aerodynamic Configurations Mult-Objectve Desgn Exploraton for Aerodynamc Confguratons Shgeru Obayash *, Tohoku Unversty, Senda, 980-8577, Japan Shnkyu Jeong Tohoku Unversty, Senda, 980-8577, Japan and Kazuhsa Chba Japan Aerospace

More information

Study on Multi-objective Flexible Job-shop Scheduling Problem considering Energy Consumption

Study on Multi-objective Flexible Job-shop Scheduling Problem considering Energy Consumption Journal of Industral Engneerng and Management JIEM, 2014 7(3): 589-604 nlne ISSN: 2014-0953 Prnt ISSN: 2014-8423 http://dx.do.org/10.3926/jem.1075 Study on Mult-objectve Flexble Job-shop Schedulng Problem

More information

Automatic Clustering Using a Synergy of Genetic Algorithm and Multi-objective Differential Evolution

Automatic Clustering Using a Synergy of Genetic Algorithm and Multi-objective Differential Evolution Automatc Clusterng Usng a Synergy of Genetc Algorthm and Mult-obectve Dfferental Evoluton Debarat Kundu, Kaushk Suresh, Sayan Ghosh, Swagatam Das, Ath Abraham 2 and Youakm Badr 2 Department of Electroncs

More information

Machine Learning: Algorithms and Applications

Machine Learning: Algorithms and Applications 14/05/1 Machne Learnng: Algorthms and Applcatons Florano Zn Free Unversty of Bozen-Bolzano Faculty of Computer Scence Academc Year 011-01 Lecture 10: 14 May 01 Unsupervsed Learnng cont Sldes courtesy of

More information

GA-Based Learning Algorithms to Identify Fuzzy Rules for Fuzzy Neural Networks

GA-Based Learning Algorithms to Identify Fuzzy Rules for Fuzzy Neural Networks Seventh Internatonal Conference on Intellgent Systems Desgn and Applcatons GA-Based Learnng Algorthms to Identfy Fuzzy Rules for Fuzzy Neural Networks K Almejall, K Dahal, Member IEEE, and A Hossan, Member

More information

Classifier Selection Based on Data Complexity Measures *

Classifier Selection Based on Data Complexity Measures * Classfer Selecton Based on Data Complexty Measures * Edth Hernández-Reyes, J.A. Carrasco-Ochoa, and J.Fco. Martínez-Trndad Natonal Insttute for Astrophyscs, Optcs and Electroncs, Lus Enrque Erro No.1 Sta.

More information

Multi-objective Design Optimization of MCM Placement

Multi-objective Design Optimization of MCM Placement Proceedngs of the 5th WSEAS Int. Conf. on Instrumentaton, Measurement, Crcuts and Systems, Hangzhou, Chna, Aprl 6-8, 26 (pp56-6) Mult-objectve Desgn Optmzaton of MCM Placement Chng-Ma Ko ab, Yu-Jung Huang

More information

GSLM Operations Research II Fall 13/14

GSLM Operations Research II Fall 13/14 GSLM 58 Operatons Research II Fall /4 6. Separable Programmng Consder a general NLP mn f(x) s.t. g j (x) b j j =. m. Defnton 6.. The NLP s a separable program f ts objectve functon and all constrants are

More information

Developing Four Metaheuristic Algorithms for Multiple-Objective Management of Groundwater

Developing Four Metaheuristic Algorithms for Multiple-Objective Management of Groundwater Journal of Soft Computng n Cvl Engneerng -4 (018) 01- Contents lsts avalable at SCCE Journal of Soft Computng n Cvl Engneerng Journal homepage: http://www.jsoftcvl.com/ Developng Four Metaheurstc Algorthms

More information

Complexity Analysis of Problem-Dimension Using PSO

Complexity Analysis of Problem-Dimension Using PSO Proceedngs of the 7th WSEAS Internatonal Conference on Evolutonary Computng, Cavtat, Croata, June -4, 6 (pp45-5) Complexty Analyss of Problem-Dmenson Usng PSO BUTHAINAH S. AL-KAZEMI AND SAMI J. HABIB,

More information

Smoothing Spline ANOVA for variable screening

Smoothing Spline ANOVA for variable screening Smoothng Splne ANOVA for varable screenng a useful tool for metamodels tranng and mult-objectve optmzaton L. Rcco, E. Rgon, A. Turco Outlne RSM Introducton Possble couplng Test case MOO MOO wth Game Theory

More information

expermental results on NRP nstances. Secton V dscusses some related wor and Secton VI concludes ths paper. II. PRELIMINARIES Ths secton gves the defnt

expermental results on NRP nstances. Secton V dscusses some related wor and Secton VI concludes ths paper. II. PRELIMINARIES Ths secton gves the defnt A Hybrd ACO Algorthm for the Next Release Problem He Jang School of Software Dalan Unversty of Technology Dalan 116621, Chna janghe@dlut.edu.cn Jngyuan Zhang School of Software Dalan Unversty of Technology

More information

FAST AND DETERMINISTIC COMPUTATION OF FIXATION PROBABILITY IN EVOLUTIONARY GRAPHS

FAST AND DETERMINISTIC COMPUTATION OF FIXATION PROBABILITY IN EVOLUTIONARY GRAPHS FAST AND DETERMINISTIC COMPUTATION OF FIXATION PROBABILITY IN EVOLUTIONARY GRAPHS Paulo Shakaran Network Scence Center and Dept. of Electrcal Engneerng and Computer Scence Unted States Mltary Academy West

More information

Multi-objective Virtual Machine Placement for Load Balancing

Multi-objective Virtual Machine Placement for Load Balancing Mult-obectve Vrtual Machne Placement for Load Balancng Feng FANG and Bn-Bn Qu,a School of Computer Scence & Technology, Huazhong Unversty Of Scence And Technology, Wuhan, Chna Abstract. The vrtual machne

More information

An Improved Particle Swarm Optimization for Feature Selection

An Improved Particle Swarm Optimization for Feature Selection Journal of Bonc Engneerng 8 (20)?????? An Improved Partcle Swarm Optmzaton for Feature Selecton Yuannng Lu,2, Gang Wang,2, Hulng Chen,2, Hao Dong,2, Xaodong Zhu,2, Sujng Wang,2 Abstract. College of Computer

More information

Arash Motaghedi-larijani, Kamyar Sabri-laghaie & Mahdi Heydari *

Arash Motaghedi-larijani, Kamyar Sabri-laghaie & Mahdi Heydari * Internatonal Journal of Industral Engneerng & Producton Research December 2010, Volume 21, Number 4 pp. 197-209 ISSN: 2008-4889 http://ijiepr.ust.ac.r/ Solvng Flexble Job Shop Schedulng wth Mult Objectve

More information

ARTICLE IN PRESS. Applied Soft Computing xxx (2012) xxx xxx. Contents lists available at SciVerse ScienceDirect. Applied Soft Computing

ARTICLE IN PRESS. Applied Soft Computing xxx (2012) xxx xxx. Contents lists available at SciVerse ScienceDirect. Applied Soft Computing ASOC-11; o. of Pages 1 Appled Soft Computng xxx (1) xxx xxx Contents lsts avalable at ScVerse ScenceDrect Appled Soft Computng j ourna l ho mepage: www.elsever.com/locate/asoc A herarchcal partcle swarm

More information

Evolutionary Multi-Objective Optimization for Mesh Simplification of 3D Open Models

Evolutionary Multi-Objective Optimization for Mesh Simplification of 3D Open Models Evolutonary Mult-Objectve Optmzaton for Mesh Smplfcaton of 3D Open Models B. Rosaro Campomanes-Álvarez a,*, Oscar Cordón abc and Sergo Damas a a European Centre for Soft Computng, Gonzalo Gutérrez Qurós

More information

Classifier Swarms for Human Detection in Infrared Imagery

Classifier Swarms for Human Detection in Infrared Imagery Classfer Swarms for Human Detecton n Infrared Imagery Yur Owechko, Swarup Medasan, and Narayan Srnvasa HRL Laboratores, LLC 3011 Malbu Canyon Road, Malbu, CA 90265 {owechko, smedasan, nsrnvasa}@hrl.com

More information

3. CR parameters and Multi-Objective Fitness Function

3. CR parameters and Multi-Objective Fitness Function 3 CR parameters and Mult-objectve Ftness Functon 41 3. CR parameters and Mult-Objectve Ftness Functon 3.1. Introducton Cogntve rados dynamcally confgure the wreless communcaton system, whch takes beneft

More information

Yuan Xu School of automation, Northwestern Polytechnical University, Xian , China. Huifeng Xue. Ailong Liu*

Yuan Xu School of automation, Northwestern Polytechnical University, Xian , China. Huifeng Xue. Ailong Liu* Rev. Téc. Ing. Unv. Zula. Vol. 39, Nº 7, 80-86, 2016 do:10.21311/001.39.7.10 A Parallel Genetc Algorthm for the Verfyng Smulaton of the Performance Prototype Yuan Xu School of automaton, Northwestern Polytechncal

More information

Multiobjective Optimization

Multiobjective Optimization Chapter 10 Multobjectve Optmzaton All men seek one goal: success or happness. The only way to acheve true success s to express yourself completely n servce to socety. Frst, have a defnte, clear, practcal

More information

Subspace clustering. Clustering. Fundamental to all clustering techniques is the choice of distance measure between data points;

Subspace clustering. Clustering. Fundamental to all clustering techniques is the choice of distance measure between data points; Subspace clusterng Clusterng Fundamental to all clusterng technques s the choce of dstance measure between data ponts; D q ( ) ( ) 2 x x = x x, j k = 1 k jk Squared Eucldean dstance Assumpton: All features

More information

MULTIOBJECTIVE OPTIMIZATION USING PARALLEL VECTOR EVALUATED PARTICLE SWARM OPTIMIZATION

MULTIOBJECTIVE OPTIMIZATION USING PARALLEL VECTOR EVALUATED PARTICLE SWARM OPTIMIZATION MULTIOBJECTIVE OPTIMIZATION USING PARALLEL VECTOR EVALUATED PARTICLE OPTIMIZATION K.E. Parsopoulos, D.K. Tasouls, M.N. Vrahats Department of Mathematcs, Unversty of Patras Artfcal Intellgence Research

More information

An Image Fusion Approach Based on Segmentation Region

An Image Fusion Approach Based on Segmentation Region Rong Wang, L-Qun Gao, Shu Yang, Yu-Hua Cha, and Yan-Chun Lu An Image Fuson Approach Based On Segmentaton Regon An Image Fuson Approach Based on Segmentaton Regon Rong Wang, L-Qun Gao, Shu Yang 3, Yu-Hua

More information

Support Vector Machines

Support Vector Machines /9/207 MIST.6060 Busness Intellgence and Data Mnng What are Support Vector Machnes? Support Vector Machnes Support Vector Machnes (SVMs) are supervsed learnng technques that analyze data and recognze patterns.

More information

Solving two-person zero-sum game by Matlab

Solving two-person zero-sum game by Matlab Appled Mechancs and Materals Onlne: 2011-02-02 ISSN: 1662-7482, Vols. 50-51, pp 262-265 do:10.4028/www.scentfc.net/amm.50-51.262 2011 Trans Tech Publcatons, Swtzerland Solvng two-person zero-sum game by

More information

Tsinghua University at TAC 2009: Summarizing Multi-documents by Information Distance

Tsinghua University at TAC 2009: Summarizing Multi-documents by Information Distance Tsnghua Unversty at TAC 2009: Summarzng Mult-documents by Informaton Dstance Chong Long, Mnle Huang, Xaoyan Zhu State Key Laboratory of Intellgent Technology and Systems, Tsnghua Natonal Laboratory for

More information

An Optimization Approach for Path Synthesis of Four-bar Grashof Mechanisms

An Optimization Approach for Path Synthesis of Four-bar Grashof Mechanisms 5 th Natonal Conference on Machnes and Mechansms NaCoMM0-44 An Optmzaton Approach for Path Synthess of Four-bar Grashof Mechansms A.S.M.Alhajj, J.Srnvas Abstract Ths paper presents an optmzaton scheme

More information

Efficient Distributed File System (EDFS)

Efficient Distributed File System (EDFS) Effcent Dstrbuted Fle System (EDFS) (Sem-Centralzed) Debessay(Debsh) Fesehaye, Rahul Malk & Klara Naherstedt Unversty of Illnos-Urbana Champagn Contents Problem Statement, Related Work, EDFS Desgn Rate

More information

Imperialist Competitive Algorithm with Variable Parameters to Determine the Global Minimum of Functions with Several Arguments

Imperialist Competitive Algorithm with Variable Parameters to Determine the Global Minimum of Functions with Several Arguments Fourth Internatonal Conference Modellng and Development of Intellgent Systems October 8 - November, 05 Lucan Blaga Unversty Sbu - Romana Imperalst Compettve Algorthm wth Varable Parameters to Determne

More information

Adaptive Virtual Support Vector Machine for the Reliability Analysis of High-Dimensional Problems

Adaptive Virtual Support Vector Machine for the Reliability Analysis of High-Dimensional Problems Proceedngs of the ASME 2 Internatonal Desgn Engneerng Techncal Conferences & Computers and Informaton n Engneerng Conference IDETC/CIE 2 August 29-3, 2, Washngton, D.C., USA DETC2-47538 Adaptve Vrtual

More information

Learning to Project in Multi-Objective Binary Linear Programming

Learning to Project in Multi-Objective Binary Linear Programming Learnng to Project n Mult-Objectve Bnary Lnear Programmng Alvaro Serra-Altamranda Department of Industral and Management System Engneerng, Unversty of South Florda, Tampa, FL, 33620 USA, amserra@mal.usf.edu,

More information

Shape Optimization of Shear-type Hysteretic Steel Damper for Building Frames using FEM-Analysis and Heuristic Approach

Shape Optimization of Shear-type Hysteretic Steel Damper for Building Frames using FEM-Analysis and Heuristic Approach The Seventh Chna-Japan-Korea Jont Symposum on Optmzaton of Structural and Mechancal Systems Huangshan, June, 18-21, 2012, Chna Shape Optmzaton of Shear-type Hysteretc Steel Damper for Buldng Frames usng

More information

Quality Improvement Algorithm for Tetrahedral Mesh Based on Optimal Delaunay Triangulation

Quality Improvement Algorithm for Tetrahedral Mesh Based on Optimal Delaunay Triangulation Intellgent Informaton Management, 013, 5, 191-195 Publshed Onlne November 013 (http://www.scrp.org/journal/m) http://dx.do.org/10.36/m.013.5601 Qualty Improvement Algorthm for Tetrahedral Mesh Based on

More information

Discrete Cosine Transform Optimization in Image Compression Based on Genetic Algorithm

Discrete Cosine Transform Optimization in Image Compression Based on Genetic Algorithm 015 8th Internatonal Congress on Image and Sgnal Processng (CISP 015) Dscrete Cosne Transform Optmzaton n Image Compresson Based on Genetc Algorthm LIU Yuan-yuan 1 CHE He-xn 1 College of Communcaton Engneerng,

More information

Neural Network Based Algorithm for Multi-Constrained Shortest Path Problem

Neural Network Based Algorithm for Multi-Constrained Shortest Path Problem Neural Network Based Algorthm for Mult-Constraned Shortest Path Problem Jyang Dong 1,2, Junyng Zhang 2, and Zhong Chen 1 1 Department of Physcs, Fujan Engneerng Research Center for Sold-State Lghtng, Xamen

More information

Concurrent Apriori Data Mining Algorithms

Concurrent Apriori Data Mining Algorithms Concurrent Apror Data Mnng Algorthms Vassl Halatchev Department of Electrcal Engneerng and Computer Scence York Unversty, Toronto October 8, 2015 Outlne Why t s mportant Introducton to Assocaton Rule Mnng

More information

Comparison of Heuristics for Scheduling Independent Tasks on Heterogeneous Distributed Environments

Comparison of Heuristics for Scheduling Independent Tasks on Heterogeneous Distributed Environments Comparson of Heurstcs for Schedulng Independent Tasks on Heterogeneous Dstrbuted Envronments Hesam Izakan¹, Ath Abraham², Senor Member, IEEE, Václav Snášel³ ¹ Islamc Azad Unversty, Ramsar Branch, Ramsar,

More information

A New Approach For the Ranking of Fuzzy Sets With Different Heights

A New Approach For the Ranking of Fuzzy Sets With Different Heights New pproach For the ankng of Fuzzy Sets Wth Dfferent Heghts Pushpnder Sngh School of Mathematcs Computer pplcatons Thapar Unversty, Patala-7 00 Inda pushpndersnl@gmalcom STCT ankng of fuzzy sets plays

More information

AN IMPROVED GENETIC ALGORITHM FOR RECTANGLES CUTTING & PACKING PROBLEM. Wang Shoukun, Wang Jingchun, Jin Yihui

AN IMPROVED GENETIC ALGORITHM FOR RECTANGLES CUTTING & PACKING PROBLEM. Wang Shoukun, Wang Jingchun, Jin Yihui Copyrght 2002 IFAC 5th Trennal World Congress, Barcelona, Span A IPROVED GEETIC ALGORITH FOR RECTAGLES CUTTIG & PACKIG PROBLE Wang Shouun, Wang Jngchun, Jn Yhu Tsnghua Unversty, Beng 00084, P. R. Chna

More information

GIS . ( NSGA-II (GA NSGA-II) GIS

GIS . ( NSGA-II (GA NSGA-II)   GIS Vol9, No 3, Autumn 07 Iranan Remote Sensng & 5-3 3 * 3 /6/5 /5/ 35 9 * Emal zdarvar@gmalcom - 60 50 05 3 387 Datta and Deb, Deb et al, 005 388 Herzng, 008 Datta et al, 007 006 Deb and Sundar, 006 Vllalta-Calderon

More information

LS-TaSC Version 2.1. Willem Roux Livermore Software Technology Corporation, Livermore, CA, USA. Abstract

LS-TaSC Version 2.1. Willem Roux Livermore Software Technology Corporation, Livermore, CA, USA. Abstract 12 th Internatonal LS-DYNA Users Conference Optmzaton(1) LS-TaSC Verson 2.1 Wllem Roux Lvermore Software Technology Corporaton, Lvermore, CA, USA Abstract Ths paper gves an overvew of LS-TaSC verson 2.1,

More information

Active Contours/Snakes

Active Contours/Snakes Actve Contours/Snakes Erkut Erdem Acknowledgement: The sldes are adapted from the sldes prepared by K. Grauman of Unversty of Texas at Austn Fttng: Edges vs. boundares Edges useful sgnal to ndcate occludng

More information

Data Mining For Multi-Criteria Energy Predictions

Data Mining For Multi-Criteria Energy Predictions Data Mnng For Mult-Crtera Energy Predctons Kashf Gll and Denns Moon Abstract We present a data mnng technque for mult-crtera predctons of wnd energy. A mult-crtera (MC) evolutonary computng method has

More information

Wishing you all a Total Quality New Year!

Wishing you all a Total Quality New Year! Total Qualty Management and Sx Sgma Post Graduate Program 214-15 Sesson 4 Vnay Kumar Kalakband Assstant Professor Operatons & Systems Area 1 Wshng you all a Total Qualty New Year! Hope you acheve Sx sgma

More information

LECTURE NOTES Duality Theory, Sensitivity Analysis, and Parametric Programming

LECTURE NOTES Duality Theory, Sensitivity Analysis, and Parametric Programming CEE 60 Davd Rosenberg p. LECTURE NOTES Dualty Theory, Senstvty Analyss, and Parametrc Programmng Learnng Objectves. Revew the prmal LP model formulaton 2. Formulate the Dual Problem of an LP problem (TUES)

More information

Performance Study of Mode-Pursuing Sampling Method

Performance Study of Mode-Pursuing Sampling Method Performance Study of Mode-Pursung Samplng Method X. Duan 1, G.G. Wang *, X. Kang 1, Q. Nu 1, G. Naterer 3, Q. Peng 1 Abstract Snce the publcaton of our recently developed mode-pursng samplng (MPS) method,

More information

A Modelling and a New Hybrid MILP/CP Decomposition Method for Parallel Continuous Galvanizing Line Scheduling Problem

A Modelling and a New Hybrid MILP/CP Decomposition Method for Parallel Continuous Galvanizing Line Scheduling Problem ISIJ Internatonal, Vol. 58 (2018), ISIJ Internatonal, No. 10 Vol. 58 (2018), No. 10, pp. 1820 1827 A Modellng and a New Hybrd MILP/CP Decomposton Method for Parallel Contnuous Galvanzng Lne Schedulng Problem

More information

Design for Reliability: Case Studies in Manufacturing Process Synthesis

Design for Reliability: Case Studies in Manufacturing Process Synthesis Desgn for Relablty: Case Studes n Manufacturng Process Synthess Y. Lawrence Yao*, and Chao Lu Department of Mechancal Engneerng, Columba Unversty, Mudd Bldg., MC 473, New York, NY 7, USA * Correspondng

More information

Parallel Branch and Bound Algorithm - A comparison between serial, OpenMP and MPI implementations

Parallel Branch and Bound Algorithm - A comparison between serial, OpenMP and MPI implementations Journal of Physcs: Conference Seres Parallel Branch and Bound Algorthm - A comparson between seral, OpenMP and MPI mplementatons To cte ths artcle: Luco Barreto and Mchael Bauer 2010 J. Phys.: Conf. Ser.

More information

The Codesign Challenge

The Codesign Challenge ECE 4530 Codesgn Challenge Fall 2007 Hardware/Software Codesgn The Codesgn Challenge Objectves In the codesgn challenge, your task s to accelerate a gven software reference mplementaton as fast as possble.

More information

MULTIOBJECTIVE PSO ALGORITHM IN PROJECT STAFF MANAGEMENT

MULTIOBJECTIVE PSO ALGORITHM IN PROJECT STAFF MANAGEMENT MULTIOBJECTIVE PSO ALGORITHM IN PROJECT STAFF MANAGEMENT I-Tung Yang Dept. of Cvl Engneerng Tamang Unversty 151 Yngchuan Road, Tamsu, Tape County, Tawan 251 tyang@mal.tu.edu.tw Abstract: The assgnment

More information

Type-2 Fuzzy Non-uniform Rational B-spline Model with Type-2 Fuzzy Data

Type-2 Fuzzy Non-uniform Rational B-spline Model with Type-2 Fuzzy Data Malaysan Journal of Mathematcal Scences 11(S) Aprl : 35 46 (2017) Specal Issue: The 2nd Internatonal Conference and Workshop on Mathematcal Analyss (ICWOMA 2016) MALAYSIAN JOURNAL OF MATHEMATICAL SCIENCES

More information

An Influence of the Noise on the Imaging Algorithm in the Electrical Impedance Tomography *

An Influence of the Noise on the Imaging Algorithm in the Electrical Impedance Tomography * Open Journal of Bophyscs, 3, 3, 7- http://dx.do.org/.436/ojbphy.3.347 Publshed Onlne October 3 (http://www.scrp.org/journal/ojbphy) An Influence of the Nose on the Imagng Algorthm n the Electrcal Impedance

More information

Air Transport Demand. Ta-Hui Yang Associate Professor Department of Logistics Management National Kaohsiung First Univ. of Sci. & Tech.

Air Transport Demand. Ta-Hui Yang Associate Professor Department of Logistics Management National Kaohsiung First Univ. of Sci. & Tech. Ar Transport Demand Ta-Hu Yang Assocate Professor Department of Logstcs Management Natonal Kaohsung Frst Unv. of Sc. & Tech. 1 Ar Transport Demand Demand for ar transport between two ctes or two regons

More information