期刊文献+
共找到295,247篇文章
< 1 2 250 >
每页显示 20 50 100
TWO PARALLEL ALGORITHMS FOR A CLASS OF SPLIT COMMON SOLUTION PROBLEMS
1
作者 Truong Minh TUYEN Nguyen Thi TRANG Tran Thi HUONG 《Acta Mathematica Scientia》 2026年第1期505-518,共14页
We study the split common solution problem with multiple output sets for monotone operator equations in Hilbert spaces.To solve this problem,we propose two new parallel algorithms.We establish a weak convergence theor... We study the split common solution problem with multiple output sets for monotone operator equations in Hilbert spaces.To solve this problem,we propose two new parallel algorithms.We establish a weak convergence theorem for the first and a strong convergence theorem for the second. 展开更多
关键词 iterative algorithm Hilbert space metric projection proximal point algorithm
在线阅读 下载PDF
Gekko Japonicus Algorithm:A Novel Nature-inspired Algorithm for Engineering Problems and Path Planning
2
作者 Ke Zhang Hongyang Zhao +2 位作者 Xingdong Li Chengjin Fu Jing Jin 《Journal of Bionic Engineering》 2026年第1期431-471,共41页
This paper introduces a novel nature-inspired metaheuristic algorithm called the Gekko japonicus algorithm.The algo-rithm draws inspiration mainly from the predation strategies and survival behaviors of the Gekko japo... This paper introduces a novel nature-inspired metaheuristic algorithm called the Gekko japonicus algorithm.The algo-rithm draws inspiration mainly from the predation strategies and survival behaviors of the Gekko japonicus.The math-ematical model is developed by simulating various biological behaviors of the Gekko japonicus,such as hybrid loco-motion patterns,directional olfactory guidance,implicit group advantage tendencies,and the tail autotomy mechanism.By integrating multi-stage mutual constraints and dynamically adjusting parameters,GJA maintains an optimal balance between global exploration and local exploitation,thereby effectively solving complex optimization problems.To assess the performance of GJA,comparative analyses were performed against fourteen state-of-the-art metaheuristic algorithms using the CEC2017 and CEC2022 benchmark test sets.Additionally,a Friedman test was performed on the experimen-tal results to assess the statistical significance of differences between various algorithms.And GJA was evaluated using multiple qualitative indicators,further confirming its superiority in exploration and exploitation.Finally,GJA was utilized to solve four engineering optimization problems and further implemented in robotic path planning to verify its practical applicability.Experimental results indicate that,compared to other high-performance algorithms,GJA demonstrates excep-tional performance as a powerful optimization algorithm in complex optimization problems.We make the code publicly available at:https://github.com/zhy1109/Gekko-japonicusalgorithm. 展开更多
关键词 Gekko japonicus algorithm Metaheuristic algorithm Exploration and exploitation Engineering optimization Path planning
在线阅读 下载PDF
Automatic Recognition Algorithm of Pavement Defects Based on S3M and SDI Modules Using UAV-Collected Road Images
3
作者 Hongcheng Zhao Tong Yang +1 位作者 Yihui Hu Fengxiang Guo 《Structural Durability & Health Monitoring》 2026年第1期121-137,共17页
With the rapid development of transportation infrastructure,ensuring road safety through timely and accurate highway inspection has become increasingly critical.Traditional manual inspection methods are not only time-... With the rapid development of transportation infrastructure,ensuring road safety through timely and accurate highway inspection has become increasingly critical.Traditional manual inspection methods are not only time-consuming and labor-intensive,but they also struggle to provide consistent,high-precision detection and realtime monitoring of pavement surface defects.To overcome these limitations,we propose an Automatic Recognition of PavementDefect(ARPD)algorithm,which leverages unmanned aerial vehicle(UAV)-based aerial imagery to automate the inspection process.The ARPD framework incorporates a backbone network based on the Selective State Space Model(S3M),which is designed to capture long-range temporal dependencies.This enables effective modeling of dynamic correlations among redundant and often repetitive structures commonly found in road imagery.Furthermore,a neck structure based on Semantics and Detail Infusion(SDI)is introduced to guide cross-scale feature fusion.The SDI module enhances the integration of low-level spatial details with high-level semantic cues,thereby improving feature expressiveness and defect localization accuracy.Experimental evaluations demonstrate that theARPDalgorithm achieves a mean average precision(mAP)of 86.1%on a custom-labeled pavement defect dataset,outperforming the state-of-the-art YOLOv11 segmentation model.The algorithm also maintains strong generalization ability on public datasets.These results confirm that ARPD is well-suited for diverse real-world applications in intelligent,large-scale highway defect monitoring and maintenance planning. 展开更多
关键词 Pavement defects state space model UAV detection algorithm image processing
在线阅读 下载PDF
Flood predictions from metrics to classes by multiple machine learning algorithms coupling with clustering-deduced membership degree
4
作者 ZHAI Xiaoyan ZHANG Yongyong +5 位作者 XIA Jun ZHANG Yongqiang TANG Qiuhong SHAO Quanxi CHEN Junxu ZHANG Fan 《Journal of Geographical Sciences》 2026年第1期149-176,共28页
Accurate prediction of flood events is important for flood control and risk management.Machine learning techniques contributed greatly to advances in flood predictions,and existing studies mainly focused on predicting... Accurate prediction of flood events is important for flood control and risk management.Machine learning techniques contributed greatly to advances in flood predictions,and existing studies mainly focused on predicting flood resource variables using single or hybrid machine learning techniques.However,class-based flood predictions have rarely been investigated,which can aid in quickly diagnosing comprehensive flood characteristics and proposing targeted management strategies.This study proposed a prediction approach of flood regime metrics and event classes coupling machine learning algorithms with clustering-deduced membership degrees.Five algorithms were adopted for this exploration.Results showed that the class membership degrees accurately determined event classes with class hit rates up to 100%,compared with the four classes clustered from nine regime metrics.The nonlinear algorithms(Multiple Linear Regression,Random Forest,and least squares-Support Vector Machine)outperformed the linear techniques(Multiple Linear Regression and Stepwise Regression)in predicting flood regime metrics.The proposed approach well predicted flood event classes with average class hit rates of 66.0%-85.4%and 47.2%-76.0%in calibration and validation periods,respectively,particularly for the slow and late flood events.The predictive capability of the proposed prediction approach for flood regime metrics and classes was considerably stronger than that of hydrological modeling approach. 展开更多
关键词 flood regime metrics class prediction machine learning algorithms hydrological model
原文传递
Improved Cuckoo Search Algorithm for Engineering Optimization Problems
5
作者 Shao-Qiang Ye Azlan Mohd Zain Yusliza Yusoff 《Computers, Materials & Continua》 2026年第4期1607-1631,共25页
Engineering optimization problems are often characterized by high dimensionality,constraints,and complex,multimodal landscapes.Traditional deterministic methods frequently struggle under such conditions,prompting incr... Engineering optimization problems are often characterized by high dimensionality,constraints,and complex,multimodal landscapes.Traditional deterministic methods frequently struggle under such conditions,prompting increased interest in swarm intelligence algorithms.Among these,the Cuckoo Search(CS)algorithm stands out for its promising global search capabilities.However,it often suffers from premature convergence when tackling complex problems.To address this limitation,this paper proposes a Grouped Dynamic Adaptive CS(GDACS)algorithm.Theenhancements incorporated intoGDACS can be summarized into two key aspects.Firstly,a chaotic map is employed to generate initial solutions,leveraging the inherent randomness of chaotic sequences to ensure a more uniform distribution across the search space and enhance population diversity from the outset.Secondly,Cauchy and Levy strategies replace the standard CS population update.This strategy involves evaluating the fitness of candidate solutions to dynamically group the population based on performance.Different step-size adaptation strategies are then applied to distinct groups,enabling an adaptive search mechanism that balances exploration and exploitation.Experiments were conducted on six benchmark functions and four constrained engineering design problems,and the results indicate that the proposed GDACS achieves good search efficiency and produces more accurate optimization results compared with other state-of-the-art algorithms. 展开更多
关键词 Cuckoo search algorithm chaotic transformation population division adaptive update strategy Cauchy distribution
在线阅读 下载PDF
Precedence Criteria and Gradient-Based Scheduling Algorithm for the Airplane Refueling Problem
6
作者 LIN Hao HE Cheng 《Chinese Quarterly Journal of Mathematics》 2026年第1期38-49,共12页
The airplane refueling problem can be stated as follows.We are given n airplanes which can refuel one another during the flight.Each airplane has a reservoir volume wj(liters)and a consumption rate pj(liters per kilom... The airplane refueling problem can be stated as follows.We are given n airplanes which can refuel one another during the flight.Each airplane has a reservoir volume wj(liters)and a consumption rate pj(liters per kilometer).As soon as one airplane runs out of fuel,it is dropping out of the flight.The problem asks for finding a refueling scheme such that the last plane in the air reach a maximal distance.An equivalent version is the n-vehicle exploration problem.The computational complexity of this non-linear combinatorial optimization problem is open so far.This paper employs the neighborhood exchange method of single-machine scheduling to study the precedence relations of jobs,so as to improve the necessary and sufficiency conditions of optimal solutions,and establish an efficient heuristic algorithm which is a generalization of several existing special algorithms. 展开更多
关键词 Combinatorial optimization Scheduling method The airplane refueling problem Optimality criteria Heuristic algorithm
在线阅读 下载PDF
GSLDWOA: A Feature Selection Algorithm for Intrusion Detection Systems in IIoT
7
作者 Wanwei Huang Huicong Yu +3 位作者 Jiawei Ren Kun Wang Yanbu Guo Lifeng Jin 《Computers, Materials & Continua》 2026年第1期2006-2029,共24页
Existing feature selection methods for intrusion detection systems in the Industrial Internet of Things often suffer from local optimality and high computational complexity.These challenges hinder traditional IDS from... Existing feature selection methods for intrusion detection systems in the Industrial Internet of Things often suffer from local optimality and high computational complexity.These challenges hinder traditional IDS from effectively extracting features while maintaining detection accuracy.This paper proposes an industrial Internet ofThings intrusion detection feature selection algorithm based on an improved whale optimization algorithm(GSLDWOA).The aim is to address the problems that feature selection algorithms under high-dimensional data are prone to,such as local optimality,long detection time,and reduced accuracy.First,the initial population’s diversity is increased using the Gaussian Mutation mechanism.Then,Non-linear Shrinking Factor balances global exploration and local development,avoiding premature convergence.Lastly,Variable-step Levy Flight operator and Dynamic Differential Evolution strategy are introduced to improve the algorithm’s search efficiency and convergence accuracy in highdimensional feature space.Experiments on the NSL-KDD and WUSTL-IIoT-2021 datasets demonstrate that the feature subset selected by GSLDWOA significantly improves detection performance.Compared to the traditional WOA algorithm,the detection rate and F1-score increased by 3.68%and 4.12%.On the WUSTL-IIoT-2021 dataset,accuracy,recall,and F1-score all exceed 99.9%. 展开更多
关键词 Industrial Internet of Things intrusion detection system feature selection whale optimization algorithm Gaussian mutation
在线阅读 下载PDF
Optimization of the frequency offset increment of FDA-MIMO based on cuckoo search algorithm
8
作者 WANG Bo ZHAO Yu +2 位作者 LI Yonglin YANG Rennong XUE Junjie 《Journal of Systems Engineering and Electronics》 2026年第1期157-170,共14页
Frequency diverse array multiple-input multiple-output(FDA-MIMO)radar has gained considerable research attention due to its ability to effectively counter active repeater deception jamming in complex electromagnetic e... Frequency diverse array multiple-input multiple-output(FDA-MIMO)radar has gained considerable research attention due to its ability to effectively counter active repeater deception jamming in complex electromagnetic environments.The effectiveness of interference suppression by FDA-MIMO is limited by the inherent range-angle coupling issue in the FDA beampattern.Existing literature primarily focuses on control methods for FDA-MIMO radar beam direction under the assumption of static beampatterns,with insufficient exploration of techniques for managing nonstationary beam directions.To address this gap,this paper initially introduces the FDA-MIMO signal model and the calculation formula for the FDA-MIMO array output using the minimum variance distortionless response(MVDR)beamformer.Building on this,the problem of determining the optimal frequency offset for the FDA is rephrased as a convex optimization problem,which is then resolved using the cuckoo search(CS)algorithm.Simulations confirm the effectiveness of the proposed approach,showing that the frequency offsets obtained through the CS algorithm can create a dot-shaped beam direction at the target location while effectively suppressing interference signals within the mainlobe. 展开更多
关键词 frequency diverse array multiple-input multiple-output(FDA-MIMO) convex optimization cuckoo search algorithm beampattern
在线阅读 下载PDF
Study on the destabilizing damage precursors of cemented tailings backfill based on critical slowing down theory combined with multiple denoising algorithms under consideration of initial defect conditions
9
作者 ZHAO Kang ZHONG Jun-cheng +3 位作者 YAN Ya-jing LIU Yang WEN Dao-tan XIAO Wei-ling 《Journal of Central South University》 2026年第1期375-399,共25页
The cemented tailings backfill(CTB)with initial defects is more prone to destabilization damage under the influence of various unfavorable factors during the mining process.In order to investigate its influence on the... The cemented tailings backfill(CTB)with initial defects is more prone to destabilization damage under the influence of various unfavorable factors during the mining process.In order to investigate its influence on the stability of underground mining engineering,this paper simulates the generation of different degrees of initial defects inside the CTB by adding different contents of air-entraining agent(AEA),investigates the acoustic emission RA/AF eigenvalues of CTB with different contents of AEA under uniaxial compression,and adopts various denoising algorithms(e.g.,moving average smoothing,median filtering,and outlier detection)to improve the accuracy of the data.The variance and autocorrelation coefficients of RA/AF parameters were analyzed in conjunction with the critical slowing down(CSD)theory.The results show that the acoustic emission RA/AF values can be used to characterize the progressive damage evolution of CTB.The denoising algorithm processed the AE signals to reduce the effects of extraneous noise and anomalous spikes.Changes in the variance curves provide clear precursor information,while abrupt changes in the autocorrelation coefficient can be used as an auxiliary localization warning signal.The phenomenon of dramatic increase in the variance and autocorrelation coefficient curves during the compression-tightening stage,which is influenced by the initial defects,can lead to false warnings.As the initial defects of the CTB increase,its instability precursor time and instability time are prolonged,the peak stress decreases,and the time difference between the CTB and the instability damage is smaller.The results provide a new method for real-time monitoring and early warning of CTB instability damage. 展开更多
关键词 initial defects cemented tailings backfill critical slowing down acoustic emission RA/AF values denoising algorithms
在线阅读 下载PDF
An Overall Optimization Model Using Metaheuristic Algorithms for the CNN-Based IoT Attack Detection Problem
10
作者 Le Thi Hong Van Le Duc Thuan +1 位作者 Pham Van Huong Nguyen Hieu Minh 《Computers, Materials & Continua》 2026年第4期1934-1964,共31页
Optimizing convolutional neural networks(CNNs)for IoT attack detection remains a critical yet challenging task due to the need to balance multiple performance metrics beyond mere accuracy.This study proposes a unified... Optimizing convolutional neural networks(CNNs)for IoT attack detection remains a critical yet challenging task due to the need to balance multiple performance metrics beyond mere accuracy.This study proposes a unified and flexible optimization framework that leverages metaheuristic algorithms to automatically optimize CNN configurations for IoT attack detection.Unlike conventional single-objective approaches,the proposed method formulates a global multi-objective fitness function that integrates accuracy,precision,recall,and model size(speed/model complexity penalty)with adjustable weights.This design enables both single-objective and weightedsum multi-objective optimization,allowing adaptive selection of optimal CNN configurations for diverse deployment requirements.Two representativemetaheuristic algorithms,GeneticAlgorithm(GA)and Particle Swarm Optimization(PSO),are employed to optimize CNNhyperparameters and structure.At each generation/iteration,the best configuration is selected as themost balanced solution across optimization objectives,i.e.,the one achieving themaximum value of the global objective function.Experimental validation on two benchmark datasets,Edge-IIoT and CIC-IoT2023,demonstrates that the proposed GA-and PSO-based models significantly enhance detection accuracy(94.8%–98.3%)and generalization compared with manually tuned CNN configurations,while maintaining compact architectures.The results confirm that the multi-objective framework effectively balances predictive performance and computational efficiency.This work establishes a generalizable and adaptive optimization strategy for deep learning-based IoT attack detection and provides a foundation for future hybrid metaheuristic extensions in broader IoT security applications. 展开更多
关键词 Genetic algorithm(GA) particle swarm optimization(PSO) multi-objective optimization convolutional neural network—CNN IoT attack detection metaheuristic optimization CNN configuration
在线阅读 下载PDF
EMS诱变对木香薷种子萌发的影响
11
作者 孙宜 王扬 +2 位作者 刘浡洋 石青松 包峥焱 《种子》 北大核心 2026年第1期182-187,195,共7页
为筛选木香薷种子适宜的诱变剂浓度和诱变时间,以木香薷种子为试验材料,研究不同浓度EMS和不同处理时间对种子萌发的影响。结果表明,EMS浓度和处理时间对木香薷种子的萌发具有显著抑制作用,浓度越高、处理时间越长,抑制作用越明显。种子... 为筛选木香薷种子适宜的诱变剂浓度和诱变时间,以木香薷种子为试验材料,研究不同浓度EMS和不同处理时间对种子萌发的影响。结果表明,EMS浓度和处理时间对木香薷种子的萌发具有显著抑制作用,浓度越高、处理时间越长,抑制作用越明显。种子在0.5%EMS+2 h处理下相对萌发率和相对成活率最高,分别为71.11%和61.11%,当EMS浓度2.0%或处理时间8 h和12 h时,种子全部死亡。以相对致死率为响应因子,通过回归分析获得木香薷种子诱变半致死剂量的处理为:0.5%EMS+2.22 h、1.0%EMS+1.30 h、1.5%EMS+0.58 h和0.62%EMS+2 h。 展开更多
关键词 木香薷 种子 emS诱变 半致死量
在线阅读 下载PDF
扁穗牛鞭草种茎EMS化学诱变突变体创制
12
作者 彭辉 穆麟 +4 位作者 沈佳欣 王靖轩 黄菁 黄雨珣 张志飞 《草业学报》 北大核心 2026年第2期95-106,共12页
扁穗牛鞭草是禾本科牛鞭草属多年生草本植物,生长速度快,适应性和抗逆性强,是南方地区重要的饲草资源。本研究以扁穗牛鞭草种茎为试验材料,设置甲基磺酸乙酯(EMS)不同浓度(0%、0.2%、0.4%、0.6%、0.8%1.0%)和处理时间(2、4、6h)的双因... 扁穗牛鞭草是禾本科牛鞭草属多年生草本植物,生长速度快,适应性和抗逆性强,是南方地区重要的饲草资源。本研究以扁穗牛鞭草种茎为试验材料,设置甲基磺酸乙酯(EMS)不同浓度(0%、0.2%、0.4%、0.6%、0.8%1.0%)和处理时间(2、4、6h)的双因素完全随机试验,明确了扁穗牛鞭草种茎EMS诱变最佳处理浓度和处理时间分别为0.6%和6h。在扁穗牛鞭草EMS诱变群体中通过表型评价筛选获得了1株优良突变体(编号5-5-4)。对突变体5-5-4进行低磷胁迫试验发现,5-5-4较野生型生根数和根尖数更多,最长根长和总根长更大,根毛结构更发达。低磷胁迫导致扁穗牛鞭草磷吸收量大幅下降,但磷利用效率大幅提高,且5-5-4根部和地上部磷利用效率均高于野生型。低磷胁迫下,5-5-4根系中酸性磷酸酶、超氧化物歧化酶和过氧化物酶活性更高,富集了解磷菌芽孢杆菌、沙壤土杆菌、红育菌。本研究基于EMS化学诱变技术,解析了扁穗牛鞭草突变体耐受低磷胁迫的生理学机理,创制出耐低磷的新型种质资源,为南方低磷地区草牧业品种选育提供了理论依据与育种材料储备。 展开更多
关键词 扁穗牛鞭草 emS 诱变 突变体 低磷胁迫
在线阅读 下载PDF
干旱胁迫下EM菌群对生菜生长的作用机制
13
作者 孙涛 刘亚柠 +1 位作者 高晓娜 赵吉强 《北方园艺》 北大核心 2026年第4期17-26,共10页
以意大利生菜为试材,采用20%PEG 6000模拟干旱胁迫和施用EM菌肥处理的方法,研究了6种EM菌肥的微生物群落(宏基因组测序显示EM1以变形菌门73.62%~76.87%、子囊菌门93.7%~97.8%及核心功能属食酸菌属36.21%~38.40%、地霉属43.1%~58.1%占绝... 以意大利生菜为试材,采用20%PEG 6000模拟干旱胁迫和施用EM菌肥处理的方法,研究了6种EM菌肥的微生物群落(宏基因组测序显示EM1以变形菌门73.62%~76.87%、子囊菌门93.7%~97.8%及核心功能属食酸菌属36.21%~38.40%、地霉属43.1%~58.1%占绝对优势)对生菜抗旱性的影响,筛选有效提升植物抗逆性的EM菌肥,以期为农业生产应用提供参考依据。结果表明:随着持续PEG胁迫,施用不同EM菌肥后,生菜叶片的叶绿素含量、超氧化物歧化酶(SOD)、过氧化物酶(POD)、过氧化氢酶(CAT),最大光化学效率值(Fv/Fm)、实际光化学效率(Y(Ⅱ))和电子传递速率(ETR)、根长及根粗等生理指标与不施用EM菌肥对照相比较均有显著提升。 展开更多
关键词 em菌肥 宏基因组 PEG胁迫 光化学效率 微生物群落
原文传递
甘蓝型油菜EMS突变体库特异脂肪酸构成材料苗期耐寒性评价及其基因挖掘
14
作者 何铭渊 邵亚楠 +6 位作者 刘华 崔晓辉 马芸芸 马少杰 刘子金 陈明训 郭媛 《西北农业学报》 北大核心 2026年第2期260-274,共15页
油菜是中国食用油及饲用蛋白质的重要来源,提高油菜种子含油量、优化脂肪酸组分以及增强抗寒性是油菜育种的重要目标。本研究利用甲基磺酸乙脂(Ethyl methane sulfonate,EMS)诱变甘蓝型油菜‘中双11’构建EMS突变体库,连续自交2次结合... 油菜是中国食用油及饲用蛋白质的重要来源,提高油菜种子含油量、优化脂肪酸组分以及增强抗寒性是油菜育种的重要目标。本研究利用甲基磺酸乙脂(Ethyl methane sulfonate,EMS)诱变甘蓝型油菜‘中双11’构建EMS突变体库,连续自交2次结合品质筛选获得特异脂肪酸构成材料259份,随后对在2022-2023年越冬期持续长时间低温天气下存活且收获种子充足的19份M_(4)材料进行耐寒性评价。结果表明,2份耐寒材料相较2份敏感材料酶促清除能力增强,活性氧和丙二醛(MDA)含量降低。进一步利用耐寒材料3Y1210-4#1和敏感材料3Y1353-2#4进行转录组测序分析,鉴定出2609个仅响应低温的差异表达基因。差异表达基因GO富集分析发现,这些基因广泛参与冷响应、脂肪酸合成、激素调节、氧化应激、渗透胁迫等过程。 展开更多
关键词 甘蓝型油菜 emS突变体库 特异脂肪酸构成 耐寒 转录组
在线阅读 下载PDF
Multi-Objective Hybrid Sailfish Optimization Algorithm for Planetary Gearbox and Mechanical Engineering Design Optimization Problems 被引量:1
15
作者 Miloš Sedak Maja Rosic Božidar Rosic 《Computer Modeling in Engineering & Sciences》 2025年第2期2111-2145,共35页
This paper introduces a hybrid multi-objective optimization algorithm,designated HMODESFO,which amalgamates the exploratory prowess of Differential Evolution(DE)with the rapid convergence attributes of the Sailfish Op... This paper introduces a hybrid multi-objective optimization algorithm,designated HMODESFO,which amalgamates the exploratory prowess of Differential Evolution(DE)with the rapid convergence attributes of the Sailfish Optimization(SFO)algorithm.The primary objective is to address multi-objective optimization challenges within mechanical engineering,with a specific emphasis on planetary gearbox optimization.The algorithm is equipped with the ability to dynamically select the optimal mutation operator,contingent upon an adaptive normalized population spacing parameter.The efficacy of HMODESFO has been substantiated through rigorous validation against estab-lished industry benchmarks,including a suite of Zitzler-Deb-Thiele(ZDT)and Zeb-Thiele-Laumanns-Zitzler(DTLZ)problems,where it exhibited superior performance.The outcomes underscore the algorithm’s markedly enhanced optimization capabilities relative to existing methods,particularly in tackling highly intricate multi-objective planetary gearbox optimization problems.Additionally,the performance of HMODESFO is evaluated against selected well-known mechanical engineering test problems,further accentuating its adeptness in resolving complex optimization challenges within this domain. 展开更多
关键词 Multi-objective optimization planetary gearbox gear efficiency sailfish optimization differential evolution hybrid algorithms
在线阅读 下载PDF
Comparative analysis of GA and PSO algorithms for optimal cost management in on-grid microgrid energy systems with PV-battery integration
16
作者 Mouna EL-Qasery Ahmed Abbou +2 位作者 Mohamed Laamim Lahoucine Id-Khajine Abdelilah Rochd 《Global Energy Interconnection》 2025年第4期572-580,共9页
The advent of microgrids in modern energy systems heralds a promising era of resilience,sustainability,and efficiency.Within the realm of grid-tied microgrids,the selection of an optimal optimization algorithm is crit... The advent of microgrids in modern energy systems heralds a promising era of resilience,sustainability,and efficiency.Within the realm of grid-tied microgrids,the selection of an optimal optimization algorithm is critical for effective energy management,particularly in economic dispatching.This study compares the performance of Particle Swarm Optimization(PSO)and Genetic Algorithms(GA)in microgrid energy management systems,implemented using MATLAB tools.Through a comprehensive review of the literature and sim-ulations conducted in MATLAB,the study analyzes performance metrics,convergence speed,and the overall efficacy of GA and PSO,with a focus on economic dispatching tasks.Notably,a significant distinction emerges between the cost curves generated by the two algo-rithms for microgrid operation,with the PSO algorithm consistently resulting in lower costs due to its effective economic dispatching capabilities.Specifically,the utilization of the PSO approach could potentially lead to substantial savings on the power bill,amounting to approximately$15.30 in this evaluation.Thefindings provide insights into the strengths and limitations of each algorithm within the complex dynamics of grid-tied microgrids,thereby assisting stakeholders and researchers in arriving at informed decisions.This study contributes to the discourse on sustainable energy management by offering actionable guidance for the advancement of grid-tied micro-grid technologies through MATLAB-implemented optimization algorithms. 展开更多
关键词 MICROGRID emS GA algorithm PSO algorithm Cost optimization Economic dispatch
在线阅读 下载PDF
基于最佳滑移率估计的汽车EMB防抱死控制
17
作者 潘公宇 熊浩东 《郑州大学学报(工学版)》 北大核心 2026年第1期58-65,共8页
为了解决传统的逻辑门限式ABS控制方法存在无法充分利用路面利用附着系数以及滑移率波动较大的问题,提出了一种基于最佳滑移率估计的汽车EMB防抱死控制策略。首先,建立轮胎滑移率与路面利用附着系数之间的非线性模型;其次,通过一种分段... 为了解决传统的逻辑门限式ABS控制方法存在无法充分利用路面利用附着系数以及滑移率波动较大的问题,提出了一种基于最佳滑移率估计的汽车EMB防抱死控制策略。首先,建立轮胎滑移率与路面利用附着系数之间的非线性模型;其次,通过一种分段式的估计算法来快速准确地跟踪最佳滑移率;最后,基于最佳滑移率的估计结果,设计了积分滑模控制器,通过精确调节EMB制动力矩和电机制动力矩,使前后轮的滑移率维持在各自的最佳滑移率,保证车辆在不同路面条件下的最佳制动距离。仿真结果表明:所采用的估计算法都能够快速准确识别当前路面的最佳滑移率,估计出的最佳滑移率在稳态时与实际的最佳滑移率的最大误差不超过3%,且积分滑模控制器可以精确控制滑移率保持在最佳滑移率附近,与CarSim内置的ABS控制策略相比,单一路面工况制动总时间缩短了10.8%,制动总距离减少了15.8%,对接路面工况制动总时间缩短了18.0%,制动总距离减少了22.2%。 展开更多
关键词 最佳滑移率 电子机械制动 ABS 估计算法 积分滑模控制
在线阅读 下载PDF
Spatial Grasp Model for Distributed Management and Its Comparison With Traditional Algorithms 被引量:2
18
作者 Peter Simon Sapaty 《International Relations and Diplomacy》 2025年第3期164-179,共16页
The word“spatial”fundamentally relates to human existence,evolution,and activity in terrestrial and even celestial spaces.After reviewing the spatial features of many areas,the paper describes basics of high level m... The word“spatial”fundamentally relates to human existence,evolution,and activity in terrestrial and even celestial spaces.After reviewing the spatial features of many areas,the paper describes basics of high level model and technology called Spatial Grasp for dealing with large distributed systems,which can provide spatial vision,awareness,management,control,and even consciousness.The technology description includes its key Spatial Grasp Language(SGL),self-evolution of recursive SGL scenarios,and implementation of SGL interpreter converting distributed networked systems into powerful spatial engines.Examples of typical spatial scenarios in SGL include finding shortest path tree and shortest path between network nodes,collecting proper information throughout the whole world,elimination of multiple targets by intelligent teams of chasers,and withstanding cyber attacks in distributed networked systems.Also this paper compares Spatial Grasp model with traditional algorithms,confirming universality of the former for any spatial systems,while the latter just tools for concrete applications. 展开更多
关键词 spatial awareness spatial control spatial consciousness Spatial Grasp Technology Spatial Grasp Language spatial scenarios cyber attacks distributed algorithms mobile agents
在线阅读 下载PDF
基于em3d的复杂地电模型瞬变电磁三维正演及响应规律分析
19
作者 王晓明 刘博 +6 位作者 赵彧 刘东 柳尚斌 杨光 胡杉杉 周永兴 孙怀凤 《物探与化探》 2026年第1期86-98,共13页
瞬变电磁三维正演是研究不同场景和目标响应规律的有效手段,正演研究的关键问题之一是模型与实际地质情况接近。本文基于em3d软件对复杂地形模型和复杂岩溶地质模型进行建模和三维正演分析,研究了复杂地电模型下的瞬变电磁响应规律。通... 瞬变电磁三维正演是研究不同场景和目标响应规律的有效手段,正演研究的关键问题之一是模型与实际地质情况接近。本文基于em3d软件对复杂地形模型和复杂岩溶地质模型进行建模和三维正演分析,研究了复杂地电模型下的瞬变电磁响应规律。通过对复杂地形模型进行三维正演模拟,发现复杂地形导致瞬变电磁响应发生畸变,如果不考虑地形影响,则会导致假异常。通过对复杂岩溶地质模型进行三维正演模拟,发现起伏的地层、复杂岩溶异常体边界均导致瞬变电磁响应发生畸变,对异常体识别造成较大干扰。通过对两个复杂地电模型的瞬变电磁响应分析可得,垂直感应电动势dB_(z)/dt对低电阻率异常体有良好的反映,平行于源的电场E_(y)能够很好地刻画低电阻率异常体的边界,垂直于源的电场E_(x)在异常体内部呈现正值,负值与正值相伴存在于异常体外部。 展开更多
关键词 瞬变电磁 起伏地形 复杂模型 正演模拟 BEDS-FDTD em3d
在线阅读 下载PDF
An Iterated Greedy Algorithm with Memory and Learning Mechanisms for the Distributed Permutation Flow Shop Scheduling Problem
20
作者 Binhui Wang Hongfeng Wang 《Computers, Materials & Continua》 SCIE EI 2025年第1期371-388,共18页
The distributed permutation flow shop scheduling problem(DPFSP)has received increasing attention in recent years.The iterated greedy algorithm(IGA)serves as a powerful optimizer for addressing such a problem because o... The distributed permutation flow shop scheduling problem(DPFSP)has received increasing attention in recent years.The iterated greedy algorithm(IGA)serves as a powerful optimizer for addressing such a problem because of its straightforward,single-solution evolution framework.However,a potential draw-back of IGA is the lack of utilization of historical information,which could lead to an imbalance between exploration and exploitation,especially in large-scale DPFSPs.As a consequence,this paper develops an IGA with memory and learning mechanisms(MLIGA)to efficiently solve the DPFSP targeted at the mini-malmakespan.InMLIGA,we incorporate a memory mechanism to make a more informed selection of the initial solution at each stage of the search,by extending,reconstructing,and reinforcing the information from previous solutions.In addition,we design a twolayer cooperative reinforcement learning approach to intelligently determine the key parameters of IGA and the operations of the memory mechanism.Meanwhile,to ensure that the experience generated by each perturbation operator is fully learned and to reduce the prior parameters of MLIGA,a probability curve-based acceptance criterion is proposed by combining a cube root function with custom rules.At last,a discrete adaptive learning rate is employed to enhance the stability of the memory and learningmechanisms.Complete ablation experiments are utilized to verify the effectiveness of the memory mechanism,and the results show that this mechanism is capable of improving the performance of IGA to a large extent.Furthermore,through comparative experiments involving MLIGA and five state-of-the-art algorithms on 720 benchmarks,we have discovered that MLI-GA demonstrates significant potential for solving large-scale DPFSPs.This indicates that MLIGA is well-suited for real-world distributed flow shop scheduling. 展开更多
关键词 Distributed permutation flow shop scheduling MAKESPAN iterated greedy algorithm memory mechanism cooperative reinforcement learning
在线阅读 下载PDF
上一页 1 2 250 下一页 到第
使用帮助 返回顶部