期刊文献+
共找到2,096篇文章
< 1 2 105 >
每页显示 20 50 100
Improvement of Counting Sorting Algorithm
1
作者 Chenglong Song Haiming Li 《Journal of Computer and Communications》 2023年第10期12-22,共11页
By analyzing the internal features of counting sorting algorithm. Two improvements of counting sorting algorithms are proposed, which have a wide range of applications and better efficiency than the original counting ... By analyzing the internal features of counting sorting algorithm. Two improvements of counting sorting algorithms are proposed, which have a wide range of applications and better efficiency than the original counting sort while maintaining the original stability. Compared with the original counting sort, it has a wider scope of application and better time and space efficiency. In addition, the accuracy of the above conclusions can be proved by a large amount of experimental data. 展开更多
关键词 Sort algorithm Counting sorting algorithms COMPLEXITY Internal Features
在线阅读 下载PDF
Accelerating Large-Scale Sorting through Parallel Algorithms
2
作者 Yahya Alhabboub Fares Almutairi +3 位作者 Mohammed Safhi Yazan Alqahtani Adam Almeedani Yasir Alguwaifli 《Journal of Computer and Communications》 2024年第1期131-138,共8页
This study explores the application of parallel algorithms to enhance large-scale sorting, focusing on the QuickSort method. Implemented in both sequential and parallel forms, the paper provides a detailed comparison ... This study explores the application of parallel algorithms to enhance large-scale sorting, focusing on the QuickSort method. Implemented in both sequential and parallel forms, the paper provides a detailed comparison of their performance. This study investigates the efficacy of both techniques through the lens of array generation and pivot selection to manage datasets of varying sizes. This study meticulously documents the performance metrics, recording 16,499.2 milliseconds for the serial implementation and 16,339 milliseconds for the parallel implementation when sorting an array by using C++ chrono library. These results suggest that while the performance gains of the parallel approach over its serial counterpart are not immediately pronounced for smaller datasets, the benefits are expected to be more substantial as the dataset size increases. 展开更多
关键词 sorting algorithm Quick Sort QuickSort Parallel Parallel algorithms
在线阅读 下载PDF
Improved non-dominated sorting genetic algorithm (NSGA)-II in multi-objective optimization studies of wind turbine blades 被引量:30
3
作者 王珑 王同光 罗源 《Applied Mathematics and Mechanics(English Edition)》 SCIE EI 2011年第6期739-748,共10页
The non-dominated sorting genetic algorithm (NSGA) is improved with the controlled elitism and dynamic crowding distance. A novel multi-objective optimization algorithm is obtained for wind turbine blades. As an exa... The non-dominated sorting genetic algorithm (NSGA) is improved with the controlled elitism and dynamic crowding distance. A novel multi-objective optimization algorithm is obtained for wind turbine blades. As an example, a 5 MW wind turbine blade design is presented by taking the maximum power coefficient and the minimum blade mass as the optimization objectives. The optimal results show that this algorithm has good performance in handling the multi-objective optimization of wind turbines, and it gives a Pareto-optimal solution set rather than the optimum solutions to the conventional multi objective optimization problems. The wind turbine blade optimization method presented in this paper provides a new and general algorithm for the multi-objective optimization of wind turbines. 展开更多
关键词 wind turbine multi-objective optimization Pareto-optimal solution non-dominated sorting genetic algorithm (NSGA)-II
在线阅读 下载PDF
Multi-objective optimization of water supply network rehabilitation with non-dominated sorting Genetic Algorithm-II 被引量:3
4
作者 Xi JIN Jie ZHANG +1 位作者 Jin-liang GAO Wen-yan WU 《Journal of Zhejiang University-Science A(Applied Physics & Engineering)》 SCIE EI CAS CSCD 2008年第3期391-400,共10页
Through the transformation of hydraulic constraints into the objective functions associated with a water supply network rehabilitation problem, a non-dominated sorting Genetic Algorithm-II (NSGA-II) can be used to sol... Through the transformation of hydraulic constraints into the objective functions associated with a water supply network rehabilitation problem, a non-dominated sorting Genetic Algorithm-II (NSGA-II) can be used to solve the altered multi-objective optimization model. The introduction of NSGA-II into water supply network optimal rehabilitation problem solves the conflict between one fitness value of standard genetic algorithm (SGA) and multi-objectives of rehabilitation problem. And the uncertainties brought by using weight coefficients or punish functions in conventional methods are controlled. And also by in-troduction of artificial inducement mutation (AIM) operation, the convergence speed of population is accelerated;this operation not only improves the convergence speed, but also improves the rationality and feasibility of solutions. 展开更多
关键词 Water supply system Water supply network Optimal rehabilitation MULTI-OBJECTIVE Non-dominated sorting Ge-netic algorithm (NSGA)
在线阅读 下载PDF
An Only-Once-Sorting Algorithm
5
作者 Xu Xusong Zhou Jianqin Guo Feng (School of Management,Wuhan University, Wuhan 430072,China) 《Wuhan University Journal of Natural Sciences》 CAS 1996年第1期38-41,共4页
This paper provides a new sorting algorithm called 'Only-Once-Sorting' algorithm a mathemati cal formula,this algorithm can put elements in the positions they should be stored only once,then compacts them.The ... This paper provides a new sorting algorithm called 'Only-Once-Sorting' algorithm a mathemati cal formula,this algorithm can put elements in the positions they should be stored only once,then compacts them.The algorithm completes sorting a sequence of n elements in a calculation time of O(n ). 展开更多
关键词 mathematical formula onlv-once-sorting sorting algorithm
在线阅读 下载PDF
PMS-Sorting:A New Sorting Algorithm Based on Similarity
6
作者 Hongbin Wang Lianke Zhou +4 位作者 Guodong Zhao Nianbin Wang Jianguo Sun Yue Zheng Lei Chen 《Computers, Materials & Continua》 SCIE EI 2019年第4期229-237,共9页
Borda sorting algorithm is a kind of improvement algorithm based on weighted position sorting algorithm,it is mainly suitable for the high duplication of search results,for the independent search results,the effect is... Borda sorting algorithm is a kind of improvement algorithm based on weighted position sorting algorithm,it is mainly suitable for the high duplication of search results,for the independent search results,the effect is not very good and the computing method of relative score in Borda sorting algorithm is according to the rule of the linear regressive,but position relationship cannot fully represent the correlation changes.aimed at this drawback,the new sorting algorithm is proposed in this paper,named PMS-Sorting algorithm,firstly the position score of the returned results is standardized processing,and the similarity retrieval word string with the query results is combined into the algorithm,the similarity calculation method is also improved,through the experiment,the improved algorithm is superior to traditional sorting algorithm. 展开更多
关键词 Meta search engine result sorting query similarity Borda sorting algorithm position relationship
在线阅读 下载PDF
Non-dominated Sorting Advanced Butterfly Optimization Algorithm for Multi-objective Problems
7
作者 Sushmita Sharma Nima Khodadadi +2 位作者 Apu Kumar Saha Farhad Soleimanian Gharehchopogh Seyedali Mirjalili 《Journal of Bionic Engineering》 SCIE EI CSCD 2023年第2期819-843,共25页
This paper uses the Butterfly Optimization Algorithm(BOA)with dominated sorting and crowding distance mechanisms to solve multi-objective optimization problems.There is also an improvement to the original version of B... This paper uses the Butterfly Optimization Algorithm(BOA)with dominated sorting and crowding distance mechanisms to solve multi-objective optimization problems.There is also an improvement to the original version of BOA to alleviate its drawbacks before extending it into a multi-objective version.Due to better coverage and a well-distributed Pareto front,non-dominant rankings are applied to the modified BOA using the crowding distance strategy.Seven benchmark functions and eight real-world problems have been used to test the performance of multi-objective non-dominated advanced BOA(MONSBOA),including unconstrained,constrained,and real-world design multiple-objective,highly nonlinear constraint problems.Various performance metrics,such as Generational Distance(GD),Inverted Generational Distance(IGD),Maximum Spread(MS),and Spacing(S),have been used for performance comparison.It is demonstrated that the new MONSBOA algorithm is better than the compared algorithms in more than 80%occasions in solving problems with a variety of linear,nonlinear,continuous,and discrete characteristics based on the Pareto front when compared quantitatively.From all the analysis,it may be concluded that the suggested MONSBOA is capable of producing high-quality Pareto fronts with very competitive results with rapid convergence. 展开更多
关键词 Multi-objective problems Butterfly optimization algorithm Non-dominated sorting Crowding distance
在线阅读 下载PDF
Improving path planning efficiency for underwater gravity-aided navigation based on a new depth sorting fast search algorithm
8
作者 Xiaocong Zhou Wei Zheng +2 位作者 Zhaowei Li Panlong Wu Yongjin Sun 《Defence Technology(防务技术)》 SCIE EI CAS CSCD 2024年第2期285-296,共12页
This study focuses on the improvement of path planning efficiency for underwater gravity-aided navigation.Firstly,a Depth Sorting Fast Search(DSFS)algorithm was proposed to improve the planning speed of the Quick Rapi... This study focuses on the improvement of path planning efficiency for underwater gravity-aided navigation.Firstly,a Depth Sorting Fast Search(DSFS)algorithm was proposed to improve the planning speed of the Quick Rapidly-exploring Random Trees*(Q-RRT*)algorithm.A cost inequality relationship between an ancestor and its descendants was derived,and the ancestors were filtered accordingly.Secondly,the underwater gravity-aided navigation path planning system was designed based on the DSFS algorithm,taking into account the fitness,safety,and asymptotic optimality of the routes,according to the gravity suitability distribution of the navigation space.Finally,experimental comparisons of the computing performance of the ChooseParent procedure,the Rewire procedure,and the combination of the two procedures for Q-RRT*and DSFS were conducted under the same planning environment and parameter conditions,respectively.The results showed that the computational efficiency of the DSFS algorithm was improved by about 1.2 times compared with the Q-RRT*algorithm while ensuring correct computational results. 展开更多
关键词 Depth sorting Fast Search algorithm Underwater gravity-aided navigation Path planning efficiency Quick Rapidly-exploring Random Trees*(QRRT*)
在线阅读 下载PDF
A dual-constrained watershed algorithm for bean particle segmentation and sizing
9
作者 ZHUANG Licheng GE Boang +2 位作者 HU Jun SONG Yiheng LIU Sheng 《Journal of Measurement Science and Instrumentation》 2025年第4期526-536,共11页
Accurate measurement of bean particle size is essential for automated grading and quality control in agricultural processing.However,existing image segmentation methods often suffer from low efficiency,over-segmentati... Accurate measurement of bean particle size is essential for automated grading and quality control in agricultural processing.However,existing image segmentation methods often suffer from low efficiency,over-segmentation,and high computational cost.We proposed a distancegradient dual constrained watershed algorithm for precise segmentation and measurement of bean particles.The method integrated distance transform-based seed extraction with gradient-constrained flooding,effectively suppressing noise-induced region fragmentation and improving the separation of adherent particles.An experimental platform was constructed using an industrial camera and an image-processing pipeline to evaluate performance.Compared with the conventional watershed algorithm,the proposed method improves segmentation accuracy by 7.2%and reduces the mean particle size error by 27.8%(0.13 mm,representing a relative error of 2.4%).Validation on three soybean varieties confirmed the robustness and generalizability of the approach.The results indicated that the proposed algorithm provided an efficient and accurate technique for agricultural particle size analysis,offering potential for integration into practical low-cost inspection systems. 展开更多
关键词 distance-gradient dual constraint watershed algorithm machine vision inspection system particle size sorting precision agriculture metrology
在线阅读 下载PDF
A decoupled multi-objective optimization algorithm for cut order planning of multi-color garment
10
作者 DONG Hui LYU Jinyang +3 位作者 LIN Wenjie WU Xiang WU Mincheng HUANG Guangpu 《High Technology Letters》 2025年第1期53-62,共10页
This work addresses the cut order planning(COP)problem for multi-color garment production,which is the first step in the clothing industry.First,a multi-objective optimization model of multicolor COP(MCOP)is establish... This work addresses the cut order planning(COP)problem for multi-color garment production,which is the first step in the clothing industry.First,a multi-objective optimization model of multicolor COP(MCOP)is established with production error and production cost as optimization objectives,combined with constraints such as the number of equipment and the number of layers.Second,a decoupled multi-objective optimization algorithm(DMOA)is proposed based on the linear programming decoupling strategy and non-dominated sorting in genetic algorithmsⅡ(NSGAII).The size-combination matrix and the fabric-layer matrix are decoupled to improve the accuracy of the algorithm.Meanwhile,an improved NSGAII algorithm is designed to obtain the optimal Pareto solution to the MCOP problem,thereby constructing a practical intelligent production optimization algorithm.Finally,the effectiveness and superiority of the proposed DMOA are verified through practical cases and comparative experiments,which can effectively optimize the production process for garment enterprises. 展开更多
关键词 multi-objective optimization non-dominated sorting in genetic algorithmsⅡ(NSGAII) cut order planning(COP) multi-color garment linear programming decoupling strategy
在线阅读 下载PDF
Dual-Objective Mixed Integer Linear Program and Memetic Algorithm for an Industrial Group Scheduling Problem 被引量:9
11
作者 Ziyan Zhao Shixin Liu +1 位作者 MengChu Zhou Abdullah Abusorrah 《IEEE/CAA Journal of Automatica Sinica》 SCIE EI CSCD 2021年第6期1199-1209,共11页
Group scheduling problems have attracted much attention owing to their many practical applications.This work proposes a new bi-objective serial-batch group scheduling problem considering the constraints of sequence-de... Group scheduling problems have attracted much attention owing to their many practical applications.This work proposes a new bi-objective serial-batch group scheduling problem considering the constraints of sequence-dependent setup time,release time,and due time.It is originated from an important industrial process,i.e.,wire rod and bar rolling process in steel production systems.Two objective functions,i.e.,the number of late jobs and total setup time,are minimized.A mixed integer linear program is established to describe the problem.To obtain its Pareto solutions,we present a memetic algorithm that integrates a population-based nondominated sorting genetic algorithm II and two single-solution-based improvement methods,i.e.,an insertion-based local search and an iterated greedy algorithm.The computational results on extensive industrial data with the scale of a one-week schedule show that the proposed algorithm has great performance in solving the concerned problem and outperforms its peers.Its high accuracy and efficiency imply its great potential to be applied to solve industrial-size group scheduling problems. 展开更多
关键词 Insertion-based local search iterated greedy algorithm machine learning memetic algorithm nondominated sorting genetic algorithm II(NSGA-II) production scheduling
在线阅读 下载PDF
An improved non-dominated sorting biogeography-based optimization algorithm for multi-objective land-use allocation:a case study in Kigali-Rwanda 被引量:1
12
作者 Olive Niyomubyeyi Mozafar Veysipanah +2 位作者 Sam Sarwat Petter Pilesjö Ali Mansourian 《Geo-Spatial Information Science》 CSCD 2024年第4期968-982,共15页
With the continuous increase of rapid urbanization and population growth,sustainable urban land-use planning is becoming a more complex and challenging task for urban planners and decision-makers.Multi-objective land-... With the continuous increase of rapid urbanization and population growth,sustainable urban land-use planning is becoming a more complex and challenging task for urban planners and decision-makers.Multi-objective land-use allocation can be regarded as a complex spatial optimization problem that aims to achieve the possible trade-offs among multiple and conflicting objectives.This paper proposes an improved Non-dominated Sorting Biogeography-Based Optimization(NSBBO)algorithm for solving the multi-objective land-use allocation problem,in which maximum accessibility,maximum compactness,and maximum spatial integration were formulated as spatial objectives;and space syntax analysis was used to analyze the potential movement patterns in the new urban planning area of the city of Kigali,Rwanda.Efficient Non-dominated Sorting(ENS)algorithm and crossover operator were integrated into classical NSBBO to improve the quality of non-dominated solutions,and local search ability,and to accelerate the convergence speed of the algorithm.The results showed that the proposed NSBBO exhibited good optimal solutions with a high hypervolume index compared to the classical NSBBO.Furthermore,the proposed algorithm could generate optimal land use scenarios according to the preferred objectives,thus having the potential to support the decision-making of urban planners and stockholders in revising and updating the existing detailed master plan of land use. 展开更多
关键词 Multi-objective land-use allocation spatial optimization sustainable urban planning Non-dominated sorting Biogeography-Based Optimization(NSBBO)algorithm
原文传递
ANALYSIS OF THE LEAKY BUCKET ALGORITHM FOR PRIORITY SERVICES
13
作者 Jiang Zhigang Li Lemin(National Key Lab., University of Electronic Science and Technology of China, Chengdu 610054) 《Journal of Electronics(China)》 1996年第4期333-338,共6页
The leaky bucket algorithm with loss priorities is studied in this paper. The analytical expression of the relation among leaky bucket performance, statistical parameters of input traffic and leaky bucket, parameters ... The leaky bucket algorithm with loss priorities is studied in this paper. The analytical expression of the relation among leaky bucket performance, statistical parameters of input traffic and leaky bucket, parameters for various priority services is obtained, and the effect of adjustment factor on leaky bucket performance of higher-priority service and lower-priority service is studied with two priority classes. 展开更多
关键词 ATM network PRIORITY SOURCES Leaky bucket algorithm
在线阅读 下载PDF
Modeling and Optimization of Electrical Discharge Machining of SiC Parameters, Using Neural Network and Non-Dominating Sorting Genetic Algorithm (NSGA II)
14
作者 Ramezan Ali MahdaviNejad 《Materials Sciences and Applications》 2011年第6期669-675,共7页
Silicon Carbide (SiC) machining by traditional methods with regards to its high hardness is not possible. Electro Discharge Machining, among non-traditional machining methods, is used for machining of SiC. The present... Silicon Carbide (SiC) machining by traditional methods with regards to its high hardness is not possible. Electro Discharge Machining, among non-traditional machining methods, is used for machining of SiC. The present work is aimed to optimize the surface roughness and material removal rate of electro discharge machining of SiC parameters simultaneously. As the output parameters are conflicting in nature, so there is no single combination of machining parameters, which provides the best machining performance. Artificial neural network (ANN) with back propagation algorithm is used to model the process. A multi-objective optimization method, non-dominating sorting genetic algorithm-II is used to optimize the process. Affects of three important input parameters of process viz., discharge current, pulse on time (Ton), pulse off time (Toff) on electric discharge machining of SiC are considered. Experiments have been conducted over a wide range of considered input parameters for training and verification of the model. Testing results demonstrate that the model is suitable for predicting the response parameters. A pareto-optimal set has been predicted in this work. 展开更多
关键词 Electro DISCHARGE MACHINING Non-Dominating sorting algorithm Neural Network REFEL SIC
暂未订购
An NC Algorithm for Sorting Real Numbers in <em>O</em>(nlogn/√<span style="font-size: 14px;font-weight: bold;margin-left:-2px;margin-right:2px;border-top:2px solid black;">loglogn</span>) Operations
15
作者 Yijie Han Sneha Mishra Md Usman Gani Syed 《Open Journal of Applied Sciences》 2019年第5期403-408,共6页
We apply the recent important result of serial sorting of n real numbers in time to the design of a parallel algorithm for sorting real numbers in time and operations. This is the first NC algorithm known to take oper... We apply the recent important result of serial sorting of n real numbers in time to the design of a parallel algorithm for sorting real numbers in time and operations. This is the first NC algorithm known to take operations for sorting real numbers. 展开更多
关键词 Parallel algorithms sorting Sort Real Numbers Complexity
暂未订购
Multi-objective Evolutionary Algorithms for MILP and MINLP in Process Synthesis 被引量:7
16
作者 石磊 姚平经 《Chinese Journal of Chemical Engineering》 SCIE EI CAS CSCD 2001年第2期173-178,共6页
Steady-state non-dominated sorting genetic algorithm (SNSGA), a new form of multi-objective genetic algorithm, is implemented by combining the steady-state idea in steady-state genetic algorithms (SSGA) and the fitnes... Steady-state non-dominated sorting genetic algorithm (SNSGA), a new form of multi-objective genetic algorithm, is implemented by combining the steady-state idea in steady-state genetic algorithms (SSGA) and the fitness assignment strategy of non-dominated sorting genetic algorithm (NSGA). The fitness assignment strategy is improved and a new self-adjustment scheme of is proposed. This algorithm is proved to be very efficient both computationally and in terms of the quality of the Pareto fronts produced with five test problems including GA difficult problem and GA deceptive one. Finally, SNSGA is introduced to solve multi-objective mixed integer linear programming (MILP) and mixed integer non-linear programming (MINLP) problems in process synthesis. 展开更多
关键词 multi-objective programming multi-objective evolutionary algorithm steady-state non-dominated sorting genetic algorithm process synthesis
在线阅读 下载PDF
Multiobjective Optimization of Hull Form Based on Global Optimization Algorithm 被引量:1
17
作者 LIU Jie ZHANG Baoji 《Journal of Shanghai Jiaotong university(Science)》 EI 2022年第3期346-355,共10页
Rankine source method,optimization technology,parametric modeling technology,and improved multiobjective optimization algorithm were combined to investigate the multiobjective optimization design of hull form.A multio... Rankine source method,optimization technology,parametric modeling technology,and improved multiobjective optimization algorithm were combined to investigate the multiobjective optimization design of hull form.A multiobjective and multilevel optimization design framework was constructed for the comprehensive navigation performance of ships.CAESES software was utilized as the optimization platform,and nondominated sorting genetic algorithm II(NSGA-II)was used to conduct multiobjective optimization research on the resistance and sea-keeping performance of the ITTC Ship A-2 fishing vessel.Optimization objectives of this study are heave/pitch response amplitude and wave-making resistance.Taking the displacement and the length between perpendiculars as constraints,we optimized the profile of the hull.Analytic hierarchy process(AHP)and technique for order preference by similarity to ideal solution(TOPSIS)were used to sort and select Pareto solutions and determine weight coefficient of each navigation performance objective in the general objective.Finally,the hydrodynamic performance before and after the parametric deformation of the hull was compared.The results show that both the wave-making resistance and heave/pitch amplitude of the optimized hull form are reduced,and the satisfactory optimal hull form is obtained.The results of this study have a certain reference value for the initial stage of multiobjective optimization design of hull form. 展开更多
关键词 multiobjective optimization Rankine source method global optimization algorithm nondominated sorting genetic algorithm II(NSGA-II)
原文传递
Modeling and multi-objective optimization of a gasoline engine using neural networks and evolutionary algorithms 被引量:7
18
作者 JoséD. MARTíNEZ-MORALES Elvia R. PALACIOS-HERNáNDEZ Gerardo A. VELáZQUEZ-CARRILLO 《Journal of Zhejiang University-Science A(Applied Physics & Engineering)》 SCIE EI CAS CSCD 2013年第9期657-670,共14页
In this paper, a multi-objective particle swarm optimization (MOPSO) algorithm and a nondominated sorting genetic algorithm II (NSGA-II) are used to optimize the operating parameters of a 1.6 L, spark ignition (S... In this paper, a multi-objective particle swarm optimization (MOPSO) algorithm and a nondominated sorting genetic algorithm II (NSGA-II) are used to optimize the operating parameters of a 1.6 L, spark ignition (SI) gasoline engine. The aim of this optimization is to reduce engine emissions in terms of carbon monoxide (CO), hydrocarbons (HC), and nitrogen oxides (NOx), which are the causes of diverse environmental problems such as air pollution and global warming. Stationary engine tests were performed for data generation, covering 60 operating conditions. Artificial neural networks (ANNs) were used to predict exhaust emissions, whose inputs were from six engine operating parameters, and the outputs were three resulting exhaust emissions. The outputs of ANNs were used to evaluate objective functions within the optimization algorithms: NSGA-II and MOPSO. Then a decision-making process was conducted, using a fuzzy method to select a Pareto solution with which the best emission reductions can be achieved. The NSGA-II algorithm achieved reductions of at least 9.84%, 82.44%, and 13.78% for CO, HC, and NOx, respectively. With a MOPSO algorithm the reached reductions were at least 13.68%, 83.80%, and 7.67% for CO, HC, and NOx, respectively. 展开更多
关键词 Engine calibration Multi-objective optimization Neural networks Multiple objective particle swarm optimization(MOPSO) Nondominated sorting genetic algorithm II (NSGA-II)
原文传递
Strengthened Dominance Relation NSGA-Ⅲ Algorithm Based on Differential Evolution to Solve Job Shop Scheduling Problem 被引量:3
19
作者 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
Optimization of solar thermal power station LCOE based on NSGA-Ⅱ algorithm 被引量:3
20
作者 LI Xin-yang LU Xiao-juan DONG Hai-ying 《Journal of Measurement Science and Instrumentation》 CAS CSCD 2018年第1期1-8,共8页
In view of the high cost of solar thermal power generation in China,it is difficult to realize large-scale production in engineering and industrialization.Non-dominated sorting genetic algorithm II(NSGA-II)is applied ... In view of the high cost of solar thermal power generation in China,it is difficult to realize large-scale production in engineering and industrialization.Non-dominated sorting genetic algorithm II(NSGA-II)is applied to optimize the levelling cost of energy(LCOE)of the solar thermal power generation system in this paper.Firstly,the capacity and generation cost of the solar thermal power generation system are modeled according to the data of several sets of solar thermal power stations which have been put into production abroad.Secondly,the NSGA-II genetic algorithm and particle swarm algorithm are applied to the optimization of the solar thermal power station LCOE respectively.Finally,for the linear Fresnel solar thermal power system,the simulation experiments are conducted to analyze the effects of different solar energy generation capacities,different heat transfer mediums and loan interest rates on the generation price.The results show that due to the existence of scale effect,the greater the capacity of the power station,the lower the cost of leveling and electricity,and the influence of the types of heat storage medium and the loan on the cost of leveling electricity are relatively high. 展开更多
关键词 solar thermal power generation levelling cost of energy(LCOE) linear Fresnel non-dominated sorting genetic algorithm II(NSGA-II)
在线阅读 下载PDF
上一页 1 2 105 下一页 到第
使用帮助 返回顶部