期刊文献+
共找到1,110篇文章
< 1 2 56 >
每页显示 20 50 100
Hybrid Chaotic Salp Swarm with Crossover Algorithm for Underground Wireless Sensor Networks 被引量:1
1
作者 Mariem Ayedi Walaa H.ElAshmawi Esraa Eldesouky 《Computers, Materials & Continua》 SCIE EI 2022年第8期2963-2980,共18页
Resource management in Underground Wireless Sensor Networks(UWSNs)is one of the pillars to extend the network lifetime.An intriguing design goal for such networks is to achieve balanced energy and spectral resource ut... Resource management in Underground Wireless Sensor Networks(UWSNs)is one of the pillars to extend the network lifetime.An intriguing design goal for such networks is to achieve balanced energy and spectral resource utilization.This paper focuses on optimizing the resource efficiency in UWSNs where underground relay nodes amplify and forward sensed data,received from the buried source nodes through a lossy soil medium,to the aboveground base station.A new algorithm called the Hybrid Chaotic Salp Swarm and Crossover(HCSSC)algorithm is proposed to obtain the optimal source and relay transmission powers to maximize the network resource efficiency.The proposed algorithm improves the standard Salp Swarm Algorithm(SSA)by considering a chaotic map to initialize the population along with performing the crossover technique in the position updates of salps.Through experimental results,the HCSSC algorithm proves its outstanding superiority to the standard SSA for resource efficiency optimization.Hence,the network’s lifetime is prolonged.Indeed,the proposed algorithm achieves an improvement performance of 23.6%and 20.4%for the resource efficiency and average remaining relay battery per transmission,respectively.Furthermore,simulation results demonstrate that the HCSSC algorithm proves its efficacy in the case of both equal and different node battery capacities. 展开更多
关键词 Underground wireless sensor networks resource efficiency chaotic theory crossover algorithm salp swarm algorithm
在线阅读 下载PDF
An Improved Genetic Algorithm with Quasi-Gradient Crossover 被引量:4
2
作者 Xiao-Ling Zhang Li Du Guang-Wei Zhang Qiang Miao Zhong-Lai Wang 《Journal of Electronic Science and Technology of China》 2008年第1期47-51,共5页
The convergence of genetic algorithm is mainly determined by its core operation crossover operation. When the objective function is a multiple hump function, traditional genetic algorithms are easily trapped into loca... The convergence of genetic algorithm is mainly determined by its core operation crossover operation. When the objective function is a multiple hump function, traditional genetic algorithms are easily trapped into local optimum, which is called premature conver- gence. In this paper, we propose a new genetic algorithm with improved arithmetic crossover operation based on gradient method. This crossover operation can generate offspring along quasi-gradient direction which is the Steepest descent direction of the value of objective function. The selection operator is also simplified, every individual in the population is given an opportunity to get evolution to avoid complicated selection algorithm. The adaptive mutation operator and the elitist strategy are also applied in this algorithm. The case 4 indicates this algorithm can faster converge to the global optimum and is more stable than the conventional genetic algorithms. 展开更多
关键词 Adaptive mutation arithmetic crossover elitist strategy genetic algorithm.
在线阅读 下载PDF
A Genetic Algorithm with Weighted Average Normally-Distributed Arithmetic Crossover and Twinkling
3
作者 George S. Ladkany Mohamed B. Trabia 《Applied Mathematics》 2012年第10期1220-1235,共16页
Genetic algorithms have been extensively used as a global optimization tool. These algorithms, however, suffer from their generally slow convergence rates. This paper proposes two approaches to address this limitation... Genetic algorithms have been extensively used as a global optimization tool. These algorithms, however, suffer from their generally slow convergence rates. This paper proposes two approaches to address this limitation. First, a new crossover technique, the weighted average normally-distributed arithmetic crossover (NADX), is introduced to enhance the rate of convergence. Second, twinkling is incorporated within the crossover phase of the genetic algorithms. Twinkling is a controlled random deviation that allows only a subset of the design variables to undergo the decisions of an optimization algorithm while maintaining the remaining variable values. Two twinkling genetic algorithms are proposed. The proposed algorithmsare compared to simple genetic algorithms by using various mathematical and engineering design test problems. The results show that twinkling genetic algorithms have the ability to consistently reach known global minima, rather than nearby sub-optimal points, and are able to do this with competitive rates of convergence. 展开更多
关键词 GENETIC algorithmS crossover TECHNIQUES Twinkling Engineering Design GLOBAL Optimization
暂未订购
Appropriate Combination of Crossover Operator and Mutation Operator in Genetic Algorithms for the Travelling Salesman Problem
4
作者 Zakir Hussain Ahmed Habibollah Haron Abdullah Al-Tameem 《Computers, Materials & Continua》 SCIE EI 2024年第5期2399-2425,共27页
Genetic algorithms(GAs)are very good metaheuristic algorithms that are suitable for solving NP-hard combinatorial optimization problems.AsimpleGAbeginswith a set of solutions represented by a population of chromosomes... Genetic algorithms(GAs)are very good metaheuristic algorithms that are suitable for solving NP-hard combinatorial optimization problems.AsimpleGAbeginswith a set of solutions represented by a population of chromosomes and then uses the idea of survival of the fittest in the selection process to select some fitter chromosomes.It uses a crossover operator to create better offspring chromosomes and thus,converges the population.Also,it uses a mutation operator to explore the unexplored areas by the crossover operator,and thus,diversifies the GA search space.A combination of crossover and mutation operators makes the GA search strong enough to reach the optimal solution.However,appropriate selection and combination of crossover operator and mutation operator can lead to a very good GA for solving an optimization problem.In this present paper,we aim to study the benchmark traveling salesman problem(TSP).We developed several genetic algorithms using seven crossover operators and six mutation operators for the TSP and then compared them to some benchmark TSPLIB instances.The experimental studies show the effectiveness of the combination of a comprehensive sequential constructive crossover operator and insertion mutation operator for the problem.The GA using the comprehensive sequential constructive crossover with insertion mutation could find average solutions whose average percentage of excesses from the best-known solutions are between 0.22 and 14.94 for our experimented problem instances. 展开更多
关键词 Travelling salesman problem genetic algorithms crossover operator mutation operator comprehensive sequential constructive crossover insertion mutation
在线阅读 下载PDF
Iterated Function System-Based Crossover Operation for Real-Coded Genetic Algorithm
5
作者 S. H. Ling 《Journal of Intelligent Learning Systems and Applications》 2015年第2期37-41,共5页
An iterated function system crossover (IFSX) operation for real-coded genetic algorithms (RCGAs) is presented in this paper. Iterated?function system (IFS) is one type of fractals that maintains a similarity character... An iterated function system crossover (IFSX) operation for real-coded genetic algorithms (RCGAs) is presented in this paper. Iterated?function system (IFS) is one type of fractals that maintains a similarity characteristic. By introducing the IFS into the crossover operation, the RCGA performs better searching solution with a faster convergence in a set of benchmark test functions. 展开更多
关键词 GENETIC algorithm ITERATED FUNCTION SYSTEM crossover Operation
在线阅读 下载PDF
Solving the Generalized Traveling Salesman Problem Using Sequential Constructive Crossover Operator in Genetic Algorithm
6
作者 Zakir Hussain Ahmed Maha Ata Al-Furhood +1 位作者 Abdul Khader Jilani Saudagar Shakir Khan 《Computer Systems Science & Engineering》 2024年第5期1113-1131,共19页
The generalized travelling salesman problem(GTSP),a generalization of the well-known travelling salesman problem(TSP),is considered for our study.Since the GTSP is NP-hard and very complex,finding exact solutions is h... The generalized travelling salesman problem(GTSP),a generalization of the well-known travelling salesman problem(TSP),is considered for our study.Since the GTSP is NP-hard and very complex,finding exact solutions is highly expensive,we will develop genetic algorithms(GAs)to obtain heuristic solutions to the problem.In GAs,as the crossover is a very important process,the crossovermethods proposed for the traditional TSP could be adapted for the GTSP.The sequential constructive crossover(SCX)and three other operators are adapted to use in GAs to solve the GTSP.The effectiveness of GA using SCX is verified on some GTSP Library(GTSPLIB)instances first and then compared against GAs using the other crossover methods.The computational results show the success of the GA using SCX for this problem.Our proposed GA using SCX,and swap mutation could find average solutions whose average percentage of excesses fromthe best-known solutions is between 0.00 and 14.07 for our investigated instances. 展开更多
关键词 Generalized travelling salesman problem NP-HARD genetic algorithms sequential constructive crossover swap mutation
在线阅读 下载PDF
Optimization of QoS Parameters in Cognitive Radio Using Combination of Two Crossover Methods in Genetic Algorithm
7
作者 Abdelfatah Elarfaoui Noureddine Elalami 《International Journal of Communications, Network and System Sciences》 2013年第11期478-483,共6页
Radio Cognitive (RC) is the new concept introduced to improve spectrum utilization in wireless communication and present important research field to resolve the spectrum scarcity problem. The powerful ability of CR to... Radio Cognitive (RC) is the new concept introduced to improve spectrum utilization in wireless communication and present important research field to resolve the spectrum scarcity problem. The powerful ability of CR to change and adapt its transmit parameters according to environmental sensed parameters, makes CR as the leading technology to manage spectrum allocation and respond to QoS provisioning. In this paper, we assume that the radio environment has been sensed and that the SU specifies QoS requirements of the wireless application. We use genetic algorithm (GA) and propose crossover method called Combined Single-Heuristic Crossover. The weighted sum multi-objective approach is used to combine performance objectives functions discussed in this paper and BER approximate formula is considered. 展开更多
关键词 Cognitive Radio Genetic algorithm SPECTRUM Allocation Decision-Making SPECTRUM Management Quality of Service (QoS) MULTI-OBJECTIVE Weighted SUM Approach Heuristic-crossover
在线阅读 下载PDF
Genetic Crossover Operators for the Capacitated Vehicle Routing Problem 被引量:1
8
作者 Zakir Hussain Ahmed Naif Al-Otaibi +1 位作者 Abdullah Al-Tameem Abdul Khader Jilani Saudagar 《Computers, Materials & Continua》 SCIE EI 2023年第1期1575-1605,共31页
We study the capacitated vehicle routing problem(CVRP)which is a well-known NP-hard combinatorial optimization problem(COP).The aim of the problem is to serve different customers by a convoy of vehicles starting from ... We study the capacitated vehicle routing problem(CVRP)which is a well-known NP-hard combinatorial optimization problem(COP).The aim of the problem is to serve different customers by a convoy of vehicles starting from a depot so that sum of the routing costs under their capacity constraints is minimized.Since the problem is very complicated,solving the problem using exact methods is almost impossible.So,one has to go for the heuristic/metaheuristic methods and genetic algorithm(GA)is broadly applied metaheuristic method to obtain near optimal solution to such COPs.So,this paper studies GAs to find solution to the problem.Generally,to solve a COP,GAs start with a chromosome set named initial population,and then mainly three operators-selection,crossover andmutation,are applied.Among these three operators,crossover is very crucial in designing and implementing GAs,and hence,numerous crossover operators were developed and applied to different COPs.There are two major kinds of crossover operators-blind crossovers and distance-based crossovers.We intend to compare the performance of four blind crossover and four distance-based crossover operators to test the suitability of the operators to solve the CVRP.These operators were originally proposed for the standard travelling salesman problem(TSP).First,these eight crossovers are illustrated using same parent chromosomes for building offspring(s).Then eight GAs using these eight crossover operators without any mutation operator and another eight GAs using these eight crossover operators with a mutation operator are developed.These GAs are experimented on some benchmark asymmetric and symmetric instances of numerous sizes and various number of vehicles.Our study revealed that the distance-based crossovers are much superior to the blind crossovers.Further,we observed that the sequential constructive crossover with and without mutation operator is the best one for theCVRP.This estimation is validated by Student’s t-test at 95%confidence level.We further determined a comparative rank of the eight crossovers for the CVRP. 展开更多
关键词 Vehicle routing problem NP-HARD genetic algorithm sequential constructive crossover MUTATION
在线阅读 下载PDF
多需求多维背包问题的反向学习混合进化算法
9
作者 王丽娜 陆芷 《计算机工程与设计》 北大核心 2026年第1期19-28,共10页
为了进一步提升大规模多需求多维背包问题的求解速度和寻优能力,提出一种基于反向学习机制的混合进化算法(opposition-based learning hybrid evolutionary algorithm,OBL-HEA)。OBL-HEA在进化过程中采用双轨迹搜索维护种群多样性,设计... 为了进一步提升大规模多需求多维背包问题的求解速度和寻优能力,提出一种基于反向学习机制的混合进化算法(opposition-based learning hybrid evolutionary algorithm,OBL-HEA)。OBL-HEA在进化过程中采用双轨迹搜索维护种群多样性,设计基于反向学习机制的多亲本交叉算子避免搜索过程中可能舍弃的有潜力解,并结合基于3种邻域算子的两阶段禁忌搜索作为局部优化方法提升解的质量。实验部分在通用算例集上进行测试,并与当前文献中最先进的算法进行对比,实验结果验证了OBL-HEA在求解质量上更加高效和稳定,且寻优效率更好。 展开更多
关键词 混合进化算法 双轨迹搜索 反向学习 交叉算子 邻域算子 禁忌搜索 多需求多维背包问题
在线阅读 下载PDF
基于遗传算法与粒子群算法融合的路径规划
10
作者 焦文博 章翔峰 +2 位作者 姜宏 韩文旭 高博 《电子测量技术》 北大核心 2026年第2期117-127,共11页
针对移动机器人在复杂障碍物环境的路径规划过程中存在的搜索效率低、易陷入局部最优、路径冗余节点过多等问题,本文提出了一种基于遗传算法与粒子群优化算法融合的路径规划方法。首先,利用改进的遗传算法生成具有高质量的初始路径种群... 针对移动机器人在复杂障碍物环境的路径规划过程中存在的搜索效率低、易陷入局部最优、路径冗余节点过多等问题,本文提出了一种基于遗传算法与粒子群优化算法融合的路径规划方法。首先,利用改进的遗传算法生成具有高质量的初始路径种群,为后续粒子群优化算法提供先验搜索导向,增加种群的多样性并加快算法收敛;其次,提出基于适应度变化和迭代进度的双重策略来动态调整交叉概率,同时提出非线性动态递减惯性权重调整方法,从而有效平衡算法的全局搜索和局部搜索;接着,提出基于向量叉积的几何冗余节点判别准则和障碍物安全距离阈值判别方法,有效删除路径中的冗余节点和过渡节点,从而缩短路径长度并提高路径的优化能力;最后,在5个基准测试函数和2个不同的栅格地图环境中进行仿真实验以验证算法的优化性能。实验结果表明,本文所提算法相比遗传算法、粒子群优化算法、差分进化算法、灰狼优化算法、麻雀搜索算法、蜣螂优化算法及冠豪猪优化算法,在20×20的栅格地图中,路径长度平均降低了3.74%,运行时间平均降低了23.13%;而在30×30的栅格地图中,路径长度平均降低了4.83%,运行时间平均降低了19.95%。此外,本文算法规划的路径节点数也相对较少,表明本文所提算法在路径规划方面不仅能够有效缩短路径长度、降低运行时间,还能有效简化路径,展现出良好的寻优能力。 展开更多
关键词 路径规划 遗传算法 粒子群算法 交叉概率 惯性权重 节点
原文传递
自适应交叉与组合变异的多任务GP进行本体匹配
11
作者 戴可涛 吕青 姜照航 《现代电子技术》 北大核心 2026年第4期155-164,共10页
本体匹配是解决本体异质性问题的有效手段,为提高本体匹配质量并抑制遗传规划中膨胀现象,提出一种自适应交叉与组合变异的多任务遗传规划算法,实现两个任务种群间的知识交互。引入规模小的树抑制膨胀,并使用额外任务种群来引导目标任务... 本体匹配是解决本体异质性问题的有效手段,为提高本体匹配质量并抑制遗传规划中膨胀现象,提出一种自适应交叉与组合变异的多任务遗传规划算法,实现两个任务种群间的知识交互。引入规模小的树抑制膨胀,并使用额外任务种群来引导目标任务种群跳出局部最优。该算法采用一种新型任务间自适应交叉算子,根据个体及其亲本的表现选择不同交叉策略,使算法全面探索搜索空间。此外,提出一种基于组合概率的变异算子以引导目标任务种群实现更优质的变异,并设计一种新的适应度函数以抑制树规模,优化匹配性能同时减少树规模。在OAEI基准测试集(Benchmark)上进行实验,结果表明,所提方法在所有测试集上都取得优异的匹配性能,相较于其他前沿方法表现更优。 展开更多
关键词 本体匹配 遗传规划算法 自适应交叉算子 组合变异 BENCHMARK 相似度特征
在线阅读 下载PDF
城市内医疗器械运输车辆线路设计
12
作者 赵振然 田亮 蒲靖涛 《物流科技》 2026年第2期111-115,共5页
在中国,大部分物流公司调度车辆运输医疗器械的水平不高,存在着路径重复或是装配重量不合理的问题,上述问题导致车辆总路程变长,引发严重的资源浪费和环境污染。文章提出一种遗传算法用于解决上述问题。首先将问题抽象并建立数学模型,... 在中国,大部分物流公司调度车辆运输医疗器械的水平不高,存在着路径重复或是装配重量不合理的问题,上述问题导致车辆总路程变长,引发严重的资源浪费和环境污染。文章提出一种遗传算法用于解决上述问题。首先将问题抽象并建立数学模型,结合现实情况和车辆路径规划问题,针对医疗器械运输场景提出特定约束与路径优化策略,然后根据约束条件重点进行可行解设计、选择策略、交叉策略和变异策略,并展开详细的说明。最后通过C语言生成了两个小规模算例来验证算法的各方面性能。实验结果表明,该遗传算法在解决小规模算例时收敛速度快,解的质量高,稳定性较强,可以在满足各医院不同需求的条件下,使车辆行驶路径最短。 展开更多
关键词 车辆路径规划 遗传算法 可行解设计 选择策略 交叉策略
在线阅读 下载PDF
Improved NSGA-Ⅱ Multi-objective Genetic Algorithm Based on Hybridization-encouraged Mechanism 被引量:9
13
作者 Sun Yijie Shen Gongzhang 《Chinese Journal of Aeronautics》 SCIE EI CAS CSCD 2008年第6期540-549,共10页
To improve performances of multi-objective optimization algorithms, such as convergence and diversity, a hybridization- encouraged mechanism is proposed and realized in elitist nondominated sorting genetic algorithm ... To improve performances of multi-objective optimization algorithms, such as convergence and diversity, a hybridization- encouraged mechanism is proposed and realized in elitist nondominated sorting genetic algorithm (NSGA-Ⅱ). This mechanism uses the normalized distance to evaluate the difference among genes in a population. Three possible modes of crossover operators--"Max Distance", "Min-Max Distance", and "Neighboring-Max"--are suggested and analyzed. The mode of "Neighboring-Max", which not only takes advantage of hybridization but also improves the distribution of the population near Pareto optimal front, is chosen and used in NSGA-Ⅱ on the basis of hybridization-encouraged mechanism (short for HEM-based NSGA-Ⅱ). To prove the HEM-based algorithm, several problems are studied by using standard NSGA-Ⅱ and the presented method. Different evaluation criteria are also used to judge these algorithms in terms of distribution of solutions, convergence, diversity, and quality of solutions. The numerical results indicate that the application of hybridization-encouraged mechanism could effectively improve the performances of genetic algorithm. Finally, as an example in engineering practices, the presented method is used to design a longitudinal flight control system, which demonstrates the obtainability of a reasonable and correct Pareto front. 展开更多
关键词 multi-objective optimization genetic algorithms DIVERSITY HYBRIDIZATION crossover
原文传递
An improved genetic algorithm for searching for pollution sources 被引量:7
14
作者 Quan-min BU Zhan-jun WANG Xing TONG 《Water Science and Engineering》 EI CAS CSCD 2013年第4期392-401,共10页
As an optimization method that has experienced rapid development over the past 20 years, the genetic algorithm has been successfully applied in many fields, but it requires repeated searches based on the characteristi... As an optimization method that has experienced rapid development over the past 20 years, the genetic algorithm has been successfully applied in many fields, but it requires repeated searches based on the characteristics of high-speed computer calculation and conditions of the known relationship between the objective function and independent variables. There are several hundred generations of evolvement, but the functional relationship is unknown in pollution source searches. Therefore, the genetic algorithm cannot be used directly. Certain improvements need to be made based on the actual situation, so that the genetic algorithm can adapt to the actual conditions of environmental problems, and can be used in environmental monitoring and environmental quality assessment. Therefore, a series of methods are proposed for the improvement of the genetic algorithm: (1) the initial generation of individual groups should be artificially set and move from lightly polluted areas to heavily polluted areas; (2) intervention measures should be introduced in the competition between individuals; (3) guide individuals should be added; and (4) specific improvement programs should be put forward. Finally, the scientific rigor and rationality of the improved genetic algorithm are proven through an example. 展开更多
关键词 genetic algorithm FITNESS SELECTION crossover MUTATION pollution sources
在线阅读 下载PDF
A Hybrid Genetic Algorithm for the Traveling Salesman Problem with Pickup and Delivery 被引量:10
15
作者 Fang-Geng Zhao Jiang-Sheng Sun +1 位作者 Su-Jian Li Wei-Min Liu 《International Journal of Automation and computing》 EI 2009年第1期97-102,共6页
In this paper, a hybrid genetic algorithm (GA) is proposed for the traveling salesman problem (TSP) with pickup and delivery (TSPPD). In our algorithm, a novel pheromone-based crossover operator is advanced that... In this paper, a hybrid genetic algorithm (GA) is proposed for the traveling salesman problem (TSP) with pickup and delivery (TSPPD). In our algorithm, a novel pheromone-based crossover operator is advanced that utilizes both local and global information to construct offspring. In addition, a local search procedure is integrated into the GA to accelerate convergence. The proposed GA has been tested on benchmark instances, and the computational results show that it gives better convergence than existing heuristics. 展开更多
关键词 Genetic algorithm (GA) pheromone-based crossover local search pickup and delivery traveling salesman problem(TSP).
在线阅读 下载PDF
A Novel Genetic Algorithm for Stable Multicast Routing in Mobile Ad Hoc Networks 被引量:4
16
作者 Qiongbing Zhang Lixin Ding Zhuhua Liao 《China Communications》 SCIE CSCD 2019年第8期24-37,共14页
Data transmission among multicast trees is an efficient routing method in mobile ad hoc networks(MANETs). Genetic algorithms(GAs) have found widespread applications in designing multicast trees. This paper proposes a ... Data transmission among multicast trees is an efficient routing method in mobile ad hoc networks(MANETs). Genetic algorithms(GAs) have found widespread applications in designing multicast trees. This paper proposes a stable quality-of-service(QoS) multicast model for MANETs. The new model ensures the duration time of a link in a multicast tree is always longer than the delay time from the source node. A novel GA is designed to solve our QoS multicast model by introducing a new crossover mechanism called leaf crossover(LC), which outperforms the existing crossover mechanisms in requiring neither global network link information, additional encoding/decoding nor repair procedures. Experimental results confirm the effectiveness of the proposed model and the efficiency of the involved GA. Specifically, the simulation study indicates that our algorithm can obtain a better QoS route with a considerable reduction of execution time as compared with existing GAs. 展开更多
关键词 Quality-of-Service(QoS) MULTICAST GENETIC algorithm LEAF crossover
在线阅读 下载PDF
Fuzzy adaptive genetic algorithm based on auto-regulating fuzzy rules 被引量:6
17
作者 喻寿益 邝溯琼 《Journal of Central South University》 SCIE EI CAS 2010年第1期123-128,共6页
There are defects such as the low convergence rate and premature phenomenon on the performance of simple genetic algorithms (SGA) as the values of crossover probability (Pc) and mutation probability (Pro) are fi... There are defects such as the low convergence rate and premature phenomenon on the performance of simple genetic algorithms (SGA) as the values of crossover probability (Pc) and mutation probability (Pro) are fixed. To solve the problems, the fuzzy control method and the genetic algorithms were systematically integrated to create a kind of improved fuzzy adaptive genetic algorithm (FAGA) based on the auto-regulating fuzzy rules (ARFR-FAGA). By using the fuzzy control method, the values of Pc and Pm were adjusted according to the evolutional process, and the fuzzy rules were optimized by another genetic algorithm. Experimental results in solving the function optimization problems demonstrate that the convergence rate and solution quality of ARFR-FAGA exceed those of SGA, AGA and fuzzy adaptive genetic algorithm based on expertise (EFAGA) obviously in the global search. 展开更多
关键词 adaptive genetic algorithm fuzzy rules auto-regulating crossover probability adjustment
在线阅读 下载PDF
A NEW OPTIMIZATION ALGORITHM BASED ON THE PRINCIPLE OF EVOLUTION 被引量:2
18
作者 Yan Wei Zhu Zhaoda(Nanjing University of Aeronautics and Astronautics, Nanjing 210016) 《Journal of Electronics(China)》 1998年第3期248-253,共6页
A new genetic algorithm is proposed for the optimization problem of real-valued variable functions. A new robust and adaptive fitness scaling is presented by introducing the median of the population in exponential tra... A new genetic algorithm is proposed for the optimization problem of real-valued variable functions. A new robust and adaptive fitness scaling is presented by introducing the median of the population in exponential transformation. For float-point represented chromosomes, crossover and mutation operators are given. Convergence of the algorithm is proved. The performance is tested by two generally used functions. Hybrid algorithm which takes the BP algorithm as a mutation operator is used to train a neural network for image recognition. Experimental results show that the proposed algorithm is an efficient global optimization algorithm. 展开更多
关键词 GENETIC algorithm crossover and MUTATION OPERATORS Global optimization
在线阅读 下载PDF
Elitism-based immune genetic algorithm and its application to optimization of complex multi-modal functions 被引量:4
19
作者 谭冠政 周代明 +1 位作者 江斌 DIOUBATE Mamady I 《Journal of Central South University of Technology》 EI 2008年第6期845-852,共8页
A novel immune genetic algorithm with the elitist selection and elitist crossover was proposed, which is called the immune genetic algorithm with the elitism (IGAE). In IGAE, the new methods for computing antibody s... A novel immune genetic algorithm with the elitist selection and elitist crossover was proposed, which is called the immune genetic algorithm with the elitism (IGAE). In IGAE, the new methods for computing antibody similarity, expected reproduction probability, and clonal selection probability were given. IGAE has three features. The first is that the similarities of two antibodies in structure and quality are all defined in the form of percentage, which helps to describe the similarity of two antibodies more accurately and to reduce the computational burden effectively. The second is that with the elitist selection and elitist crossover strategy IGAE is able to find the globally optimal solution of a given problem. The third is that the formula of expected reproduction probability of antibody can be adjusted through a parameter r, which helps to balance the population diversity and the convergence speed of IGAE so that IGAE can find the globally optimal solution of a given problem more rapidly. Two different complex multi-modal functions were selected to test the validity of IGAE. The experimental results show that IGAE can find the globally maximum/minimum values of the two functions rapidly. The experimental results also confirm that IGAE is of better performance in convergence speed, solution variation behavior, and computational efficiency compared with the canonical genetic algorithm with the elitism and the immune genetic algorithm with the information entropy and elitism. 展开更多
关键词 immune genetic algorithm multi-modal function optimization evolutionary computation elitist selection elitist crossover
在线阅读 下载PDF
Strengthened Dominance Relation NSGA-Ⅲ Algorithm Based on Differential Evolution to Solve Job Shop Scheduling Problem 被引量:3
20
作者 Liang Zeng Junyang Shi +2 位作者 Yanyan Li Shanshan Wang Weigang Li 《Computers, Materials & Continua》 SCIE EI 2024年第1期375-392,共18页
The job shop scheduling problem is a classical combinatorial optimization challenge frequently encountered in manufacturing systems.It involves determining the optimal execution sequences for a set of jobs on various ... The job shop scheduling problem is a classical combinatorial optimization challenge frequently encountered in manufacturing systems.It involves determining the optimal execution sequences for a set of jobs on various machines to maximize production efficiency and meet multiple objectives.The Non-dominated Sorting Genetic Algorithm Ⅲ(NSGA-Ⅲ)is an effective approach for solving the multi-objective job shop scheduling problem.Nevertheless,it has some limitations in solving scheduling problems,including inadequate global search capability,susceptibility to premature convergence,and challenges in balancing convergence and diversity.To enhance its performance,this paper introduces a strengthened dominance relation NSGA-Ⅲ algorithm based on differential evolution(NSGA-Ⅲ-SD).By incorporating constrained differential evolution and simulated binary crossover genetic operators,this algorithm effectively improves NSGA-Ⅲ’s global search capability while mitigating pre-mature convergence issues.Furthermore,it introduces a reinforced dominance relation to address the trade-off between convergence and diversity in NSGA-Ⅲ.Additionally,effective encoding and decoding methods for discrete job shop scheduling are proposed,which can improve the overall performance of the algorithm without complex computation.To validate the algorithm’s effectiveness,NSGA-Ⅲ-SD is extensively compared with other advanced multi-objective optimization algorithms using 20 job shop scheduling test instances.The experimental results demonstrate that NSGA-Ⅲ-SD achieves better solution quality and diversity,proving its effectiveness in solving the multi-objective job shop scheduling problem. 展开更多
关键词 Multi-objective job shop scheduling non-dominated sorting genetic algorithm differential evolution simulated binary crossover
在线阅读 下载PDF
上一页 1 2 56 下一页 到第
使用帮助 返回顶部