亚洲免费av电影一区二区三区,日韩爱爱视频,51精品视频一区二区三区,91视频爱爱,日韩欧美在线播放视频,中文字幕少妇AV,亚洲电影中文字幕,久久久久亚洲av成人网址,久久综合视频网站,国产在线不卡免费播放

        ?

        A New Metaheuristic Approach to Solving Benchmark Problems:Hybrid Salp Swarm Jaya Algorithm

        2022-08-24 03:28:22ErkanErdemirandAdemAlpaslanAltun
        Computers Materials&Continua 2022年5期

        Erkan Erdemir and Adem Alpaslan Altun

        1Department of Information Technologies,Tokat Vocational and Technical Anatolian High School,Merkez/Tokat,60030,Turkey

        2Department of Computer Engineering,F(xiàn)aculty of Technology,Konya Selcuk University,Selcuklu/Konya,42130,Turkey

        Abstract: Metaheuristic algorithms are one of the methods used to solve optimization problems and find global or close to optimal solutions at a reasonable computational cost.As with other types of algorithms, in metaheuristic algorithms, one of the methods used to improve performance and achieve results closer to the target result is the hybridization of algorithms.In this study,a hybrid algorithm(HSSJAYA)consisting of salp swarm algorithm(SSA) and jaya algorithm (JAYA) is designed.The speed of achieving the global optimum of SSA,its simplicity,easy hybridization and JAYA’s success in achieving the best solution have given us the idea of creating a powerful hybrid algorithm from these two algorithms.The hybrid algorithm is based on SSA’s leader and follower salp system and JAYA’s best and worst solution part.HSSJAYA works according to the best and worst food source positions.In this way, it is thought that the leader-follower salps will find the best solution to reach the food source.The hybrid algorithm has been tested in 14 unimodal and 21 multimodal benchmark functions.The results were compared with SSA,JAYA,cuckoo search algorithm(CS),firefly algorithm(FFA) and genetic algorithm (GA).As a result, a hybrid algorithm that provided results closer to the desired fitness value in benchmark functions was obtained.In addition,these results were statistically compared using wilcoxon rank sum test with other algorithms.According to the statistical results obtained from the results of the benchmark functions,it was determined that HSSJAYA creates a statistically significant difference in most of the problems compared to other algorithms.

        Keywords: Metaheuristic;optimization;benchmark;algorithm;swarm;hybrid

        1 Introduction

        Optimization problems;signal processing,mathematics,chemistry,computer science,mechanics,economics,etc.it is the expression of real-world problems in fields by converting them into mathematical terms.Purpose in optimization problems;is to find the best available solution by optimizing the value among the possible solutions within a certain solution search range and constraints[1,2].

        It may be necessary to use different algorithms to find the best solution to optimization problems.These algorithms are divided into deterministic algorithms, which often use a method of tracking a particular sequence of actions,and stochastic algorithms that contain randomness[3].

        In deterministic algorithms, no hesitant result is obtained.As long as the input given to the problem in the algorithm is the same, the solution obtained as the output is always the same, but with a deterministic algorithm,structural difficulties can develop in solving problems,and there is a possibility that the expected solution cannot be obtained[4,5].

        For the reasons above; metaheuristic algorithms inspired by nature contained in stochastic algorithms;they are preferred because they can be created in a simple way according to deterministic algorithms, hybrid with multiple metaheuristic algorithms, flexibility in adapting to different problems,solving real problems without derivatives,and avoiding local optimal values[6,7].

        Most of the metaheuristic algorithms are population and swarm based high level heuristics; It is one of the methods preferred by researchers in the solution of optimization problems.Cuckoo search algorithm(CS)[8],firefly algorithm(FFA)[9],salp swarm algorithm(SSA)[10],jaya algorithm(JAYA)[11,12],genetic algorithm(GA)[13]can be given as examples to these algorithms.

        Metaheuristic algorithms;simple,easy to implement,successful in solving difficult problems,etc.but high computational costs, stuck in local search, uncertainty in reaching convergence, and nonrepeatable exact solutions,etc.are among its weaknesses[14,15].

        To obtain a stronger metaheuristic algorithm, either new algorithms should be created or new hybrid algorithms should be developed by taking the successful parts of more than one algorithm[16].While the hybrid algorithm aims to create a better algorithm by combining the advantageous aspects of more than one algorithm,it also aims to reduce or remove the weaknesses of the algorithms that make up the hybrid algorithm[17,18].

        Hybrid metaheuristic algorithms developed in studies are also superior in areas such as optimization problems,artificial neural network training,etc.Some of the studies in the literature are;

        Li et al.[19]developed a hybrid algorithm with GSA to improve SSA’s success in complex problem solutions and improve its search capability.The hybrid algorithm has been tested with CEC2017 functions and has been found by researchers to increase accuracy and convergence rate.

        Singh et al.[20] have developed a hybrid salp swarm-sine cosine algorithm for nonlinear optimization problems.They performed the positions of salp swarms in the search space using position equations in the sine cosine algorithm.Researchers noted that the hybrid algorithm tested in optimization and engineering problems reach the best solution in a short time and with high accuracy compared to other algorithms.

        Caldeira et al.[21]have designed advanced JAYA to solve flexible workshop scheduling problems.In order for JAYA’s solutions to be better,local search methods,new acceptance criteria,etc.they have added innovations such as.The improved JAYA algorithm has been compared with other well-known metaheuristic algorithms based on the makespan criterion on benchmarking samples.

        Khamees et al.[22]hybridized the simulated annealing algorithm(SA)with the SSA algorithm.They used it for multi-purpose feature selection.The hybrid algorithm,which has been tested in a total of 16 data sets,has been compared to the original SSA,PSO and ant lion algorithm(ALO).They noted that the accuracy rate in classification according to results is high compared to other algorithms.

        Aslan et al.[23] designed JAYA with XOR operator for binary optimization called JayaX.Researchers believe that JAYA is not suitable for binary optimization problems,and have noted that solutions solve this obstacle by using the XOR operator.They aimed to improve the performance of the algorithm by adding a local search section to the algorithm they developed.They noted that the solution quality and stability of the new algorithm,which is compared with other algorithms on various problems,is better.

        Ibrahim et al.[24] designed an improved SSA algorithm for PSO-based attribute selection.Researchers have taken advantage of the strengths of the two algorithms to overcome the highdimensionality problem in attribute selection.The algorithm developed was evaluated in two parts;in the first part,benchmarking functions were evaluated and in the second part,experimental analysis was performed on the selection of the best attributes on different data sets.As a result,they noted that the improved hybrid algorithm results better in performance and accuracy.

        Chen et al.[25]proposed a hybrid algorithm that they created using PSO-CS algorithms.They used their proposed algorithms as a new training method for feedforward neural networks.As a result,they found that the proposed hybrid algorithm performed better in feedforward neural networks training than in PSO and CS.

        The aim of this study is to develop a new hybrid algorithm by combining the metaheuristic optimization algorithms that exist in the literature.The developed hybrid algorithm has a high accuracy rate, the error rate has been minimized, and at the same time it was desired to develop an algorithm that will succeed from the algorithms that make up the hybrid algorithm.

        In this context,a hybrid metaheuristic algorithm(Hybrid Salp Swarm Jaya Algorithm-HSSJAYA)consisting of the SSA and JAYA algorithm was developed.The developed hybrid algorithm was used in unimodal-multimodal benchmarking functions.The hybrid algorithm developed has been compared to SSA,JAYA and several leading algorithms.

        In Section 1 (Introduction), information on optimization, metaheuristic algorithms, hybrid algorithms and related studies and the purpose and subject of the study were given.

        In Section 2(Overview),information about SSA and JAYA was given.

        In Section 3(Proposed Hybrid Approach),information was given about the developed HSSJAYA.Equations,changes and updates of HSSJAYA were tried to be expressed in the best way.Also in this section,there is a detailed pseudo code about HSSJAYA.

        In Section 4 (Experimental Results), the solutions obtained by HSSJAYA in unimodal and multimodal benchmark functions were compared with other algorithms and also the results were compared statistically.Many information such as benchmark functions used in the research, search agents, number of iterations, parameters of algorithms used in comparison are also included in this section.

        In Section 5 (Conclusions and Future Work), conclusions about the designed HSSJAYA and information that will guide future studies were mentioned.

        2 Overview

        2.1 SSA

        SSA is inspired by salps from the salpedia family,which are structurally similar to jellyfish and live in packs deep in the seas and oceans.At the beginning of this chain,there is a salp in the leader position,and the other salps follow the leader.The leader updates its position relative to food source.The best solution is always in the leader.The salps that follow the leader update their positions relative to each other.SSA, which is easy and simple to implement, is used in many areas, including optimization problems[10,26].

        Mirjalili et al.[10]explained the equations used in SSA as follows;

        In SSA,the location of salps is located in ad-dimensional search space.Nrefers search agents.TheXmatrix where the position of the salps inNxdsize is kept is shown in Eq.(1).Salps are randomly assigned between the lower and upper bounds specified at the beginning.

        Eq.(2)is used to update the salp position,which is the leader in SSA.

        According to this equation,ifi==1,xijshows the position information of the leader salp in thejthdimension,F(xiàn)jindicates the best solution(food source)ofjthdimension.The termsubandlbrefer to the lower and upper limits of thejthdimension.The termc1,which is important for the food source,is calculated according to the equation contained in Eq.(3).

        According to the Eq.(3),the valueeshows the number e,the valueitshows the current iteration value, and theMax_itshows the maximum number of iterations.According to the literature, the coefficents ofc2andc3represent random values between 0 and 1.This means that the value ofc3will never fall below zero,and it means that the equation in thec3<0 proposition in Eq.(2)cannot be calculated at all.Ahmed et al.[27],Singh et al.[28]and Faris et al.[29]in their studies,they wrote an equation in which the leader position can be updated according to the situation where the value ofc3can be between 0 and 1,which is shown in Eq.(4).

        The mathematical expression required to update the position of the salps following the leader is contained in Eq.(5).

        Tab.1 contains the pseudo-code of the SSA.In this pseudo-code,the leader is based on a single leader when updating the salp position[10].

        Table 1:SSA pseudo-code

        In the literature review, if the single leader salp is selected as multiple, the randomness of the algorithm can be increased.This increase affects the stability of the algorithm as a disadvantage, if it is desired to increase the randomness and keep its stability in a balanced state.It has been stated that half of the search agents(N)should be chosen as the leader(N/2)and the other half(N/2)as the follower[30,31].In addition,when the leader and follower position updates in the codes written by the developers of SSA are examined,it is seen that half of the search agents are leaders and the other half are followers[32,33].According to the explanations written above,the pseudo-code of SSA is shown in Tab.2.In our research,the pseudo-code in Tab.2 was taken as the basis in SSA and HSSJAYA.

        Table 2:SSA pseudo-code v2

        Table 2:Continued

        2.2 Jaya

        JAYA, which means victory in Sanskrit developed by Rao [11], does not have its own extra parameters compared to other optimization algorithms.There are best and worst solutions in this algorithm.It is an algorithm that tries to get as close as possible to the best solution and as far away as possible from the worst solution.In this algorithm,which is easy and simple to implement,the basic parameters are very few.Rao[11]describes the solution updates according to Eq.(6)as follows;

        The terms in Eq.(6)are expressed in Tab.3 as follows;

        Table 3:Explanation of terms in Eq.(6)

        r1,j,i(uj,best,i-|uj,k,i|) in equation describes the state of the solution approaching the best solution.-r2,j,i(uj,worst,i-|uj,k,i|) describes the state of the solution moving away from the worst solution.Tab.4 contains the pseudo-code of Jaya.

        Table 4:JAYA pseudo-code

        3 Proposed Hybrid Approach

        Metaheuristic algorithms aim to find global or close to optimal solutions at a reasonable computational cost.By using the global optimum search feature of the salp swarm algorithm and the success of the jaya algorithm in reaching the best solution, a hybrid algorithm that achieves the best result faster than traditional metaheuristic algorithms is aimed.

        In SSA,salps update their positions according to the source of the food.During this update,leader and follower salps try to be closest to the food source.Positions that do not give good results in SSA do not have any effect on the calculations.In JAYA,the best and worst candidates are the solutions.These obtained solutions are used to calculate the new solution.

        The hybrid algorithm is based on SSA’s leader and follower salp system and JAYA’s best and worst solution part.HSSJAYA works according to the best and worst food source positions.The best food source refers to the position that the leader and follower salps should reach; the worst food source refers to the position that the leader and follower salps should not reach.When calculating the best food source position,the values obtained from the worst food source position are also included in the calculation.In this way,it is thought that the leader-follower salps will find the best solution to reach the food source.HSSJAYA algorithm has been developed based on the SSA given pseudo code in Tab.2.The equations developed for HSSJAYA and the descriptions of these equations are as follows.

        In HSSJAYA,as in SSA,the location of salps is located in ad-dimensional search space.Nrefers to search agents.Eq.(7)contains theXmatrix in which the position of the salps inNxdsize is kept.Salps are randomly assigned between the lower and upper bounds specified initially.

        In Eqs.(8)–(10), thed-dimensional best food source, worst food source and new candidate solution positions are defined respectively.

        Obtaining a new candidate solution contained in JAYA will be performed in HSSJAYA, as in Eq.(11).

        The terms in Eq.(11)are expressed in Tab.5 as follows;

        Table 5:Explanation of terms in Eq.(11)

        bwfris calculated according to Eq.(12);

        In the equation,bfpfvis the best food fitness value;wfpfv,on the other hand,represents the worst food fitness value.Before the leader and follower salps update the position,the position of the salps is updated according to Eq.(13).

        Updating the leading salp in the HSSJAYA algorithm,providedi≤N/2,is shown in Eq.(14).

        The difference of this equation from the position update of the leader salp in SSA is that instead ofFj(food position in thejthdimension),bf pj(the best food position in thejthdimension)is located.Except for the coefficentc1, other coefficents and terms(ubj,lbj,c2,c3) are used as contained in the SSA.There are studies in the literature in which SSA coefficients were used by changing them.One of them is the perturbation weight salp swarm algorithm developed by Fan et al.[34]who proposed a newc1andc2value, leader and follower position update technique according to the perturbation weight mechanism.The equation prepared by Fan et al.[34]forc1is shown in Eq.(15).The valuetrefers to the iteration;the valueTrefers to the maximum iteration andu1refers to the number between 0 and 1.

        In this study,we also made changes to the originalc1coefficient by adding a new parameter and obtained a newc1coefficient shown in Eq.(16).

        Theivvalue(0<iv <1)contained in Eq.(16)is the improvement value ofc1,which performs the update process by reducing the difference between positions when updating the leader’s position.In the analysis conducted,it was found that the hybrid algorithm gives better results in this way.Theivvalue is not random;it was considered more appropriate to assign it as a fixed parameter so that researchers who will use the hybrid algorithm can change it at the above-mentioned intervals depending on the type of problems to be solved.

        Finally, the equation required for updating the positions of the follower salps in HSSJAYA,provided that it is betweeni >N/2 andi≤N,is the same as the equation in Eq.(5)used in updating the positions of the follower salps in SSA.In order to update the positions of the leader and follower salps correctly,xijis transposed and processed.After the update process is completed,the positions are restored by transposing again.The pseudo code of HSSJAYA is shown in Tab.6.

        Table 6:HSSJAYA pseudo-code

        Table 6:Continued

        Table 6:Continued

        4 Experimental Results

        In order to measure the performance of the developed algorithm, some analysis must be performed.In this section,analyzes made with HSSJAYA are included.The hybrid algorithm has been used in solving unimodal and multimodal benchmark functions.The results obtained were compared with the popular CS,GA,F(xiàn)FA algorithms,primarily the SSA and JAYA algorithms that make up the hybrid algorithm.All algorithms have equal number of independent runs,equal search agent,equal iteration.For all algorithms, each operation was run independently 30 times; the number of search agents used in each run was set to 30 and the number of iterations was set to 100.

        HSSJAYA has been created by writing in Python(version 3.6).In the study,Evolopy framework was used.The Evolopy framework is an easy-to-use framework developed for optimization problem solving,artificial neural network training,attribute selection,clustering operations[35–37].

        Algorithms can include special parameters.These parameters can take constant values and can take different values according to the problem being studied.Theivparameter of HSSJAYA was accepted as 0.1.For the parameter values of other algorithms,the values in the Evolopy Framework were used[33].

        In addition, the methods to be used in the comparison between algorithms are included in the subheadings of this section.

        4.1 Results of Benchmark Functions

        HSSJAYA and other algorithms have optimized a total of 35 benchmark functions,including 14 unimodal and 21 multimodal.In the optimization process,attention was paid to the criteria in Section 4.In order to better compare the results of the algorithms,the results were normalized from between 0 and 1[10].Tab.7 contains the unimodal and multimodal benchmark functions used in the study.In this table,a few benchmark functions;Although it is mentioned as both unimodal and multimodal in the literature,it has been used by choosing one of the unimodal or multimodal types according to the type it is used most frequently[38–43].

        Table 7:Unimodal and multimodal benchmark functions used in the study[38–43]

        Table 7:Continued

        Table 7:Continued

        Mean and standard deviation values of benchmark functions according to algorithms are shown in Tab.8.If the mean and standard deviation values in this table are examined,it is seen that HSSJAYA gets better mean and standard deviation values in most benchmark functions than other algorithms.In addition,the mean convergence curves of some benchmark functions optimized by HSSJAYA are given in Fig.1.

        Table 8:Mean and standard deviation values of benchmarking functions according to algorithms

        Table 8:Continued

        Figure 1:Mean convergence curves for some functions optimized with HSSJAYA

        Although HSSJAYA appears to be successful in the optimization of unimodal and multimodal benchmark functions, statistically it is necessary to prove that the algorithm is successful.For this reason, the wilcoxon rank sum test, which is one of the data analysis tests, was applied and thepvalue was considered less than 0.05 (5E-02) in order to express a statistically significant difference.In each statistical test,the best algorithm was compared with the other algorithm[11,44].The results of the wilcoxon rank sum test are given in Tab.9.When the results are examined, it is seen that the hybrid algorithm creates statistically significant differences in unimodal and multimodal benchmark functions and is successful.

        Table 9:Wilcoxon rank sum test p-value results(N/A=not applicable)

        Table 9:Continued

        5 Conclusions and Future Work

        HSSJAYA was inspired by SSA’s method of reaching the nutrient of salps and JAYA’s method of reaching the desired solution through the best and worst candidate solutions.In other words,a hybrid algorithm has been developed in which the leader salp and the follower salp can reach the food more successfully and efficiently by calculating the positions of the salps that are far/should not reach(worst food solution)and close/should(best food solution)reach the food.

        Proposed HSSJAYA appears to be successful in optimization of benchmark functions.HSSJAYA achieved the best mean results in 30 out of 35 benchmark functions compared to other algorithms.Our study is also statistically successful.It has been determined that the hybrid algorithm creates statistically significant differences in most results compared to other algorithms.Other factors in the success of HSSJAYA are due to elements such as the algorithm structure developed, new equations and parameters added.According to these results,it has been proven that HSSJAYA is successful in solving benchmark problems according to the algorithms with which it is compared.

        HSSJAYA has been tested by the number of trials,search agents and iterations in the optimization of benchmark functions.It is recommended that it be tested with different number of trials, search agents and iterations,and also using it in different problems or artificial intelligence techniques apart from the problems in the study.

        By selecting algorithms that work well in their field from among the metaheuristic algorithms created or developed by researchers.It is believed that new hybrid algorithms will be developed that will give better results if they are hybridized with HSSJAYA developed in our study.

        Funding Statement:The authors received no specific funding for this study.

        Conflicts of Interest:The authors declare that they have no conflicts of interest to report regarding the present study.

        18禁超污无遮挡无码免费游戏| 日本一区二区在线高清| 国产精品无码一区二区三区在| 免费观看的a级毛片的网站| 久久99国产精品尤物| 人妻少妇久久精品一区二区 | 亚洲午夜精品a区| 天堂a版一区二区av| 色熟妇人妻久久中文字幕| 亚洲中文字幕无码一久久区| 色综合自拍| 少妇极品熟妇人妻高清| 中文字幕人妻少妇伦伦| 亚洲人成电影在线播放| 国产成人精品三级麻豆| 日本一级二级三级在线| 免费的日本一区二区三区视频| 特级做a爰片毛片免费看无码| 国产精品高清视亚洲乱码有限公司| 亚洲天堂一区二区精品| av天堂精品久久综合网| 军人粗大的内捧猛烈进出视频| 乱人伦人妻中文字幕无码| 久久午夜一区二区三区| 色狠狠色狠狠综合天天| 天堂在线www中文| 国产精品日韩中文字幕| 久久在一区二区三区视频免费观看 | 日日噜噜噜夜夜爽爽狠狠| 97超级碰碰碰久久久观看| 精品人妻码一区二区三区红楼视频 | 青青草大香蕉视频在线观看| 好看的欧美熟妇www在线| 女的把腿张开男的猛戳出浆| 亚洲一区中文字幕视频| 无码gogo大胆啪啪艺术| 美女裸体自慰在线观看| 一区二区三区国产偷拍| 免费a级毛片在线播放| 人妻少妇精品视频一区二区三区 | 精选麻豆国产AV|